
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ProcessRequest
Packages that use ProcessRequest
-
Uses of ProcessRequest in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ProcessRequestModifier and TypeMethodDescriptionProcessRequest.addExclude
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for exclude ()ProcessRequest.addExclude
(String theString) Adds a new value for exclude ()ProcessRequest.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier ()ProcessRequest.addInclude
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for include ()ProcessRequest.addInclude
(String theString) Adds a new value for include ()ProcessRequest.addItem
(ProcessRequest.Item theValue) Adds a given new value for item ()ProcessRequest.setAction
(ActionListEnum theValue) Sets the value(s) for action ()ProcessRequest.setAction
(ca.uhn.fhir.model.primitive.BoundCodeDt<ActionListEnum> theValue) Sets the value(s) for action ()ProcessRequest.setCreated
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for created ()ProcessRequest.setCreated
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for created ()ProcessRequest.setCreatedWithSecondsPrecision
(Date theDate) Sets the value for created ()ProcessRequest.setExclude
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for exclude ()ProcessRequest.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier ()ProcessRequest.setInclude
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for include ()ProcessRequest.setItem
(List<ProcessRequest.Item> theValue) Sets the value(s) for item ()ProcessRequest.setNullify
(boolean theBoolean) Sets the value for nullify ()ProcessRequest.setNullify
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for nullify ()ProcessRequest.setOrganization
(ResourceReferenceDt theValue) Sets the value(s) for organization ()ProcessRequest.setOriginalRuleset
(CodingDt theValue) Sets the value(s) for originalRuleset ()Sets the value(s) for period ()ProcessRequest.setProvider
(ResourceReferenceDt theValue) Sets the value(s) for provider ()ProcessRequest.setReference
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for reference ()ProcessRequest.setReference
(String theString) Sets the value for reference ()ProcessRequest.setRequest
(ResourceReferenceDt theValue) Sets the value(s) for request ()ProcessRequest.setResponse
(ResourceReferenceDt theValue) Sets the value(s) for response ()ProcessRequest.setRuleset
(CodingDt theValue) Sets the value(s) for ruleset ()ProcessRequest.setTarget
(ResourceReferenceDt theValue) Sets the value(s) for target ()