Uses of Class
org.hl7.fhir.r4.model.OperationOutcome.OperationOutcomeIssueComponent
-
Packages that use OperationOutcome.OperationOutcomeIssueComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.utils -
-
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description protected OperationOutcome.OperationOutcomeIssueComponentJsonParser. parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner)protected OperationOutcome.OperationOutcomeIssueComponentXmlParser. parseOperationOutcomeOperationOutcomeIssueComponent(org.xmlpull.v1.XmlPullParser xpp, OperationOutcome owner) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type OperationOutcome.OperationOutcomeIssueComponent Modifier and Type Method Description OperationOutcomeOperationOutcome. setIssue(List<OperationOutcome.OperationOutcomeIssueComponent> theIssue) -
Uses of OperationOutcome.OperationOutcomeIssueComponent in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.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.r4.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)
-