
Uses of Class
org.hl7.fhir.r5.model.Claim.ItemComponent
Packages that use Claim.ItemComponent
-
Uses of Claim.ItemComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Claim.ItemComponentModifier and TypeMethodDescriptionprotected Claim.ItemComponentJsonParser.parseClaimItemComponent(com.google.gson.JsonObject json) protected Claim.ItemComponentXmlParser.parseClaimItemComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Claim.ItemComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeClaimItemComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.ItemComponent element, int index) protected voidXmlParser.composeClaimItemComponent(String name, Claim.ItemComponent element) protected voidXmlParser.composeClaimItemComponentElements(Claim.ItemComponent element) protected voidJsonParser.composeItemComponent(String name, Claim.ItemComponent element) protected voidJsonParser.composeItemComponentProperties(Claim.ItemComponent element) protected booleanXmlParser.parseClaimItemComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.ItemComponent res) protected voidJsonParser.parseClaimItemComponentProperties(com.google.gson.JsonObject json, Claim.ItemComponent res) -
Uses of Claim.ItemComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Claim.ItemComponentMethods in org.hl7.fhir.r5.model that return Claim.ItemComponentModifier and TypeMethodDescriptionClaim.ItemComponent.addBodySite(Claim.BodySiteComponent t) Claim.ItemComponent.addCareTeamSequence(int value) Claim.ItemComponent.addDetail(Claim.DetailComponent t) Claim.ItemComponent.addDiagnosisSequence(int value) Claim.ItemComponent.addEncounter(Reference t) Claim.ItemComponent.addInformationSequence(int value) Claim.addItem()Claim.ItemComponent.addModifier(CodeableConcept t) Claim.ItemComponent.addProcedureSequence(int value) Claim.ItemComponent.addProgramCode(CodeableConcept t) Claim.ItemComponent.addRequest(Reference t) Claim.ItemComponent.addTraceNumber(Identifier t) Claim.ItemComponent.copy()Claim.getItemFirstRep()Claim.ItemComponent.setBodySite(List<Claim.BodySiteComponent> theBodySite) Claim.ItemComponent.setCareTeamSequence(List<PositiveIntType> theCareTeamSequence) Claim.ItemComponent.setCategory(CodeableConcept value) Claim.ItemComponent.setDetail(List<Claim.DetailComponent> theDetail) Claim.ItemComponent.setDiagnosisSequence(List<PositiveIntType> theDiagnosisSequence) Claim.ItemComponent.setEncounter(List<Reference> theEncounter) Claim.ItemComponent.setFactor(double value) Claim.ItemComponent.setFactor(long value) Claim.ItemComponent.setFactor(BigDecimal value) Claim.ItemComponent.setFactorElement(DecimalType value) Claim.ItemComponent.setInformationSequence(List<PositiveIntType> theInformationSequence) Claim.ItemComponent.setLocation(DataType value) Claim.ItemComponent.setModifier(List<CodeableConcept> theModifier) Claim.ItemComponent.setPatientPaid(Money value) Claim.ItemComponent.setProcedureSequence(List<PositiveIntType> theProcedureSequence) Claim.ItemComponent.setProductOrService(CodeableConcept value) Claim.ItemComponent.setProductOrServiceEnd(CodeableConcept value) Claim.ItemComponent.setProgramCode(List<CodeableConcept> theProgramCode) Claim.ItemComponent.setQuantity(Quantity value) Claim.ItemComponent.setRequest(List<Reference> theRequest) Claim.ItemComponent.setRevenue(CodeableConcept value) Claim.ItemComponent.setSequence(int value) Claim.ItemComponent.setSequenceElement(PositiveIntType value) Claim.ItemComponent.setServiced(DataType value) Claim.ItemComponent.setTraceNumber(List<Identifier> theTraceNumber) Claim.ItemComponent.setUnitPrice(Money value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Claim.ItemComponentMethods in org.hl7.fhir.r5.model with parameters of type Claim.ItemComponentModifier and TypeMethodDescriptionClaim.addItem(Claim.ItemComponent t) voidClaim.ItemComponent.copyValues(Claim.ItemComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Claim.ItemComponent