| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource |
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome.Issue |
OperationOutcome.addIssue()
Adds and returns a new value for issue ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.addLocation(String theString)
Adds a new value for location ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.addLocation(ca.uhn.fhir.model.primitive.StringDt theValue)
Adds a given 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(ca.uhn.fhir.model.primitive.BoundCodeDt<IssueTypeEnum> theValue)
Sets the value(s) for code ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setCode(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(String theString)
Sets the value for diagnostics ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setDiagnostics(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) 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(ca.uhn.fhir.model.primitive.BoundCodeDt<IssueSeverityEnum> theValue)
Sets the value(s) for severity ()
|
OperationOutcome.Issue |
OperationOutcome.Issue.setSeverity(IssueSeverityEnum theValue)
Sets the value(s) for severity ()
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationOutcome.Issue> |
OperationOutcome.getIssue()
Gets the value(s) for issue ().
|
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome |
OperationOutcome.addIssue(OperationOutcome.Issue theValue)
Adds a given new value for issue ()
|
| Modifier and Type | Method and Description |
|---|---|
OperationOutcome |
OperationOutcome.setIssue(List<OperationOutcome.Issue> theValue)
Sets the value(s) for issue ()
|
Copyright © 2014–2018 University Health Network. All rights reserved.