Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityResponse.ErrorsComponent
-
Packages that use CoverageEligibilityResponse.ErrorsComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CoverageEligibilityResponse.ErrorsComponent Modifier and Type Method Description protected CoverageEligibilityResponse.ErrorsComponentJsonParser. parseCoverageEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner)protected CoverageEligibilityResponse.ErrorsComponentXmlParser. parseCoverageEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) -
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CoverageEligibilityResponse.ErrorsComponent Modifier and Type Field Description protected List<CoverageEligibilityResponse.ErrorsComponent>CoverageEligibilityResponse. errorErrors encountered during the processing of the request.Methods in org.hl7.fhir.r4.model that return CoverageEligibilityResponse.ErrorsComponent Modifier and Type Method Description CoverageEligibilityResponse.ErrorsComponentCoverageEligibilityResponse. addError()CoverageEligibilityResponse.ErrorsComponentCoverageEligibilityResponse.ErrorsComponent. copy()CoverageEligibilityResponse.ErrorsComponentCoverageEligibilityResponse. getErrorFirstRep()CoverageEligibilityResponse.ErrorsComponentCoverageEligibilityResponse.ErrorsComponent. setCode(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type CoverageEligibilityResponse.ErrorsComponent Modifier and Type Method Description List<CoverageEligibilityResponse.ErrorsComponent>CoverageEligibilityResponse. getError()Methods in org.hl7.fhir.r4.model with parameters of type CoverageEligibilityResponse.ErrorsComponent Modifier and Type Method Description CoverageEligibilityResponseCoverageEligibilityResponse. addError(CoverageEligibilityResponse.ErrorsComponent t)voidCoverageEligibilityResponse.ErrorsComponent. copyValues(CoverageEligibilityResponse.ErrorsComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CoverageEligibilityResponse.ErrorsComponent Modifier and Type Method Description CoverageEligibilityResponseCoverageEligibilityResponse. setError(List<CoverageEligibilityResponse.ErrorsComponent> theError)
-