The date and time when the patient object was deleted.
object.DeletedDT
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
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)
In Profile Client v8 on User Interface patient object can be deleted in
.