This function returns the diagnosis description by diagnosis ID or code.
object.GetDiagnosisDescription(aIDorCode)
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
|
aIDorCode |
In, Required | object |
ID or the code of the diagnosis |
string
Display the description for the diagnosis with the specified code.
Dim aDiagnosisDescription
Dim aCode
aCode = "ASTHMA"
aDiagnosisDescription = Profile.GetDiagnosisDescription(aCode)
Profile.MsgBox ("The description of the diagnosis is " & "'" &_
aDiagnosisDescription & "'")
In Profile Client v8 on User Interface Diagnoses can be found in
.