Uses of Class
org.hl7.fhir.r5.model.Group.GroupCharacteristicComponent
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Group.GroupCharacteristicComponent
JsonParser.parseGroupCharacteristicComponent
(com.google.gson.JsonObject json) protected Group.GroupCharacteristicComponent
XmlParser.parseGroupCharacteristicComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeGroupCharacteristicComponent
(String name, Group.GroupCharacteristicComponent element) protected void
RdfParser.composeGroupCharacteristicComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Group.GroupCharacteristicComponent element, int index) protected void
XmlParser.composeGroupCharacteristicComponent
(String name, Group.GroupCharacteristicComponent element) protected void
XmlParser.composeGroupCharacteristicComponentElements
(Group.GroupCharacteristicComponent element) protected void
JsonParser.composeGroupCharacteristicComponentProperties
(Group.GroupCharacteristicComponent element) protected boolean
XmlParser.parseGroupCharacteristicComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group.GroupCharacteristicComponent res) protected void
JsonParser.parseGroupCharacteristicComponentProperties
(com.google.gson.JsonObject json, Group.GroupCharacteristicComponent res) -
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r5.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)