ISPatient.CreatedDT

Description

The date and time when the patient's information in Alter Patient form was changed last time.

Syntax

object.CreatedDT

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's information was changed last time.

Dim aPatient  
Dim aCreatedDT

Set aPatient = Profile.SelectPatient
aCreatedDT = aPatient.CreatedDT
Profile.MsgBox (aCreatedDT)  
Note:

In Profile Client v8 on User Interface Created DT cannot be found.

Version information

Added in v7.8.0