Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcessRequest.Item
-
Packages that use ProcessRequest.Item Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ProcessRequest.Item in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcessRequest.Item Modifier and Type Method Description ProcessRequest.ItemProcessRequest. addItem()Adds and returns a new value for item ()ProcessRequest.ItemProcessRequest. getItemFirstRep()Gets the first repetition for item (), creating it if it does not already exist.ProcessRequest.ItemProcessRequest.Item. setSequenceLinkId(int theInteger)Sets the value for sequenceLinkId ()ProcessRequest.ItemProcessRequest.Item. setSequenceLinkId(ca.uhn.fhir.model.primitive.IntegerDt theValue)Sets the value(s) for sequenceLinkId ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ProcessRequest.Item Modifier and Type Method Description List<ProcessRequest.Item>ProcessRequest. getItem()Gets the value(s) for item ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ProcessRequest.Item Modifier and Type Method Description ProcessRequestProcessRequest. addItem(ProcessRequest.Item theValue)Adds a given new value for item ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ProcessRequest.Item Modifier and Type Method Description ProcessRequestProcessRequest. setItem(List<ProcessRequest.Item> theValue)Sets the value(s) for item ()
-