Numeric value (1 – 10) of Socioeconomic deprivation derived by Otago University.
object.Decile
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
string
Display the deprivation decile for the patient's address.
Dim aPatient
Dim aDecile
Set aPatient = Profile.SelectPatient
aDecile = aPatient.Decile
Profile.MsgBox(aDecile)
In Profile Client v8 on User Interface Decile can be found in
.