This function returns the patient's data from CMS external system.
object.GetCMSFields()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's family name from CMS external system.
Dim aPatient
Dim aCMSFields
Set aPatient = Profile.SelectPatient
aCMSFields = aPatient.GetCMSFields.FamilyName
Profile.MsgBox(aCMSFields)