Uses of Class
org.hl7.fhir.r4b.model.RequestGroup
-
Packages that use RequestGroup Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of RequestGroup in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return RequestGroup Modifier and Type Method Description protected RequestGroupJsonParser. parseRequestGroup(com.google.gson.JsonObject json)protected RequestGroupXmlParser. parseRequestGroup(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type RequestGroup Modifier and Type Method Description protected voidJsonParser. composeRequestGroup(String name, RequestGroup element)protected voidRdfParser. composeRequestGroup(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, RequestGroup element, int index)protected voidXmlParser. composeRequestGroup(String name, RequestGroup element)protected voidXmlParser. composeRequestGroupElements(RequestGroup element)protected voidJsonParser. composeRequestGroupProperties(RequestGroup element)protected booleanXmlParser. parseRequestGroupContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, RequestGroup res)protected voidJsonParser. parseRequestGroupProperties(com.google.gson.JsonObject json, RequestGroup res) -
Uses of RequestGroup in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type RequestGroup Modifier and Type Method Description voidRequestGroup. copyValues(RequestGroup dst)
-