ISPatient.MaxEncounterOID

Description

Maximal identifier of the patient's encounters.

Syntax

object.MaxEncounterOID

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

int

Example

Display maximal encounter ID.

Dim aPatient  
Dim aMaxEncounterOID

Set aPatient = Profile.SelectPatient
aMaxEncounterOID = aPatient.MaxEncounterOID
Profile.MsgBox (aMaxEncounterOID)      
Note:

In Profile Client v8 on User Interface any Encounter ID can be found in Clinical > Medical Record > Encounters > Open encounter > Encounter Properties in the bottom left corner.

Version information

Added in v7.8.0