The type of smoker the patient is.
object.SmokerType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display the patient's smoker type.
Dim aPatient
Dim aSmokerType
Set aPatient = Profile.SelectPatient
aSmokerType = aPatient.SmokerType
Profile.MsgBox (aSmokerType)
In Profile Client v8 on User Interface Smoker Type can be found in
.