Uses of Class
org.hl7.fhir.r5.model.Group
Packages that use Group
-
Uses of Group in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return GroupModifier and TypeMethodDescriptionprotected GroupJsonParser.parseGroup(com.google.gson.JsonObject json)protected GroupXmlParser.parseGroup(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type GroupModifier and TypeMethodDescriptionprotected voidJsonParser.composeGroup(String name, Group element)protected voidRdfParser.composeGroup(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Group element, int index)protected voidXmlParser.composeGroup(String name, Group element)protected voidXmlParser.composeGroupElements(Group element)protected voidJsonParser.composeGroupProperties(Group element)protected booleanXmlParser.parseGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group res)protected voidJsonParser.parseGroupProperties(com.google.gson.JsonObject json, Group res) -
Uses of Group in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return GroupModifier and TypeMethodDescriptionGroup.addIdentifier(Identifier t)Group.addMember(Group.GroupMemberComponent t)Group.copy()Group.setActive(boolean value)Group.setActiveElement(BooleanType value)Group.setActual(boolean value)Group.setActualElement(BooleanType value)Group.setCharacteristic(List<Group.GroupCharacteristicComponent> theCharacteristic)Group.setCode(CodeableConcept value)Group.setIdentifier(List<Identifier> theIdentifier)Group.setManagingEntity(Reference value)Group.setMember(List<Group.GroupMemberComponent> theMember)Group.setNameElement(StringType value)Group.setQuantity(int value)Group.setQuantityElement(UnsignedIntType value)Group.setType(Group.GroupType value)Group.setTypeElement(Enumeration<Group.GroupType> value)protected GroupGroup.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Group