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