The date of the first day of the patient's employment.
object.EmploymentFrom
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the first day of the patient's employment.
Dim aPatient
Dim aEmploymentFrom
Set aPatient = Profile.SelectPatient
aEmploymentFrom = aPatient.EmploymentFrom
Profile.MsgBox (aEmploymentFrom)
In Profile Client v8 on User Interface Employment Position can be found in
.