The date of the letter.
object.Date
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISLetterWorkParams interface |
DateTime
Print the letter for the selected patient and display the printing result.
Dim aPatient
Dim aParam
Dim aResult
Set aPatient = Profile.SelectPatient
set aParam = Profile.CreateLetterWorkParams
aParam.PatientId = aPatient.Id
aParam.Template = "All Categories\Template 1"
aParam.Date = DateAdd("yyyy", -5, Now)
aResult = Profile.GenerateAndPrintLetter(aParam)
Profile.MsgBox("Letter printing result: " & aResult) In Profile Client v8 on User Interface Date can be found in or in .