
Uses of Class
org.hl7.fhir.r5.model.Claim.InsuranceComponent
Packages that use Claim.InsuranceComponent
-
Uses of Claim.InsuranceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Claim.InsuranceComponentModifier and TypeMethodDescriptionprotected Claim.InsuranceComponentJsonParser.parseClaimInsuranceComponent(com.google.gson.JsonObject json) protected Claim.InsuranceComponentXmlParser.parseClaimInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Claim.InsuranceComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeClaimInsuranceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.InsuranceComponent element, int index) protected voidXmlParser.composeClaimInsuranceComponent(String name, Claim.InsuranceComponent element) protected voidXmlParser.composeClaimInsuranceComponentElements(Claim.InsuranceComponent element) protected voidJsonParser.composeInsuranceComponent(String name, Claim.InsuranceComponent element) protected voidJsonParser.composeInsuranceComponentProperties(Claim.InsuranceComponent element) protected booleanXmlParser.parseClaimInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.InsuranceComponent res) protected voidJsonParser.parseClaimInsuranceComponentProperties(com.google.gson.JsonObject json, Claim.InsuranceComponent res) -
Uses of Claim.InsuranceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Claim.InsuranceComponentModifier and TypeFieldDescriptionprotected List<Claim.InsuranceComponent> Claim.insuranceFinancial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.hl7.fhir.r5.model that return Claim.InsuranceComponentModifier and TypeMethodDescriptionClaim.addInsurance()Claim.InsuranceComponent.addPreAuthRef(String value) Claim.InsuranceComponent.copy()Claim.getInsuranceFirstRep()Claim.InsuranceComponent.setBusinessArrangement(String value) Claim.InsuranceComponent.setBusinessArrangementElement(StringType value) Claim.InsuranceComponent.setClaimResponse(Reference value) Claim.InsuranceComponent.setCoverage(Reference value) Claim.InsuranceComponent.setFocal(boolean value) Claim.InsuranceComponent.setFocalElement(BooleanType value) Claim.InsuranceComponent.setIdentifier(Identifier value) Claim.InsuranceComponent.setPreAuthRef(List<StringType> thePreAuthRef) Claim.InsuranceComponent.setSequence(int value) Claim.InsuranceComponent.setSequenceElement(PositiveIntType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type Claim.InsuranceComponentMethods in org.hl7.fhir.r5.model with parameters of type Claim.InsuranceComponentModifier and TypeMethodDescriptionClaim.addInsurance(Claim.InsuranceComponent t) voidClaim.InsuranceComponent.copyValues(Claim.InsuranceComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Claim.InsuranceComponentModifier and TypeMethodDescriptionClaim.setInsurance(List<Claim.InsuranceComponent> theInsurance)