Identifier of the patient's occupation.
object.OccupationID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display ID of the patient's occupation.
Dim aPatient
Dim aOccupationID
Set aPatient = Profile.SelectPatient
aOccupationID = aPatient.OccupationID
Profile.MsgBox (aOccupationID)
In Profile Client v8 on User Interface Occupation ID cannot be found.