The date of the approval.
object.Date
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISApproval interface |
DateTime
Display the number of the approvals loaded on the basis of the selected filter and some information about them, including their dates and time.
Dim aPatient
Dim aFilter
Dim aApproval
Dim aApprovals
Dim aMessage
Dim i
Set aPatient = Profile.SelectPatient
set aFilter = Profile.CreateApprovalsFilter
aFilter.Patient = aPatient
set aApprovals = Profile.LoadApprovals(aFilter)
aMessage = "Approvals Count = " & aApprovals.Count
for i = 0 to aApprovals.Count - 1
set aApproval = aApprovals.Item(i)
aMessage = aMessage & vbNewLine & "The approval for " &_
aPatient.SurnameFirstName & " was created on " & aApproval.Date
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Date can be found in
or in .