
Uses of Class
org.hl7.fhir.r5.model.Claim.DetailComponent
Packages that use Claim.DetailComponent
-
Uses of Claim.DetailComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Claim.DetailComponentModifier and TypeMethodDescriptionprotected Claim.DetailComponentJsonParser.parseClaimDetailComponent(com.google.gson.JsonObject json) protected Claim.DetailComponentXmlParser.parseClaimDetailComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Claim.DetailComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeClaimDetailComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.DetailComponent element, int index) protected voidXmlParser.composeClaimDetailComponent(String name, Claim.DetailComponent element) protected voidXmlParser.composeClaimDetailComponentElements(Claim.DetailComponent element) protected voidJsonParser.composeDetailComponent(String name, Claim.DetailComponent element) protected voidJsonParser.composeDetailComponentProperties(Claim.DetailComponent element) protected booleanXmlParser.parseClaimDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.DetailComponent res) protected voidJsonParser.parseClaimDetailComponentProperties(com.google.gson.JsonObject json, Claim.DetailComponent res) -
Uses of Claim.DetailComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Claim.DetailComponentModifier and TypeFieldDescriptionprotected List<Claim.DetailComponent> Claim.ItemComponent.detailA claim detail line.Methods in org.hl7.fhir.r5.model that return Claim.DetailComponentModifier and TypeMethodDescriptionClaim.ItemComponent.addDetail()Claim.DetailComponent.addModifier(CodeableConcept t) Claim.DetailComponent.addProgramCode(CodeableConcept t) Claim.DetailComponent.addSubDetail(Claim.SubDetailComponent t) Claim.DetailComponent.addTraceNumber(Identifier t) Claim.DetailComponent.copy()Claim.ItemComponent.getDetailFirstRep()Claim.DetailComponent.setCategory(CodeableConcept value) Claim.DetailComponent.setFactor(double value) Claim.DetailComponent.setFactor(long value) Claim.DetailComponent.setFactor(BigDecimal value) Claim.DetailComponent.setFactorElement(DecimalType value) Claim.DetailComponent.setModifier(List<CodeableConcept> theModifier) Claim.DetailComponent.setPatientPaid(Money value) Claim.DetailComponent.setProductOrService(CodeableConcept value) Claim.DetailComponent.setProductOrServiceEnd(CodeableConcept value) Claim.DetailComponent.setProgramCode(List<CodeableConcept> theProgramCode) Claim.DetailComponent.setQuantity(Quantity value) Claim.DetailComponent.setRevenue(CodeableConcept value) Claim.DetailComponent.setSequence(int value) Claim.DetailComponent.setSequenceElement(PositiveIntType value) Claim.DetailComponent.setSubDetail(List<Claim.SubDetailComponent> theSubDetail) Claim.DetailComponent.setTraceNumber(List<Identifier> theTraceNumber) Claim.DetailComponent.setUnitPrice(Money value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Claim.DetailComponentMethods in org.hl7.fhir.r5.model with parameters of type Claim.DetailComponentModifier and TypeMethodDescriptionClaim.ItemComponent.addDetail(Claim.DetailComponent t) voidClaim.DetailComponent.copyValues(Claim.DetailComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Claim.DetailComponentModifier and TypeMethodDescriptionClaim.ItemComponent.setDetail(List<Claim.DetailComponent> theDetail)