The provider, who changed the patient's transfer status last time.
object.TransferStatusChangedBy
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the full name of the provider, who changed the patient's transfer status last time.
Dim aPatient
Dim aTransferStatusChangedBy
Set aPatient = Profile.SelectPatient
aTransferStatusChangedBy = aPatient.TransferStatusChangedBy.FullName
Profile.MsgBox (aTransferStatusChangedBy)
In Profile Client v8 on User Interface cannot be found.