This function returns the embedded observation concepts.
object.GetEmbeddedObservationConcepts()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISProfile interface |
Display the embedded observation concepts, their names and IDs.
Dim aConcepts
Dim aMessage
Dim i
Set aConcepts = Profile.GetEmbeddedObservationConcepts
for i = 0 to aConcepts.Count - 1
set aConcept = aConcepts.Item(i)
aMessage = aMessage & aConcept.Id & " " & aConcept.Name & vbNewLine
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Form which HRC is taken from can be found in
. The form that is used is defined by the preferences set in .