ISPatient.EmploymentFrom

Description

The date of the first day of the patient's employment.

Syntax

object.EmploymentFrom

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

Return Value

DateTime

Example

Display the first day of the patient's employment.

Dim aPatient  
Dim aEmploymentFrom

Set aPatient = Profile.SelectPatient
aEmploymentFrom = aPatient.EmploymentFrom
Profile.MsgBox (aEmploymentFrom) 
Note:

In Profile Client v8 on User Interface Employment Position can be found in Patient > Alter Patient > Social > from field.

Version information

Added in v8.4.0