Uses of Class
org.hl7.fhir.dstu2016may.model.ProcessRequest
-
Packages that use ProcessRequest Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ProcessRequest in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ProcessRequest Modifier and Type Method Description protected ProcessRequestJsonParser. parseProcessRequest(com.google.gson.JsonObject json)protected ProcessRequestXmlParser. parseProcessRequest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ProcessRequest Modifier and Type Method Description protected voidJsonParser. composeProcessRequest(String name, ProcessRequest element)protected voidRdfParser. composeProcessRequest(RdfGenerator.Complex parent, String parentType, String name, ProcessRequest element, int index)protected voidXmlParser. composeProcessRequest(String name, ProcessRequest element)protected voidJsonParser. composeProcessRequestInner(ProcessRequest element)protected ProcessRequest.ItemsComponentJsonParser. parseProcessRequestItemsComponent(com.google.gson.JsonObject json, ProcessRequest owner)protected ProcessRequest.ItemsComponentXmlParser. parseProcessRequestItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner) -
Uses of ProcessRequest in org.hl7.fhir.dstu2016may.model
-