Identifier of the encounter, where the latest data about the patient's pregnancy was added.
object.CDOHistoryID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
IsPatientMaternity interface |
int
Display ID of the encounter.
Dim aPatient
Dim aCDOHistoryID
Dim aMaternity
Set aPatient = Profile.SelectPatient
Set aMaternity = aPatient.GetMaternity
aCDOHistoryID = aMaternity.CDOHistoryID
Profile.MsgBox (aCDOHistoryID)
In Profile Client v8 on User Interface CDO History ID cannot be found.