Uses of Class
org.hl7.fhir.dstu2.model.ProcessRequest
-
Packages that use ProcessRequest Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ProcessRequest in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type ProcessRequest Modifier and Type Method Description protected voidJsonParser. composeProcessRequest(String name, ProcessRequest element)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.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as ProcessRequest Modifier and Type Field Description protected ProcessRequestPaymentReconciliation. requestTargetThe actual object that is the target of the reference (Original request resource reference.)Methods in org.hl7.fhir.dstu2.model with parameters of type ProcessRequest Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setRequestTarget(ProcessRequest value)
-