IsPatientMaternity.CDOHistoryID

Description

Identifier of the encounter, where the latest data about the patient's pregnancy was added.

Syntax

object.CDOHistoryID

Part Attribute Type Description
object Required
The object always implements the IsPatientMaternity interface

Return Value

int

Example

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)    
Note:

In Profile Client v8 on User Interface CDO History ID cannot be found.

Version information

Added in v7.8.0