Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.ErrorsComponent
-
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected EligibilityResponse.ErrorsComponent
JsonParser.parseEligibilityResponseErrorsComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.ErrorsComponent
XmlParser.parseEligibilityResponseErrorsComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEligibilityResponseErrorsComponent
(String name, EligibilityResponse.ErrorsComponent element) protected void
RdfParser.composeEligibilityResponseErrorsComponent
(Turtle.Complex parent, String parentType, String name, EligibilityResponse.ErrorsComponent element, int index) protected void
XmlParser.composeEligibilityResponseErrorsComponent
(String name, EligibilityResponse.ErrorsComponent element) protected void
XmlParser.composeEligibilityResponseErrorsComponentElements
(EligibilityResponse.ErrorsComponent element) protected void
JsonParser.composeEligibilityResponseErrorsComponentInner
(EligibilityResponse.ErrorsComponent element) protected boolean
XmlParser.parseEligibilityResponseErrorsComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.ErrorsComponent res) protected void
JsonParser.parseEligibilityResponseErrorsComponentProperties
(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.ErrorsComponent res) -
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<EligibilityResponse.ErrorsComponent> EligibilityResponse.error
Mutually exclusive with Services Provided (Item).Modifier and TypeMethodDescriptionEligibilityResponse.addError()
EligibilityResponse.ErrorsComponent.copy()
EligibilityResponse.getErrorFirstRep()
EligibilityResponse.ErrorsComponent.setCode
(CodeableConcept value) Modifier and TypeMethodDescriptionEligibilityResponse.addError
(EligibilityResponse.ErrorsComponent t) Modifier and TypeMethodDescriptionEligibilityResponse.setError
(List<EligibilityResponse.ErrorsComponent> theError)