The number of years the patient has smoked multiplied by the average number of packs per day.
object.SmokerPackYear
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
int
Display the number of packs the patient smokes per year.
Dim aPatient
Dim aSmokerPackYear
Set aPatient = Profile.SelectPatient
aSmokerPackYear = aPatient.SmokerPackYear
Profile.MsgBox (aSmokerPackYear)
In Profile Client v8 on User Interface Smoker Pack years can be found in
.