This function opens the selected tab in the clinical details window.
object.OpenClinicalDetailsForm(aPatientID,
aActivePage)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
|
aPatientID |
In, Required | int |
ID of the patient whose clinical details are being
opened |
aActivePage |
In, Required | The active page that is being opened in Clinical
Details Form |
bool
Display the clinical details for the selected patient.
Dim aPatient
Dim aID
Dim aActivePage
Set aPatient = Profile.SelectPatient
aID = aPatient.ID
aActivePage = 4 'Allergies
Profile.OpenClinicalDetailsForm aID, aActivePage
In Profile Client v8 on User Interface Clinical Details Form can be found in
.