
Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.SupportingInformationComponent
Packages that use ExplanationOfBenefit.SupportingInformationComponent
- 
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r5.formatsMethods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit.SupportingInformationComponentModifier and TypeMethodDescriptionJsonParser.parseExplanationOfBenefitSupportingInformationComponent(com.google.gson.JsonObject json) XmlParser.parseExplanationOfBenefitSupportingInformationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit.SupportingInformationComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeExplanationOfBenefitSupportingInformationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.SupportingInformationComponent element, int index) protected voidXmlParser.composeExplanationOfBenefitSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) protected voidXmlParser.composeExplanationOfBenefitSupportingInformationComponentElements(ExplanationOfBenefit.SupportingInformationComponent element) protected voidJsonParser.composeSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) protected voidJsonParser.composeSupportingInformationComponentProperties(ExplanationOfBenefit.SupportingInformationComponent element) protected booleanXmlParser.parseExplanationOfBenefitSupportingInformationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.SupportingInformationComponent res) protected voidJsonParser.parseExplanationOfBenefitSupportingInformationComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit.SupportingInformationComponent res) 
- 
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r5.modelFields in org.hl7.fhir.r5.model with type parameters of type ExplanationOfBenefit.SupportingInformationComponentModifier and TypeFieldDescriptionExplanationOfBenefit.supportingInfoAdditional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.Methods in org.hl7.fhir.r5.model that return ExplanationOfBenefit.SupportingInformationComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addSupportingInfo()ExplanationOfBenefit.SupportingInformationComponent.copy()ExplanationOfBenefit.getSupportingInfoFirstRep()ExplanationOfBenefit.SupportingInformationComponent.setCategory(CodeableConcept value) ExplanationOfBenefit.SupportingInformationComponent.setCode(CodeableConcept value) ExplanationOfBenefit.SupportingInformationComponent.setSequence(int value) ExplanationOfBenefit.SupportingInformationComponent.setSequenceElement(PositiveIntType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExplanationOfBenefit.SupportingInformationComponentMethods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit.SupportingInformationComponentModifier and TypeMethodDescriptionExplanationOfBenefit.addSupportingInfo(ExplanationOfBenefit.SupportingInformationComponent t) voidExplanationOfBenefit.SupportingInformationComponent.copyValues(ExplanationOfBenefit.SupportingInformationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExplanationOfBenefit.SupportingInformationComponentModifier and TypeMethodDescriptionExplanationOfBenefit.setSupportingInfo(List<ExplanationOfBenefit.SupportingInformationComponent> theSupportingInfo)