ID of the clinical POS that the organisation node should be linked to.
object.ClinicalPosID
| Part | Attribute | Type | Description |
|---|---|---|---|
object |
Required | The object always implements the
ISOrgMember interface |
int
Display ID of the clinical POS that the organisation node should be linked to.
Dim aFilter
Dim aOrgMember
Dim aOrgMembers
Dim aMessage
Set aFilter = Profile.CreateOrgMembersFilter
set aOrgMembers = Profile.LoadOrgMembers(aFilter)
aMessage = "Org Nodes Count = " & aOrgMembers.Count
for each aOrgMember in aOrgMembers
aMessage = aMessage & vbNewLine & "ID of the Clinical POS " &_
"that the org node '" & aOrgMember.Name & "' should be linked to = " &_
aOrgMember.ClinicalPosID
next
Profile.MsgBox(aMessage) In Profile Client v8 on User Interface Clinical Pos ID cannot be found. Clinical POS can be found in .