Property | Type | Description | |
---|---|---|---|
$renderPatientPanel | |||
$siteId | |||
$subspecialtyId |
Property | Type | Description | |
---|---|---|---|
$_diagnosis_cache | |||
$_patient_cache | |||
$_treatment_cache |
Method | Description | |
---|---|---|
accessRules ( ) | ||
actionAjaxReport ( ) | ||
actionApplications ( ) | ||
actionArvoPresentation ( $startDate, $endDate ) | ||
actionCataractComplicationTotal ( ) | ||
actionDiagnoses ( ) | ||
actionGetDrugs ( ) | ||
actionIndex ( ) | ||
actionInjections ( ) | ||
actionLetters ( ) | ||
actionOperation ( ) | ||
actionPendingApplications ( ) | ||
actionPrescribedDrugs ( ) | ||
actionReportData ( ) | ||
init ( ) | ||
reportCataractOperations ( array $params ) : array | Generates a cataract outcomes report. | |
reportOperations ( $params = [] ) |
Method | Description | |
---|---|---|
appendInjectionValues ( &$record, $patient_id, $left_treatment_id = null, $right_treatment_id = null ) | ||
appendSubmissionValues ( array &$record, integer $event_id ) | Appends information about the submission of the application to the $record. | |
array2Csv ( array $data ) | ||
getApplications ( $date_from, $date_to, $firm = null ) | ||
getDiagnosisString ( $diagnosis_id ) : string | ||
getPatient ( $patient_id ) | ||
getTreatment ( $treatment_id ) | ||
getTreatmentString ( $treatment_id ) : string | ||
sendCsvHeaders ( $filename ) | ||
sideCompliance ( $side, $row ) : string | Get the compliance string for the given side on the data $row. |
Method | Description | |
---|---|---|
getArvo ( $rotation ) | ||
loadReport ( ) : ReportInterface |
protected appendInjectionValues ( &$record, $patient_id, $left_treatment_id = null, $right_treatment_id = null ) |
protected appendSubmissionValues ( array &$record, integer $event_id ) | ||
$record | array | |
$event_id | integer |
protected getDiagnosisString ( $diagnosis_id ) : string | ||
$diagnosis_id | ||
return | string |
protected getTreatmentString ( $treatment_id ) : string | ||
$treatment_id | ||
return | string |
public reportCataractOperations ( array $params ) : array | ||
$params | array | |
return | array |
protected sideCompliance ( $side, $row ) : string | ||
$side | ||
$row | ||
return | string |