This function opens the selected view in Medical Record for the patient.
object.OpenEMRForPatient
aPatient, aView
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
|
aPatient |
In, Required | The patient whose medical record is
opened |
|
aView |
In, Required | The selected view in Medical Record to be
opened |
Open medical record for the selected patient
Dim aPatient
Dim aView
Set aPatient = Profile.SelectPatient
aView = 10 'Problems
Profile.OpenEMRForPatient aPatient, aView
In Profile Client v8 on User Interface EMR can be found in
.