Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse.ErrorsComponent
-
Packages that use EligibilityResponse.ErrorsComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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) -
Uses of EligibilityResponse.ErrorsComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return EligibilityResponse.ErrorsComponent Modifier and Type Method Description EligibilityResponse.ErrorsComponentEligibilityResponse. addError()EligibilityResponse.ErrorsComponentEligibilityResponse.ErrorsComponent. copy()EligibilityResponse.ErrorsComponentEligibilityResponse. getErrorFirstRep()EligibilityResponse.ErrorsComponentEligibilityResponse.ErrorsComponent. setCode(CodeableConcept value)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type EligibilityResponse.ErrorsComponent Modifier and Type Method Description EligibilityResponseEligibilityResponse. addError(EligibilityResponse.ErrorsComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type EligibilityResponse.ErrorsComponent Modifier and Type Method Description EligibilityResponseEligibilityResponse. setError(List<EligibilityResponse.ErrorsComponent> theError)
-