Uses of Class
org.hl7.fhir.dstu2.model.Group.GroupCharacteristicComponent
-
Packages that use Group.GroupCharacteristicComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Group.GroupCharacteristicComponent Modifier and Type Method Description protected voidJsonParser. composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element)protected voidXmlParser. composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element)protected voidJsonParser. composeGroupGroupCharacteristicComponentInner(Group.GroupCharacteristicComponent element) -
Uses of Group.GroupCharacteristicComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Group.GroupCharacteristicComponent Modifier and Type Field Description protected List<Group.GroupCharacteristicComponent>Group. characteristicIdentifies the traits shared by members of the group.Methods in org.hl7.fhir.dstu2.model that return Group.GroupCharacteristicComponent Modifier and Type Method Description Group.GroupCharacteristicComponentGroup. addCharacteristic()Group.GroupCharacteristicComponentGroup.GroupCharacteristicComponent. copy()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.dstu2.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.dstu2.model with parameters of type Group.GroupCharacteristicComponent Modifier and Type Method Description GroupGroup. addCharacteristic(Group.GroupCharacteristicComponent t)
-