
Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityResponse.ErrorsComponent
Packages that use CoverageEligibilityResponse.ErrorsComponent
-
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CoverageEligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionJsonParser.parseCoverageEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) XmlParser.parseCoverageEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) Methods in org.hl7.fhir.r4.formats with parameters of type CoverageEligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCoverageEligibilityResponseErrorsComponent(String name, CoverageEligibilityResponse.ErrorsComponent element) protected voidRdfParser.composeCoverageEligibilityResponseErrorsComponent(Turtle.Complex parent, String parentType, String name, CoverageEligibilityResponse.ErrorsComponent element, int index) protected voidXmlParser.composeCoverageEligibilityResponseErrorsComponent(String name, CoverageEligibilityResponse.ErrorsComponent element) protected voidXmlParser.composeCoverageEligibilityResponseErrorsComponentElements(CoverageEligibilityResponse.ErrorsComponent element) protected voidJsonParser.composeCoverageEligibilityResponseErrorsComponentInner(CoverageEligibilityResponse.ErrorsComponent element) protected booleanXmlParser.parseCoverageEligibilityResponseErrorsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) protected voidJsonParser.parseCoverageEligibilityResponseErrorsComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) -
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CoverageEligibilityResponse.ErrorsComponentModifier and TypeFieldDescriptionprotected List<CoverageEligibilityResponse.ErrorsComponent> CoverageEligibilityResponse.errorErrors encountered during the processing of the request.Methods in org.hl7.fhir.r4.model that return CoverageEligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionCoverageEligibilityResponse.addError()CoverageEligibilityResponse.ErrorsComponent.copy()CoverageEligibilityResponse.getErrorFirstRep()CoverageEligibilityResponse.ErrorsComponent.setCode(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type CoverageEligibilityResponse.ErrorsComponentMethods in org.hl7.fhir.r4.model with parameters of type CoverageEligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionCoverageEligibilityResponse.addError(CoverageEligibilityResponse.ErrorsComponent t) voidCoverageEligibilityResponse.ErrorsComponent.copyValues(CoverageEligibilityResponse.ErrorsComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type CoverageEligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionCoverageEligibilityResponse.setError(List<CoverageEligibilityResponse.ErrorsComponent> theError)