Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.SupportingInformationComponent
-
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseExplanationOfBenefitSupportingInformationComponent
(com.google.gson.JsonObject json, ExplanationOfBenefit owner) XmlParser.parseExplanationOfBenefitSupportingInformationComponent
(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitSupportingInformationComponent
(String name, ExplanationOfBenefit.SupportingInformationComponent element) protected void
RdfParser.composeExplanationOfBenefitSupportingInformationComponent
(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.SupportingInformationComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitSupportingInformationComponent
(String name, ExplanationOfBenefit.SupportingInformationComponent element) protected void
XmlParser.composeExplanationOfBenefitSupportingInformationComponentElements
(ExplanationOfBenefit.SupportingInformationComponent element) protected void
JsonParser.composeExplanationOfBenefitSupportingInformationComponentInner
(ExplanationOfBenefit.SupportingInformationComponent element) protected boolean
XmlParser.parseExplanationOfBenefitSupportingInformationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.SupportingInformationComponent res) protected void
JsonParser.parseExplanationOfBenefitSupportingInformationComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.SupportingInformationComponent res) -
Uses of ExplanationOfBenefit.SupportingInformationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionExplanationOfBenefit.supportingInfo
Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.Modifier 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) Modifier and TypeMethodDescriptionExplanationOfBenefit.addSupportingInfo
(ExplanationOfBenefit.SupportingInformationComponent t) void
ExplanationOfBenefit.SupportingInformationComponent.copyValues
(ExplanationOfBenefit.SupportingInformationComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setSupportingInfo
(List<ExplanationOfBenefit.SupportingInformationComponent> theSupportingInfo)