
Uses of Class
org.hl7.fhir.r4.model.Group
Packages that use Group
-
Uses of Group in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type GroupModifier and TypeMethodDescriptionprotected voidJsonParser.composeGroup(String name, Group element) protected voidRdfParser.composeGroup(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.composeGroupInner(Group element) protected booleanXmlParser.parseGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group res) protected Group.GroupCharacteristicComponentJsonParser.parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json, Group owner) protected Group.GroupCharacteristicComponentXmlParser.parseGroupGroupCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) protected booleanXmlParser.parseGroupGroupCharacteristicComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group owner, Group.GroupCharacteristicComponent res) protected voidJsonParser.parseGroupGroupCharacteristicComponentProperties(com.google.gson.JsonObject json, Group owner, Group.GroupCharacteristicComponent res) protected Group.GroupMemberComponentJsonParser.parseGroupGroupMemberComponent(com.google.gson.JsonObject json, Group owner) protected Group.GroupMemberComponentXmlParser.parseGroupGroupMemberComponent(org.xmlpull.v1.XmlPullParser xpp, Group owner) protected booleanXmlParser.parseGroupGroupMemberComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Group owner, Group.GroupMemberComponent res) protected voidJsonParser.parseGroupGroupMemberComponentProperties(com.google.gson.JsonObject json, Group owner, Group.GroupMemberComponent res) protected voidJsonParser.parseGroupProperties(com.google.gson.JsonObject json, Group res) -
Uses of Group in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type GroupModifier and TypeFieldDescriptionResearchStudy.enrollmentTargetThe actual objects that are the target of the reference (Reference to a Group that defines the criteria for and quantity of subjects participating in the study.Methods in org.hl7.fhir.r4.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.setManagingEntityTarget(Resource 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.r4.model with parameters of type Group