ISPatient.SmokerNumDay

Description

The number of cigarettes, smoked by the patient per day.

Syntax

object.SmokerNumDay

Part Attribute Type Description
object Required
The object always implements the ISPatient interface

Return Value

int

Example

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)  
Note: The field is enabled if either "Smoker" or "Ex-smoker" is selected.

In Profile Client v8 on User Interface Smoker Num/day can be found in Clinical > Clinical Details > Family > Social History > Num > day field.

Version information

Added in v7.8.0