| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Group.GroupType> |
Group.type
Identifies the broad classification of the kind of resources the group includes.
|
| Modifier and Type | Method and Description |
|---|---|
static Group.GroupType |
Group.GroupType.fromCode(String codeString) |
Group.GroupType |
Group.GroupTypeEnumFactory.fromCode(String codeString) |
Group.GroupType |
Group.getType() |
static Group.GroupType |
Group.GroupType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.GroupType[] |
Group.GroupType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Group.GroupType> |
Group.GroupTypeEnumFactory.fromType(Base code) |
Enumeration<Group.GroupType> |
Group.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setType(Group.GroupType value) |
String |
Group.GroupTypeEnumFactory.toCode(Group.GroupType code) |
String |
Group.GroupTypeEnumFactory.toSystem(Group.GroupType code) |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setTypeElement(Enumeration<Group.GroupType> value) |
| Constructor and Description |
|---|
Group(Enumeration<Group.GroupType> type,
BooleanType actual)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.