ISPatient.TransferStatusChangedOn

Description

The date and time, when the patient's transfer status was changed last time.

Syntax

object.TransferStatusChangedOn

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

DateTime

Example

Dim aPatient  
Dim aTransferStatusChangedOn

Set aPatient = Profile.SelectPatient
aTransferStatusChangedOn = aPatient.TransferStatusChangedOn
Profile.MsgBox (aTransferStatusChangedOn)  
Note:

In Profile Client v8 on User Interface cannot be found.

Version information

Added in v7.8.0