Uses of Class
org.hl7.fhir.dstu2.model.ProcessRequest.ItemsComponent
-
Packages that use ProcessRequest.ItemsComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ProcessRequest.ItemsComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ProcessRequest.ItemsComponent Modifier and Type Method Description protected ProcessRequest.ItemsComponentJsonParser. parseProcessRequestItemsComponent(com.google.gson.JsonObject json, ProcessRequest owner)protected ProcessRequest.ItemsComponentXmlParser. parseProcessRequestItemsComponent(org.xmlpull.v1.XmlPullParser xpp, ProcessRequest owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ProcessRequest.ItemsComponent Modifier and Type Method Description protected voidJsonParser. composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element)protected voidXmlParser. composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element)protected voidJsonParser. composeProcessRequestItemsComponentInner(ProcessRequest.ItemsComponent element) -
Uses of ProcessRequest.ItemsComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ProcessRequest.ItemsComponent Modifier and Type Field Description protected List<ProcessRequest.ItemsComponent>ProcessRequest. itemList of top level items to be re-adjudicated, if none specified then the entire submission is re-adjudicated.Methods in org.hl7.fhir.dstu2.model that return ProcessRequest.ItemsComponent Modifier and Type Method Description ProcessRequest.ItemsComponentProcessRequest. addItem()ProcessRequest.ItemsComponentProcessRequest.ItemsComponent. copy()ProcessRequest.ItemsComponentProcessRequest.ItemsComponent. setSequenceLinkId(int value)ProcessRequest.ItemsComponentProcessRequest.ItemsComponent. setSequenceLinkIdElement(IntegerType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ProcessRequest.ItemsComponent Modifier and Type Method Description List<ProcessRequest.ItemsComponent>ProcessRequest. getItem()Methods in org.hl7.fhir.dstu2.model with parameters of type ProcessRequest.ItemsComponent Modifier and Type Method Description ProcessRequestProcessRequest. addItem(ProcessRequest.ItemsComponent t)
-