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