
Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse
Packages that use EligibilityResponse
-
Uses of EligibilityResponse in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return EligibilityResponseModifier and TypeMethodDescriptionprotected EligibilityResponseJsonParser.parseEligibilityResponse(com.google.gson.JsonObject json) protected EligibilityResponseXmlParser.parseEligibilityResponse(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu3.formats with parameters of type EligibilityResponseModifier and TypeMethodDescriptionprotected voidJsonParser.composeEligibilityResponse(String name, EligibilityResponse element) protected voidRdfParser.composeEligibilityResponse(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, EligibilityResponse element, int index) protected voidXmlParser.composeEligibilityResponse(String name, EligibilityResponse element) protected voidXmlParser.composeEligibilityResponseElements(EligibilityResponse element) protected voidJsonParser.composeEligibilityResponseInner(EligibilityResponse element) protected EligibilityResponse.BenefitComponentJsonParser.parseEligibilityResponseBenefitComponent(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.BenefitComponentXmlParser.parseEligibilityResponseBenefitComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected booleanXmlParser.parseEligibilityResponseBenefitComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) protected voidJsonParser.parseEligibilityResponseBenefitComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) protected EligibilityResponse.BenefitsComponentJsonParser.parseEligibilityResponseBenefitsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.BenefitsComponentXmlParser.parseEligibilityResponseBenefitsComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected booleanXmlParser.parseEligibilityResponseBenefitsComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) protected voidJsonParser.parseEligibilityResponseBenefitsComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) protected booleanXmlParser.parseEligibilityResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse res) protected EligibilityResponse.ErrorsComponentJsonParser.parseEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.ErrorsComponentXmlParser.parseEligibilityResponseErrorsComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) 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) protected EligibilityResponse.InsuranceComponentJsonParser.parseEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.InsuranceComponentXmlParser.parseEligibilityResponseInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected booleanXmlParser.parseEligibilityResponseInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) protected voidJsonParser.parseEligibilityResponseInsuranceComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) protected voidJsonParser.parseEligibilityResponseProperties(com.google.gson.JsonObject json, EligibilityResponse res) -
Uses of EligibilityResponse in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return EligibilityResponseModifier and TypeMethodDescriptionEligibilityResponse.addError(EligibilityResponse.ErrorsComponent t) EligibilityResponse.addIdentifier(Identifier t) EligibilityResponse.addInsurance(EligibilityResponse.InsuranceComponent t) EligibilityResponse.copy()EligibilityResponse.setCreated(Date value) EligibilityResponse.setCreatedElement(DateTimeType value) EligibilityResponse.setDisposition(String value) EligibilityResponse.setDispositionElement(StringType value) EligibilityResponse.setError(List<EligibilityResponse.ErrorsComponent> theError) EligibilityResponse.setForm(CodeableConcept value) EligibilityResponse.setIdentifier(List<Identifier> theIdentifier) EligibilityResponse.setInforce(boolean value) EligibilityResponse.setInforceElement(BooleanType value) EligibilityResponse.setInsurance(List<EligibilityResponse.InsuranceComponent> theInsurance) EligibilityResponse.setInsurer(Reference value) EligibilityResponse.setInsurerTarget(Organization value) EligibilityResponse.setOutcome(CodeableConcept value) EligibilityResponse.setRequest(Reference value) EligibilityResponse.setRequestOrganization(Reference value) EligibilityResponse.setRequestOrganizationTarget(Organization value) EligibilityResponse.setRequestProvider(Reference value) EligibilityResponse.setRequestProviderTarget(Practitioner value) EligibilityResponse.setRequestTarget(EligibilityRequest value) EligibilityResponse.setStatus(EligibilityResponse.EligibilityResponseStatus value) EligibilityResponse.setStatusElement(Enumeration<EligibilityResponse.EligibilityResponseStatus> value) protected EligibilityResponseEligibilityResponse.typedCopy()