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