Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit.DetailComponent
-
Uses of ExplanationOfBenefit.DetailComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.DetailComponent
JsonParser.parseExplanationOfBenefitDetailComponent
(com.google.gson.JsonObject json) protected ExplanationOfBenefit.DetailComponent
XmlParser.parseExplanationOfBenefitDetailComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeDetailComponent
(String name, ExplanationOfBenefit.DetailComponent element) protected void
JsonParser.composeDetailComponentProperties
(ExplanationOfBenefit.DetailComponent element) protected void
RdfParser.composeExplanationOfBenefitDetailComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.DetailComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitDetailComponent
(String name, ExplanationOfBenefit.DetailComponent element) protected void
XmlParser.composeExplanationOfBenefitDetailComponentElements
(ExplanationOfBenefit.DetailComponent element) protected boolean
XmlParser.parseExplanationOfBenefitDetailComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit.DetailComponent res) protected void
JsonParser.parseExplanationOfBenefitDetailComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit.DetailComponent res) -
Uses of ExplanationOfBenefit.DetailComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.DetailComponent> ExplanationOfBenefit.ItemComponent.detail
Second-tier of goods and services.Modifier and TypeMethodDescriptionExplanationOfBenefit.DetailComponent.addAdjudication
(ExplanationOfBenefit.AdjudicationComponent t) ExplanationOfBenefit.ItemComponent.addDetail()
ExplanationOfBenefit.DetailComponent.addModifier
(CodeableConcept t) ExplanationOfBenefit.DetailComponent.addNoteNumber
(int value) ExplanationOfBenefit.DetailComponent.addProgramCode
(CodeableConcept t) ExplanationOfBenefit.DetailComponent.addSubDetail
(ExplanationOfBenefit.SubDetailComponent t) ExplanationOfBenefit.DetailComponent.addTraceNumber
(Identifier t) ExplanationOfBenefit.DetailComponent.copy()
ExplanationOfBenefit.ItemComponent.getDetailFirstRep()
ExplanationOfBenefit.DetailComponent.setAdjudication
(List<ExplanationOfBenefit.AdjudicationComponent> theAdjudication) ExplanationOfBenefit.DetailComponent.setCategory
(CodeableConcept value) ExplanationOfBenefit.DetailComponent.setFactor
(double value) ExplanationOfBenefit.DetailComponent.setFactor
(long value) ExplanationOfBenefit.DetailComponent.setFactor
(BigDecimal value) ExplanationOfBenefit.DetailComponent.setFactorElement
(DecimalType value) ExplanationOfBenefit.DetailComponent.setModifier
(List<CodeableConcept> theModifier) ExplanationOfBenefit.DetailComponent.setNoteNumber
(List<PositiveIntType> theNoteNumber) ExplanationOfBenefit.DetailComponent.setPatientPaid
(Money value) ExplanationOfBenefit.DetailComponent.setProductOrService
(CodeableConcept value) ExplanationOfBenefit.DetailComponent.setProductOrServiceEnd
(CodeableConcept value) ExplanationOfBenefit.DetailComponent.setProgramCode
(List<CodeableConcept> theProgramCode) ExplanationOfBenefit.DetailComponent.setQuantity
(Quantity value) ExplanationOfBenefit.DetailComponent.setRevenue
(CodeableConcept value) ExplanationOfBenefit.DetailComponent.setReviewOutcome
(ExplanationOfBenefit.ItemReviewOutcomeComponent value) ExplanationOfBenefit.DetailComponent.setSequence
(int value) ExplanationOfBenefit.DetailComponent.setSequenceElement
(PositiveIntType value) ExplanationOfBenefit.DetailComponent.setSubDetail
(List<ExplanationOfBenefit.SubDetailComponent> theSubDetail) ExplanationOfBenefit.DetailComponent.setTraceNumber
(List<Identifier> theTraceNumber) ExplanationOfBenefit.DetailComponent.setUnitPrice
(Money value) Modifier and TypeMethodDescriptionExplanationOfBenefit.ItemComponent.addDetail
(ExplanationOfBenefit.DetailComponent t) void
ExplanationOfBenefit.DetailComponent.copyValues
(ExplanationOfBenefit.DetailComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.ItemComponent.setDetail
(List<ExplanationOfBenefit.DetailComponent> theDetail)