Uses of Class
org.hl7.fhir.dstu2016may.model.Group
-
Packages that use Group Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of Group in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return Group Modifier and Type Method Description protected GroupJsonParser. parseGroup(com.google.gson.JsonObject json)protected GroupXmlParser. parseGroup(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type Group Modifier and Type Method Description protected voidJsonParser. composeGroup(String name, Group element)protected voidRdfParser. composeGroup(RdfGenerator.Complex parent, String parentType, String name, Group element, int index)protected voidXmlParser. composeGroup(String name, Group element)protected voidJsonParser. composeGroupInner(Group element)protected Group.GroupCharacteristicComponentJsonParser. parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json, Group owner)protected Group.GroupCharacteristicComponentXmlParser. parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner)protected Group.GroupMemberComponentJsonParser. parseGroupGroupMemberComponent(com.google.gson.JsonObject json, Group owner)protected Group.GroupMemberComponentXmlParser. parseGroupGroupMemberComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) -
Uses of Group in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as Group Modifier and Type Field Description protected GroupProtocol. groupTargetThe actual object that is the target of the reference (To whom does Protocol apply?)Methods in org.hl7.fhir.dstu2016may.model that return Group Modifier and Type Method Description GroupGroup. addCharacteristic(Group.GroupCharacteristicComponent t)GroupGroup. addIdentifier(Identifier t)GroupGroup. addMember(Group.GroupMemberComponent t)GroupGroup. copy()GroupProtocol. getGroupTarget()GroupGroup. setActive(boolean value)GroupGroup. setActiveElement(BooleanType value)GroupGroup. setActual(boolean value)GroupGroup. setActualElement(BooleanType value)GroupGroup. setCode(CodeableConcept value)GroupGroup. setName(String value)GroupGroup. setNameElement(StringType value)GroupGroup. setQuantity(int value)GroupGroup. setQuantityElement(UnsignedIntType value)GroupGroup. setType(Group.GroupType value)GroupGroup. setTypeElement(Enumeration<Group.GroupType> value)protected GroupGroup. typedCopy()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Group Modifier and Type Method Description ProtocolProtocol. setGroupTarget(Group value)
-