Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityResponse.ErrorsComponent
-
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseCoverageEligibilityResponseErrorsComponent
(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) XmlParser.parseCoverageEligibilityResponseErrorsComponent
(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCoverageEligibilityResponseErrorsComponent
(String name, CoverageEligibilityResponse.ErrorsComponent element) protected void
RdfParser.composeCoverageEligibilityResponseErrorsComponent
(Turtle.Complex parent, String parentType, String name, CoverageEligibilityResponse.ErrorsComponent element, int index) protected void
XmlParser.composeCoverageEligibilityResponseErrorsComponent
(String name, CoverageEligibilityResponse.ErrorsComponent element) protected void
XmlParser.composeCoverageEligibilityResponseErrorsComponentElements
(CoverageEligibilityResponse.ErrorsComponent element) protected void
JsonParser.composeCoverageEligibilityResponseErrorsComponentInner
(CoverageEligibilityResponse.ErrorsComponent element) protected boolean
XmlParser.parseCoverageEligibilityResponseErrorsComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) protected void
JsonParser.parseCoverageEligibilityResponseErrorsComponentProperties
(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) -
Uses of CoverageEligibilityResponse.ErrorsComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<CoverageEligibilityResponse.ErrorsComponent> CoverageEligibilityResponse.error
Errors encountered during the processing of the request.Modifier and TypeMethodDescriptionCoverageEligibilityResponse.addError()
CoverageEligibilityResponse.ErrorsComponent.copy()
CoverageEligibilityResponse.getErrorFirstRep()
CoverageEligibilityResponse.ErrorsComponent.setCode
(CodeableConcept value) Modifier and TypeMethodDescriptionCoverageEligibilityResponse.addError
(CoverageEligibilityResponse.ErrorsComponent t) void
CoverageEligibilityResponse.ErrorsComponent.copyValues
(CoverageEligibilityResponse.ErrorsComponent dst) Modifier and TypeMethodDescriptionCoverageEligibilityResponse.setError
(List<CoverageEligibilityResponse.ErrorsComponent> theError)