ISPatient.DrugUse

Description

The type of drug use that the patient has chosen.

Syntax

object.DrugUse

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

Return Value

TSDrugUse

Example

Display the patient's type of drug use.

Dim aPatient  
Dim aDrugUse

Set aPatient = Profile.SelectPatient
aDrugUse = aPatient.DrugUse
Profile.MsgBox (aDrugUse)  
Note:

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

Version information

Added in v7.8.0