Uses of Class
org.hl7.fhir.r4.model.Group.GroupCharacteristicComponent
-
Packages that use Group.GroupCharacteristicComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Group.GroupCharacteristicComponent Modifier and Type Method Description protected Group.GroupCharacteristicComponentJsonParser. parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json, Group owner)protected Group.GroupCharacteristicComponentXmlParser. parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) -
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Group.GroupCharacteristicComponent Modifier and Type Field Description protected List<Group.GroupCharacteristicComponent>Group. characteristicIdentifies traits whose presence r absence is shared by members of the group.Methods in org.hl7.fhir.r4.model that return Group.GroupCharacteristicComponent Modifier and Type Method Description Group.GroupCharacteristicComponentGroup. addCharacteristic()Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. copy()Group.GroupCharacteristicComponentGroup. getCharacteristicFirstRep()Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. setCode(CodeableConcept value)Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. setExclude(boolean value)Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. setExcludeElement(BooleanType value)Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. setPeriod(Period value)Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. setValue(Type value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Group.GroupCharacteristicComponent Modifier and Type Method Description List<Group.GroupCharacteristicComponent>Group. getCharacteristic()Methods in org.hl7.fhir.r4.model with parameters of type Group.GroupCharacteristicComponent Modifier and Type Method Description GroupGroup. addCharacteristic(Group.GroupCharacteristicComponent t)voidGroup.GroupCharacteristicComponent. copyValues(Group.GroupCharacteristicComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Group.GroupCharacteristicComponent Modifier and Type Method Description GroupGroup. setCharacteristic(List<Group.GroupCharacteristicComponent> theCharacteristic)
-