ISPatient.TransferStatusChangedBy

Description

The provider, who changed the patient's transfer status last time.

Syntax

object.TransferStatusChangedBy

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

Return Value

ISProvider

Example

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)  
Note:

In Profile Client v8 on User Interface cannot be found.

Version information

Added in v7.8.0