The name of the patient's place of work.
object.WorkName
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the name of the patient's place of work.
Dim aPatient
Dim aWorkName
Set aPatient = Profile.SelectPatient
aWorkName = aPatient.WorkName
Profile.MsgBox (aWorkName)
In Profile Client v8 on User Interface Work Name can be found in
.