ISPatient.DOD

Description

The date and time of death of the patient.

Syntax

object.DOD

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

DateTime

Example

Display the date and time of death of the patient.

Dim aPatient  
Dim aDOD   

Set aPatient = Profile.SelectPatient 
aDOD = aPatient.DOD
Profile.MsgBox (aDOD)   
Note:

In Profile Client v8 on User Interface DOD can be found in Patient > Alter Patient > General > DODeath field.

Version information

Added in v7.8.0