OperationOutcome.Issue |
OperationOutcome.addIssue() |
Adds and returns a new value for issue ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.addLocation(ca.uhn.fhir.model.primitive.StringDt theValue) |
Adds a given new value for location ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.addLocation(String theString) |
Adds a new value for location ()
|
OperationOutcome.Issue |
OperationOutcome.getIssueFirstRep() |
Gets the first repetition for issue (),
creating it if it does not already exist.
|
OperationOutcome.Issue |
OperationOutcome.Issue.setCode(IssueTypeEnum theValue) |
Sets the value(s) for code ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<IssueTypeEnum> theValue) |
Sets the value(s) for code ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setDetails(CodeableConceptDt theValue) |
Sets the value(s) for details ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setDiagnostics(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for diagnostics ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setDiagnostics(String theString) |
Sets the value for diagnostics ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setLocation(List<ca.uhn.fhir.model.primitive.StringDt> theValue) |
Sets the value(s) for location ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setSeverity(IssueSeverityEnum theValue) |
Sets the value(s) for severity ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setSeverity(ca.uhn.fhir.model.primitive.BoundCodeDt<IssueSeverityEnum> theValue) |
Sets the value(s) for severity ()
|