Uses of Class
org.hl7.fhir.dstu3.model.EligibilityResponse
-
Uses of EligibilityResponse in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected EligibilityResponse
JsonParser.parseEligibilityResponse
(com.google.gson.JsonObject json) protected EligibilityResponse
XmlParser.parseEligibilityResponse
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeEligibilityResponse
(String name, EligibilityResponse element) protected void
RdfParser.composeEligibilityResponse
(Turtle.Complex parent, String parentType, String name, EligibilityResponse element, int index) protected void
XmlParser.composeEligibilityResponse
(String name, EligibilityResponse element) protected void
XmlParser.composeEligibilityResponseElements
(EligibilityResponse element) protected void
JsonParser.composeEligibilityResponseInner
(EligibilityResponse element) protected EligibilityResponse.BenefitComponent
JsonParser.parseEligibilityResponseBenefitComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.BenefitComponent
XmlParser.parseEligibilityResponseBenefitComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected boolean
XmlParser.parseEligibilityResponseBenefitComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) protected void
JsonParser.parseEligibilityResponseBenefitComponentProperties
(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) protected EligibilityResponse.BenefitsComponent
JsonParser.parseEligibilityResponseBenefitsComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.BenefitsComponent
XmlParser.parseEligibilityResponseBenefitsComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected boolean
XmlParser.parseEligibilityResponseBenefitsComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) protected void
JsonParser.parseEligibilityResponseBenefitsComponentProperties
(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) protected boolean
XmlParser.parseEligibilityResponseContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse res) protected EligibilityResponse.ErrorsComponent
JsonParser.parseEligibilityResponseErrorsComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.ErrorsComponent
XmlParser.parseEligibilityResponseErrorsComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) 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) protected EligibilityResponse.InsuranceComponent
JsonParser.parseEligibilityResponseInsuranceComponent
(com.google.gson.JsonObject json, EligibilityResponse owner) protected EligibilityResponse.InsuranceComponent
XmlParser.parseEligibilityResponseInsuranceComponent
(org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner) protected boolean
XmlParser.parseEligibilityResponseInsuranceComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) protected void
JsonParser.parseEligibilityResponseInsuranceComponentProperties
(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) protected void
JsonParser.parseEligibilityResponseProperties
(com.google.gson.JsonObject json, EligibilityResponse res) -
Uses of EligibilityResponse in org.hl7.fhir.dstu3.model
Modifier 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 EligibilityResponse
EligibilityResponse.typedCopy()