Uses of Class
org.hl7.fhir.r4b.model.OperationOutcome.OperationOutcomeIssueComponent
-
Packages that use OperationOutcome.OperationOutcomeIssueComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model org.hl7.fhir.r4b.utils -
-
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description protected OperationOutcome.OperationOutcomeIssueComponentJsonParser. parseOperationOutcomeIssueComponent(com.google.gson.JsonObject json)protected OperationOutcome.OperationOutcomeIssueComponentXmlParser. parseOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Field Description protected List<OperationOutcome.OperationOutcomeIssueComponent>OperationOutcome. issueAn error, warning, or information message that results from a system action.Methods in org.hl7.fhir.r4b.model that return types with arguments of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description List<OperationOutcome.OperationOutcomeIssueComponent>OperationOutcome. getIssue()Methods in org.hl7.fhir.r4b.model with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description OperationOutcomeOperationOutcome. addIssue(OperationOutcome.OperationOutcomeIssueComponent t)voidOperationOutcome.OperationOutcomeIssueComponent. copyValues(OperationOutcome.OperationOutcomeIssueComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description OperationOutcomeOperationOutcome. setIssue(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue)Constructors in org.hl7.fhir.r4b.model with parameters of type OperationOutcome.OperationOutcomeIssueComponent Constructor Description OperationOutcome(OperationOutcome.OperationOutcomeIssueComponent issue)Constructor -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description static OperationOutcome.OperationOutcomeIssueComponentOperationOutcomeUtilities. convertToIssue(org.hl7.fhir.utilities.validation.ValidationMessage message, OperationOutcome op)Methods in org.hl7.fhir.r4b.utils with parameters of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description static org.hl7.fhir.utilities.validation.ValidationMessageToolingExtensions. readValidationMessage(OperationOutcome.OperationOutcomeIssueComponent issue, org.hl7.fhir.utilities.validation.ValidationMessage.Source source)
-