Uses of Class
org.hl7.fhir.dstu2016may.model.EligibilityResponse.ErrorsComponent
-
Packages that use EligibilityResponse.ErrorsComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return EligibilityResponse.ErrorsComponent Modifier and Type Method Description protected 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.dstu2016may.formats with parameters of type EligibilityResponse.ErrorsComponent Modifier and Type Method Description protected voidJsonParser. composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element)protected voidRdfParser. composeEligibilityResponseErrorsComponent(RdfGenerator.Complex parent, String parentType, String name, EligibilityResponse.ErrorsComponent element, int index)protected voidXmlParser. composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element)protected voidJsonParser. composeEligibilityResponseErrorsComponentInner(EligibilityResponse.ErrorsComponent element) -
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type EligibilityResponse.ErrorsComponent Modifier and Type Field Description protected List<EligibilityResponse.ErrorsComponent>EligibilityResponse. errorMutually exclusive with Services Provided (Item).Methods in org.hl7.fhir.dstu2016may.model that return EligibilityResponse.ErrorsComponent Modifier and Type Method Description EligibilityResponse.ErrorsComponentEligibilityResponse. addError()EligibilityResponse.ErrorsComponentEligibilityResponse.ErrorsComponent. copy()EligibilityResponse.ErrorsComponentEligibilityResponse.ErrorsComponent. setCode(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type EligibilityResponse.ErrorsComponent Modifier and Type Method Description List<EligibilityResponse.ErrorsComponent>EligibilityResponse. getError()Methods in org.hl7.fhir.dstu2016may.model with parameters of type EligibilityResponse.ErrorsComponent Modifier and Type Method Description EligibilityResponseEligibilityResponse. addError(EligibilityResponse.ErrorsComponent t)
-