
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcessRequest.Item
Packages that use ProcessRequest.Item
-
Uses of ProcessRequest.Item in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcessRequest.ItemModifier and TypeMethodDescriptionProcessRequest.addItem()Adds and returns a new value for item ()ProcessRequest.getItemFirstRep()Gets the first repetition for item (), creating it if it does not already exist.ProcessRequest.Item.setSequenceLinkId(int theInteger) Sets the value for sequenceLinkId ()ProcessRequest.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.ItemMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type ProcessRequest.ItemModifier and TypeMethodDescriptionProcessRequest.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.ItemModifier and TypeMethodDescriptionProcessRequest.setItem(List<ProcessRequest.Item> theValue) Sets the value(s) for item ()