The description of the short code of type 'Substance Smoker'.
object.SmokerTypeStr
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the patient's smoker type.
Dim aPatient
Dim aSmokerTypeStr
Set aPatient = Profile.SelectPatient
aSmokerTypeStr = aPatient.SmokerTypeStr
Profile.MsgBox ("Smoker Type: " & aSmokerTypeStr)
In Profile Client v8 on User Interface Smoker Type can be found in
.