Maximal identifier of the patient's encounters.
object.MaxEncounterOID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display maximal encounter ID.
Dim aPatient
Dim aMaxEncounterOID
Set aPatient = Profile.SelectPatient
aMaxEncounterOID = aPatient.MaxEncounterOID
Profile.MsgBox (aMaxEncounterOID)
In Profile Client v8 on User Interface any Encounter ID can be found in
.