The date the patient stopped smoking.
object.SmokerStopped
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
DateTime
Display the date the patient stopped smoking.
Dim aPatient
Dim aSmokerStopped
Set aPatient = Profile.SelectPatient
aSmokerStopped = aPatient.SmokerStopped
Profile.MsgBox (aSmokerStopped)
In Profile Client v8 on User Interface the Stopped field can be found in
.