
Uses of Class
org.hl7.fhir.r5.model.Group.GroupCharacteristicComponent
Packages that use Group.GroupCharacteristicComponent
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionprotected Group.GroupCharacteristicComponentJsonParser.parseGroupCharacteristicComponent(com.google.gson.JsonObject json) protected Group.GroupCharacteristicComponentXmlParser.parseGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) protected voidRdfParser.composeGroupCharacteristicComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Group.GroupCharacteristicComponent element, int index) protected voidXmlParser.composeGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) protected voidXmlParser.composeGroupCharacteristicComponentElements(Group.GroupCharacteristicComponent element) protected voidJsonParser.composeGroupCharacteristicComponentProperties(Group.GroupCharacteristicComponent element) protected booleanXmlParser.parseGroupCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group.GroupCharacteristicComponent res) protected voidJsonParser.parseGroupCharacteristicComponentProperties(com.google.gson.JsonObject json, Group.GroupCharacteristicComponent res) -
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Group.GroupCharacteristicComponentModifier and TypeFieldDescriptionprotected List<Group.GroupCharacteristicComponent> Group.characteristicIdentifies traits whose presence r absence is shared by members of the group.Methods in org.hl7.fhir.r5.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.r5.model that return types with arguments of type Group.GroupCharacteristicComponentMethods in org.hl7.fhir.r5.model with parameters of type Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionvoidGroup.GroupCharacteristicComponent.copyValues(Group.GroupCharacteristicComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Group.GroupCharacteristicComponentModifier and TypeMethodDescriptionGroup.setCharacteristic(List<Group.GroupCharacteristicComponent> theCharacteristic)