![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.Group.GroupCharacteristicComponent
Packages that use Group.GroupCharacteristicComponent
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Group.GroupCharacteristicComponentModifier 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) Methods in org.hl7.fhir.r4.formats with parameters of type Group.GroupCharacteristicComponentModifier 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
Fields in org.hl7.fhir.r4.model with type parameters of type Group.GroupCharacteristicComponentModifier and TypeFieldDescriptionprotected List
<Group.GroupCharacteristicComponent> Group.characteristic
Identifies traits whose presence r absence is shared by members of the group.Methods in org.hl7.fhir.r4.model that return Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionGroup.addCharacteristic()
Group.GroupCharacteristicComponent.copy()
Group.getCharacteristicFirstRep()
Group.GroupCharacteristicComponent.setCode
(CodeableConcept value) Group.GroupCharacteristicComponent.setExclude
(boolean value) Group.GroupCharacteristicComponent.setExcludeElement
(BooleanType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Group.GroupCharacteristicComponentMethods in org.hl7.fhir.r4.model with parameters of type Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionvoid
Group.GroupCharacteristicComponent.copyValues
(Group.GroupCharacteristicComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionGroup.setCharacteristic
(List<Group.GroupCharacteristicComponent> theCharacteristic)