Uses of Class
org.hl7.fhir.r4.model.Group
-
Packages that use Group Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Group in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type Group Modifier and Type Method Description protected 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 Group Modifier and Type Field Description protected List<Group>ResearchStudy. 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 types with arguments of type Group Modifier and Type Method Description List<Group>ResearchStudy. getEnrollmentTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Group Modifier and Type Method Description voidGroup. copyValues(Group dst)
-