Uses of Class
org.hl7.fhir.r5.model.ClaimResponse.AddedItemComponent
-
Uses of ClaimResponse.AddedItemComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected ClaimResponse.AddedItemComponent
JsonParser.parseClaimResponseAddedItemComponent
(com.google.gson.JsonObject json) protected ClaimResponse.AddedItemComponent
XmlParser.parseClaimResponseAddedItemComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAddedItemComponent
(String name, ClaimResponse.AddedItemComponent element) protected void
JsonParser.composeAddedItemComponentProperties
(ClaimResponse.AddedItemComponent element) protected void
RdfParser.composeClaimResponseAddedItemComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse.AddedItemComponent element, int index) protected void
XmlParser.composeClaimResponseAddedItemComponent
(String name, ClaimResponse.AddedItemComponent element) protected void
XmlParser.composeClaimResponseAddedItemComponentElements
(ClaimResponse.AddedItemComponent element) protected boolean
XmlParser.parseClaimResponseAddedItemComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse.AddedItemComponent res) protected void
JsonParser.parseClaimResponseAddedItemComponentProperties
(com.google.gson.JsonObject json, ClaimResponse.AddedItemComponent res) -
Uses of ClaimResponse.AddedItemComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<ClaimResponse.AddedItemComponent> ClaimResponse.addItem
The first-tier service adjudications for payor added product or service lines.Modifier and TypeMethodDescriptionClaimResponse.addAddItem()
ClaimResponse.AddedItemComponent.addAdjudication
(ClaimResponse.AdjudicationComponent t) ClaimResponse.AddedItemComponent.addBodySite
(ClaimResponse.BodySiteComponent t) ClaimResponse.AddedItemComponent.addDetail
(ClaimResponse.AddedItemDetailComponent t) ClaimResponse.AddedItemComponent.addDetailSequence
(int value) ClaimResponse.AddedItemComponent.addItemSequence
(int value) ClaimResponse.AddedItemComponent.addModifier
(CodeableConcept t) ClaimResponse.AddedItemComponent.addNoteNumber
(int value) ClaimResponse.AddedItemComponent.addProgramCode
(CodeableConcept t) ClaimResponse.AddedItemComponent.addProvider
(Reference t) ClaimResponse.AddedItemComponent.addRequest
(Reference t) ClaimResponse.AddedItemComponent.addSubdetailSequence
(int value) ClaimResponse.AddedItemComponent.addTraceNumber
(Identifier t) ClaimResponse.AddedItemComponent.copy()
ClaimResponse.getAddItemFirstRep()
ClaimResponse.AddedItemComponent.setAdjudication
(List<ClaimResponse.AdjudicationComponent> theAdjudication) ClaimResponse.AddedItemComponent.setBodySite
(List<ClaimResponse.BodySiteComponent> theBodySite) ClaimResponse.AddedItemComponent.setDetail
(List<ClaimResponse.AddedItemDetailComponent> theDetail) ClaimResponse.AddedItemComponent.setDetailSequence
(List<PositiveIntType> theDetailSequence) ClaimResponse.AddedItemComponent.setFactor
(double value) ClaimResponse.AddedItemComponent.setFactor
(long value) ClaimResponse.AddedItemComponent.setFactor
(BigDecimal value) ClaimResponse.AddedItemComponent.setFactorElement
(DecimalType value) ClaimResponse.AddedItemComponent.setItemSequence
(List<PositiveIntType> theItemSequence) ClaimResponse.AddedItemComponent.setLocation
(DataType value) ClaimResponse.AddedItemComponent.setModifier
(List<CodeableConcept> theModifier) ClaimResponse.AddedItemComponent.setNoteNumber
(List<PositiveIntType> theNoteNumber) ClaimResponse.AddedItemComponent.setProductOrService
(CodeableConcept value) ClaimResponse.AddedItemComponent.setProductOrServiceEnd
(CodeableConcept value) ClaimResponse.AddedItemComponent.setProgramCode
(List<CodeableConcept> theProgramCode) ClaimResponse.AddedItemComponent.setProvider
(List<Reference> theProvider) ClaimResponse.AddedItemComponent.setQuantity
(Quantity value) ClaimResponse.AddedItemComponent.setRequest
(List<Reference> theRequest) ClaimResponse.AddedItemComponent.setRevenue
(CodeableConcept value) ClaimResponse.AddedItemComponent.setReviewOutcome
(ClaimResponse.ReviewOutcomeComponent value) ClaimResponse.AddedItemComponent.setServiced
(DataType value) ClaimResponse.AddedItemComponent.setSubdetailSequence
(List<PositiveIntType> theSubdetailSequence) ClaimResponse.AddedItemComponent.setTraceNumber
(List<Identifier> theTraceNumber) ClaimResponse.AddedItemComponent.setUnitPrice
(Money value) Modifier and TypeMethodDescriptionClaimResponse.addAddItem
(ClaimResponse.AddedItemComponent t) void
ClaimResponse.AddedItemComponent.copyValues
(ClaimResponse.AddedItemComponent dst) Modifier and TypeMethodDescriptionClaimResponse.setAddItem
(List<ClaimResponse.AddedItemComponent> theAddItem)