Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.SupportingInformationComponent
-
Packages that use ExplanationOfBenefit.SupportingInformationComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExplanationOfBenefit.SupportingInformationComponent Modifier and Type Method Description protected ExplanationOfBenefit.SupportingInformationComponentJsonParser. parseExplanationOfBenefitSupportingInformationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner)protected ExplanationOfBenefit.SupportingInformationComponentXmlParser. parseExplanationOfBenefitSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) -
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExplanationOfBenefit.SupportingInformationComponent Modifier and Type Field Description protected List<ExplanationOfBenefit.SupportingInformationComponent>ExplanationOfBenefit. 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 ExplanationOfBenefit.SupportingInformationComponent Modifier and Type Method Description List<ExplanationOfBenefit.SupportingInformationComponent>ExplanationOfBenefit. getSupportingInfo()Methods in org.hl7.fhir.r4.model with parameters of type ExplanationOfBenefit.SupportingInformationComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. addSupportingInfo(ExplanationOfBenefit.SupportingInformationComponent t)voidExplanationOfBenefit.SupportingInformationComponent. copyValues(ExplanationOfBenefit.SupportingInformationComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ExplanationOfBenefit.SupportingInformationComponent Modifier and Type Method Description ExplanationOfBenefitExplanationOfBenefit. setSupportingInfo(List<ExplanationOfBenefit.SupportingInformationComponent> theSupportingInfo)
-