ISPatient.Decile

Description

Numeric value (1 – 10) of Socioeconomic deprivation derived by Otago University.

Syntax

object.Decile

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

Return Value

string

Example

Display the deprivation decile for the patient's address.

Dim aPatient  
Dim aDecile

Set aPatient = Profile.SelectPatient
aDecile = aPatient.Decile
Profile.MsgBox(aDecile)   
Note:

In Profile Client v8 on User Interface Decile can be found in Patient > Alter Patient > General > Street Address > Deprivation Decile.

Version information

Added in v7.8.0