ISPatient.DeletedDT

Description

The date and time when the patient object was deleted.

Syntax

object.DeletedDT

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

Return Value

DateTime

Example

Display the date and time when the patient object with the selected ID was deleted.

Dim aPatient  
Dim aDeletedDT

Set aPatient = Profile.LoadPatient("8378")
aDeletedDT = aPatient.DeletedDT
Profile.MsgBox (aDeletedDT)  
Note:

In Profile Client v8 on User Interface patient object can be deleted in Patient > Delete Patient.

Version information

Added in v7.8.0