| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Group.GroupCharacteristicComponent |
JsonParser.parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json,
Group owner) |
protected Group.GroupCharacteristicComponent |
XmlParser.parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp,
Group owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Group.GroupCharacteristicComponent> |
Group.characteristic
Identifies traits whose presence r absence is shared by members of the group.
|
| Modifier and Type | Method and Description |
|---|---|
Group.GroupCharacteristicComponent |
Group.addCharacteristic() |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.copy() |
Group.GroupCharacteristicComponent |
Group.getCharacteristicFirstRep() |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.setCode(CodeableConcept value) |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.setExclude(boolean value) |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.setExcludeElement(BooleanType value) |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.setPeriod(Period value) |
Group.GroupCharacteristicComponent |
Group.GroupCharacteristicComponent.setValue(Type value) |
| Modifier and Type | Method and Description |
|---|---|
List<Group.GroupCharacteristicComponent> |
Group.getCharacteristic() |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.addCharacteristic(Group.GroupCharacteristicComponent t) |
void |
Group.GroupCharacteristicComponent.copyValues(Group.GroupCharacteristicComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.setCharacteristic(List<Group.GroupCharacteristicComponent> theCharacteristic) |
Copyright © 2014–2021 Health Level 7. All rights reserved.