The event date of the approval form.
object.EventDate
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISApprovalForm interface |
DateTime
Display some information about the opened approval form, including its event date.
Dim aPatientId
Dim aForm
Dim aFormInfo
aPatientId = Profile.SelectPatient.Id
set aForm = Profile.GetApprovalForm(0, aPatientId)
if aForm is nothing then
Profile.MsgBox("Approval Form is not opened")
exit sub
end if
aFormInfo = "Agency Code: " & aForm.AgencyCode & vbNewLine &_
"Description: " & aForm.Description & vbNewLine &_
"Date: " & aForm.Date & vbNewLine &_
"Comment: " & aForm.Comment & vbNewLine &_
"Side Code: " & aForm.SideCode & vbNewLine &_
"Event Date: " & aForm.EventDate & vbNewLine &_
"Reference: " & aForm.Reference & vbNewLine
Profile.MsgBox(aFormInfo)
In Profile Client v8 on User Interface Event Date can be found in
or in .