ID of the short code of type 'Substance Smoker'.
object.SmokerTypeID
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the patient's smoker type.
Dim aPatient
Dim aSmokerType
Set aPatient = Profile.SelectPatient
if aPatient.SmokerTypeID = 0 then
Profile.MsgBox("Smoker Type is not selected")
exit sub
end if
set aSmokerType = Profile.LoadShortCode(aPatient.SmokerTypeID)
Profile.MsgBox("Smoker Type: " & aSmokerType.Description)
In Profile Client v8 on User Interface Smoker Type ID cannot be found, but Smoker Type can be found in
.