ISPatient.DrugUseStr

Description

The description of the short code of type 'Substance Drug Use'.

Syntax

object.DrugUseStr

Part Attribute Type Description
object Required
The object always implements the ISPatient interface
Restriction: This property is readonly.

Return Value

string

Example

Display the patient's type of drug use.

Dim aPatient  
Dim aDrugUseStr

Set aPatient = Profile.SelectPatient
aDrugUseStr = aPatient.DrugUseStr
Profile.MsgBox("Drug Use Type: " & aDrugUseStr)  
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 v8.5.0