Uses of Class
org.hl7.fhir.r4.model.CoverageEligibilityRequest.SupportingInformationComponent
-
Packages that use CoverageEligibilityRequest.SupportingInformationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CoverageEligibilityRequest.SupportingInformationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CoverageEligibilityRequest.SupportingInformationComponent Modifier and Type Method Description protected CoverageEligibilityRequest.SupportingInformationComponentJsonParser. parseCoverageEligibilityRequestSupportingInformationComponent(com.google.gson.JsonObject json, CoverageEligibilityRequest owner)protected CoverageEligibilityRequest.SupportingInformationComponentXmlParser. parseCoverageEligibilityRequestSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, CoverageEligibilityRequest owner) -
Uses of CoverageEligibilityRequest.SupportingInformationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CoverageEligibilityRequest.SupportingInformationComponent Modifier and Type Field Description protected List<CoverageEligibilityRequest.SupportingInformationComponent>CoverageEligibilityRequest. supportingInfoAdditional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.Methods in org.hl7.fhir.r4.model that return types with arguments of type CoverageEligibilityRequest.SupportingInformationComponent Modifier and Type Method Description List<CoverageEligibilityRequest.SupportingInformationComponent>CoverageEligibilityRequest. getSupportingInfo()Methods in org.hl7.fhir.r4.model with parameters of type CoverageEligibilityRequest.SupportingInformationComponent Modifier and Type Method Description CoverageEligibilityRequestCoverageEligibilityRequest. addSupportingInfo(CoverageEligibilityRequest.SupportingInformationComponent t)voidCoverageEligibilityRequest.SupportingInformationComponent. copyValues(CoverageEligibilityRequest.SupportingInformationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CoverageEligibilityRequest.SupportingInformationComponent Modifier and Type Method Description CoverageEligibilityRequestCoverageEligibilityRequest. setSupportingInfo(List<CoverageEligibilityRequest.SupportingInformationComponent> theSupportingInfo)
-