The date and time, when the patient's transfer status was changed last time.
object.TransferStatusChangedOn
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Dim aPatient
Dim aTransferStatusChangedOn
Set aPatient = Profile.SelectPatient
aTransferStatusChangedOn = aPatient.TransferStatusChangedOn
Profile.MsgBox (aTransferStatusChangedOn)
In Profile Client v8 on User Interface cannot be found.