This function returns the information about the clinical views groups in XML format.
object.GetClinicalViewsGroups()
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISClinicalViews interface |
string
Display the information about the clinical views groups in XML format.
Dim aPatient
Dim aClinicalViews
Dim aMessage
set aPatient = Profile.SelectPatient
set aClinicalViews = aPatient.LoadClinicalViews
aMessage = "Clinical Views Groups: " & vbNewLine &_
aClinicalViews.GetClinicalViewsGroups & vbNewLine
aMessage = Replace(aMessage, "<", vbNewLine & "<")
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Clinical Views Groups can be found in
.