ISPatient.EmploymentPosition

Description

The patient's employment position.

Syntax

object.EmploymentPosition

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

Return Value

string

Example

Display the patient's employment position.

Dim aPatient  
Dim aEmploymentPosition

Set aPatient = Profile.SelectPatient
aEmploymentPosition = aPatient.EmploymentPosition
Profile.MsgBox (aEmploymentPosition)  
Note:

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

Version information

Added in v8.4.0