
Uses of Class
ca.uhn.fhir.model.dstu2.resource.OperationOutcome.Issue
Packages that use OperationOutcome.Issue
- 
Uses of OperationOutcome.Issue in ca.uhn.fhir.model.dstu2.resourceMethods in ca.uhn.fhir.model.dstu2.resource that return OperationOutcome.IssueModifier 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 ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type OperationOutcome.IssueMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type OperationOutcome.IssueModifier and TypeMethodDescriptionOperationOutcome.addIssue(OperationOutcome.Issue theValue) Adds a given new value for issue ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type OperationOutcome.IssueModifier and TypeMethodDescriptionOperationOutcome.setIssue(List<OperationOutcome.Issue> theValue) Sets the value(s) for issue ()