The date and time when the patient's information in Alter Patient form was changed last time.
object.CreatedDT
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
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)
In Profile Client v8 on User Interface Created DT cannot be found.