Uses of Class
org.hl7.fhir.r5.model.Group
-
Packages that use Group Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Group in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type Group Modifier and Type Method Description protected 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 with parameters of type Group Modifier and Type Method Description voidGroup. copyValues(Group dst)
-