The patient's employment position.
object.EmploymentPosition
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's employment position.
Dim aPatient
Dim aEmploymentPosition
Set aPatient = Profile.SelectPatient
aEmploymentPosition = aPatient.EmploymentPosition
Profile.MsgBox (aEmploymentPosition)
In Profile Client v8 on User Interface Employment Position can be found in
.