The date and time of death of the patient.
object.DOD
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date and time of death of the patient.
Dim aPatient
Dim aDOD
Set aPatient = Profile.SelectPatient
aDOD = aPatient.DOD
Profile.MsgBox (aDOD)
In Profile Client v8 on User Interface DOD can be found in
.