Concepts of measure used to record the patient's clinical information.
object.MeasureConcepts
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISPatient interface |
Display names of all measure concepts used in the patient's medical record.
Dim aPatient
Dim aMeasureConcepts
Dim aMeasureConcept
Dim aMessage
Set aPatient = Profile.SelectPatient
set aMeasureConcepts = aPatient.MeasureConcepts
aMessage = "Measure Concepts Count = " & aMeasureConcepts.Count
for i = 0 to aMeasureConcepts.Count - 1
set aMeasureConcept = aPatient.MeasureConcepts.Item(i)
aMessage = aMessage & vbNewLine
aMessage = aMessage & aMeasureConcept.Name
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Measures can be found in
.