The patient's transfer status.
object.TransferStatus
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's transfer status.
Dim aPatient
Dim aTransferStatus
Set aPatient = Profile.SelectPatient
aTransferStatus = aPatient.TransferStatus
Profile.MsgBox (aTransferStatus)
In Profile Client v8 on User Interface Transfer Status can be found in
.