The type of the Rx group.
object.GroupType
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISRxGroup interface |
Display some information about the loaded Rx groups, including their types.
Dim aRxCollection
Dim aRxGroup
Dim i
Dim aMessage
Set aRxCollection = Profile.LoadRxGroupByName("Penicillins")
aMessage = "Rx Groups Count = " & aRxCollection.Count &_
vbNewLine & vbNewLine & "# Name" & vbTab & vbTab & "Code" &_
vbTab & vbTab & "As String" & vbTab & vbTab & "Group Type"
for i = 0 to aRxCollection.Count - 1
set aRxGroup = aRxCollection.Item(i)
aMessage = aMessage & vbNewLine & (i + 1) & ") " & aRxGroup.Name &_
vbTab & aRxGroup.Code & vbTab & aRxGroup.AsString & vbTab &_
aRxGroup.GroupType
next
Profile.MsgBox(aMessage)
In Profile Client v8 on User Interface Group Type cannot be found, but Rx groups can be found in
in or in .