메소드 |
설명 |
|
appendExaminationValues ( &$record, $patient_id, $event_date ) |
|
|
extractSummaryData ( $patient_data ) |
|
|
getApplicationEventTypeID ( ) |
|
|
getBestVaFromReading ( $side, OEModule\OphCiExamination\models\Element_OphCiExamination_VisualAcuity $va ) : string |
Simple wrapper function for getting a string representation of the best VA reading for a side from the given element. |
|
getDiagnosisData ( $patient_id, $close_to_date ) |
a) From the injection management element under Examination event saved before the injection event - usually on the same day
b) If no injection management saved then this can be obtained from the application event If there is an application event saved before the injection started for the patient
c) if there is no application then diagnoses for the episode. |
|
getDiagnosisDataFromEvent ( $patient_id, $close_to_date, $event_type_id, $model ) |
|
|
getDiagnosisName ( $disorder_id ) |
|
|
getDrugById ( $drug_id ) : OphTrIntravitrealinjection_Treatment_Drug | null |
simple cache for drug objects. |
|
getDrugString ( $drug_id ) : string |
Return the printable string for the drug. |
|
getExaminationEventTypeId ( ) |
|
|
getGivenByName ( $user_id ) |
|
|
getInjections ( $date_from, $date_to, $given_by_user, $drug, $pre_antisept_drug ) |
|
|
getLensStatus ( $lens_status_id ) |
|
|
getPatientVAElements ( $patient_id ) : Element_OphCiExamination_VisualAcuity[] |
in order to suck up too much memory for larger reports, when this method receives a call for a new patient, it ditches the cache
it has of the previous patient. |
|
getPreAntiseptDrugString ( $drug_id ) |
|
|
getSummaryInjections ( $date_from, $date_to, $given_by_user, $drug, $pre_antisept_drug ) |
|
|