Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.SubDetailComponent
-
Uses of ExplanationOfBenefit.SubDetailComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.SubDetailComponent
JsonParser.parseExplanationOfBenefitSubDetailComponent
(com.google.gson.JsonObject json, ExplanationOfBenefit owner) protected ExplanationOfBenefit.SubDetailComponent
XmlParser.parseExplanationOfBenefitSubDetailComponent
(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitSubDetailComponent
(String name, ExplanationOfBenefit.SubDetailComponent element) protected void
RdfParser.composeExplanationOfBenefitSubDetailComponent
(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.SubDetailComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitSubDetailComponent
(String name, ExplanationOfBenefit.SubDetailComponent element) protected void
XmlParser.composeExplanationOfBenefitSubDetailComponentElements
(ExplanationOfBenefit.SubDetailComponent element) protected void
JsonParser.composeExplanationOfBenefitSubDetailComponentInner
(ExplanationOfBenefit.SubDetailComponent element) protected boolean
XmlParser.parseExplanationOfBenefitSubDetailComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.SubDetailComponent res) protected void
JsonParser.parseExplanationOfBenefitSubDetailComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.SubDetailComponent res) -
Uses of ExplanationOfBenefit.SubDetailComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.SubDetailComponent> ExplanationOfBenefit.DetailComponent.subDetail
Third-tier of goods and services.Modifier and TypeMethodDescriptionExplanationOfBenefit.SubDetailComponent.addAdjudication
(ExplanationOfBenefit.AdjudicationComponent t) ExplanationOfBenefit.SubDetailComponent.addModifier
(CodeableConcept t) ExplanationOfBenefit.SubDetailComponent.addNoteNumber
(int value) ExplanationOfBenefit.SubDetailComponent.addProgramCode
(CodeableConcept t) ExplanationOfBenefit.DetailComponent.addSubDetail()
ExplanationOfBenefit.SubDetailComponent.copy()
ExplanationOfBenefit.DetailComponent.getSubDetailFirstRep()
ExplanationOfBenefit.SubDetailComponent.setAdjudication
(List<ExplanationOfBenefit.AdjudicationComponent> theAdjudication) ExplanationOfBenefit.SubDetailComponent.setCategory
(CodeableConcept value) ExplanationOfBenefit.SubDetailComponent.setFactor
(double value) ExplanationOfBenefit.SubDetailComponent.setFactor
(long value) ExplanationOfBenefit.SubDetailComponent.setFactor
(BigDecimal value) ExplanationOfBenefit.SubDetailComponent.setFactorElement
(DecimalType value) ExplanationOfBenefit.SubDetailComponent.setModifier
(List<CodeableConcept> theModifier) ExplanationOfBenefit.SubDetailComponent.setNoteNumber
(List<PositiveIntType> theNoteNumber) ExplanationOfBenefit.SubDetailComponent.setProductOrService
(CodeableConcept value) ExplanationOfBenefit.SubDetailComponent.setProgramCode
(List<CodeableConcept> theProgramCode) ExplanationOfBenefit.SubDetailComponent.setQuantity
(Quantity value) ExplanationOfBenefit.SubDetailComponent.setRevenue
(CodeableConcept value) ExplanationOfBenefit.SubDetailComponent.setSequence
(int value) ExplanationOfBenefit.SubDetailComponent.setSequenceElement
(PositiveIntType value) ExplanationOfBenefit.SubDetailComponent.setUnitPrice
(Money value) Modifier and TypeMethodDescriptionExplanationOfBenefit.DetailComponent.addSubDetail
(ExplanationOfBenefit.SubDetailComponent t) void
ExplanationOfBenefit.SubDetailComponent.copyValues
(ExplanationOfBenefit.SubDetailComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.DetailComponent.setSubDetail
(List<ExplanationOfBenefit.SubDetailComponent> theSubDetail)