This function returns the GMS code of the patient for the selected date.
object.GMSAt(aDate)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
|
aDate |
In, Required | DateTime |
The date the GMS code is calculated
for |
string
Display the GMS code of the patient for the selected date.
Dim aPatient
Dim aGMSAt
Set aPatient = Profile.SelectPatient
aGMSAt = aPatient.GMSAt(#01/01/2019#)
Profile.MsgBox(aGMSAt)
In Profile Client v8 on User Interface GMS can be found in
.