ID of the short code of type 'Alert Type' linked to the patient's alert.
object.CaseAlertType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatientProblem interface |
int
Display the number of the patient's alerts, their descriptions and types.
Dim aPatient
Dim aAlertList
Dim aAlert
Dim aMessage
Set aPatient = Profile.SelectPatient
set aAlertList = aPatient.AlertList
aMessage = "Patient Alert Count = " & aAlertList.Count
for i = 0 to aAlertList.Count - 1
set aAlert = aAlertList.Item(i)
aMessage = aMessage & vbNewLine & "'" & aAlert.DxDescription & "', type: " &_
Profile.LoadShortCode(aAlert.CaseAlertType).Description
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Alert Type can be found in
or in .