ISPatient.AlcoholStopped

Description

The date the patient stopped drinking.

Syntax

object.AlcoholStopped

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

Return Value

DateTime

Example

Display the date the patient stopped drinking.

Dim aPatient  
Dim aAlcoholStopped

Set aPatient = Profile.SelectPatient
aAlcoholStopped = aPatient.AlcoholStopped
Profile.MsgBox (aAlcoholStopped)   
Note: The Stopped field is enable when "Ex-drinker" type is selected. If the exact date is not known, the Approx checkbox can be checked to enter the year the patient stopped drinking.

In Profile Client v8 on User Interface the Stopped field can be found in Clinical > Clinical Details > Family > Social History > Stopped field.

Version information

Added in v7.8.0