The number of cigarettes, smoked by the patient per day.
object.SmokerNumDay
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the number of cigarettes, smoked by the patient per day.
Dim aPatient
Dim aSmokerNumDay
Set aPatient = Profile.SelectPatient
aSmokerNumDay = aPatient.SmokerNumDay
Profile.MsgBox (aSmokerNumDay)
In Profile Client v8 on User Interface Smoker Num/day can be found in
.