Uses of Class
org.hl7.fhir.r4.model.Group.GroupCharacteristicComponent
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
JsonParser.composeGroupGroupCharacteristicComponent
(String name, Group.GroupCharacteristicComponent element) protected void
RdfParser.composeGroupGroupCharacteristicComponent
(Turtle.Complex parent, String parentType, String name, Group.GroupCharacteristicComponent element, int index) protected void
XmlParser.composeGroupGroupCharacteristicComponent
(String name, Group.GroupCharacteristicComponent element) protected void
XmlParser.composeGroupGroupCharacteristicComponentElements
(Group.GroupCharacteristicComponent element) protected void
JsonParser.composeGroupGroupCharacteristicComponentInner
(Group.GroupCharacteristicComponent element) protected boolean
XmlParser.parseGroupGroupCharacteristicComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group owner, Group.GroupCharacteristicComponent res) protected void
JsonParser.parseGroupGroupCharacteristicComponentProperties
(com.google.gson.JsonObject json, Group owner, Group.GroupCharacteristicComponent res) -
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Group.GroupCharacteristicComponent> Group.characteristic
Identifies traits whose presence r absence is shared by members of the group.Modifier and TypeMethodDescriptionGroup.addCharacteristic()
Group.GroupCharacteristicComponent.copy()
Group.getCharacteristicFirstRep()
Group.GroupCharacteristicComponent.setCode
(CodeableConcept value) Group.GroupCharacteristicComponent.setExclude
(boolean value) Group.GroupCharacteristicComponent.setExcludeElement
(BooleanType value) Modifier and TypeMethodDescriptionvoid
Group.GroupCharacteristicComponent.copyValues
(Group.GroupCharacteristicComponent dst) Modifier and TypeMethodDescriptionGroup.setCharacteristic
(List<Group.GroupCharacteristicComponent> theCharacteristic)