
Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.ErrorsComponent
Packages that use EligibilityResponse.ErrorsComponent
- 
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return EligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionprotected EligibilityResponse.ErrorsComponentJsonParser.parseEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.ErrorsComponentXmlParser.parseEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type EligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element) protected voidRdfParser.composeEligibilityResponseErrorsComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EligibilityResponse.ErrorsComponent element, int index) protected voidXmlParser.composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element) protected voidXmlParser.composeEligibilityResponseErrorsComponentElements(EligibilityResponse.ErrorsComponent element) protected voidJsonParser.composeEligibilityResponseErrorsComponentInner(EligibilityResponse.ErrorsComponent element) protected booleanXmlParser.parseEligibilityResponseErrorsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.ErrorsComponent res) protected voidJsonParser.parseEligibilityResponseErrorsComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.ErrorsComponent res)  - 
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type EligibilityResponse.ErrorsComponentModifier and TypeFieldDescriptionprotected List<EligibilityResponse.ErrorsComponent> EligibilityResponse.errorMutually exclusive with Services Provided (Item).Methods in org.hl7.fhir.dstu3.model that return EligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionEligibilityResponse.addError()EligibilityResponse.ErrorsComponent.copy()EligibilityResponse.getErrorFirstRep()EligibilityResponse.ErrorsComponent.setCode(CodeableConcept value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type EligibilityResponse.ErrorsComponentMethods in org.hl7.fhir.dstu3.model with parameters of type EligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionEligibilityResponse.addError(EligibilityResponse.ErrorsComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type EligibilityResponse.ErrorsComponentModifier and TypeMethodDescriptionEligibilityResponse.setError(List<EligibilityResponse.ErrorsComponent> theError)