Uses of Class
org.hl7.fhir.dstu3.model.ProcessRequest
-
Packages that use ProcessRequest Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ProcessRequest in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type ProcessRequest Modifier and Type Method Description protected voidJsonParser. composeProcessRequest(String name, ProcessRequest element)protected voidRdfParser. composeProcessRequest(Turtle.Complex parent, String parentType, String name, ProcessRequest element, int index)protected voidXmlParser. composeProcessRequest(String name, ProcessRequest element)protected voidXmlParser. composeProcessRequestElements(ProcessRequest element)protected voidJsonParser. composeProcessRequestInner(ProcessRequest element)protected booleanXmlParser. parseProcessRequestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessRequest res)protected ProcessRequest.ItemsComponentJsonParser. parseProcessRequestItemsComponent(com.google.gson.JsonObject json, ProcessRequest owner)protected ProcessRequest.ItemsComponentXmlParser. parseProcessRequestItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner)protected booleanXmlParser. parseProcessRequestItemsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner, ProcessRequest.ItemsComponent res)protected voidJsonParser. parseProcessRequestItemsComponentProperties(com.google.gson.JsonObject json, ProcessRequest owner, ProcessRequest.ItemsComponent res)protected voidJsonParser. parseProcessRequestProperties(com.google.gson.JsonObject json, ProcessRequest res) -
Uses of ProcessRequest in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type ProcessRequest Modifier and Type Method Description PaymentReconciliationPaymentReconciliation. setRequestTarget(ProcessRequest value)
-