Uses of Class
org.hl7.fhir.r4.model.Claim.InsuranceComponent
-
Packages that use Claim.InsuranceComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Claim.InsuranceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.InsuranceComponent Modifier and Type Method Description protected Claim.InsuranceComponentJsonParser. parseClaimInsuranceComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.InsuranceComponentXmlParser. parseClaimInsuranceComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.r4.formats with parameters of type Claim.InsuranceComponent Modifier and Type Method Description protected voidJsonParser. composeClaimInsuranceComponent(String name, Claim.InsuranceComponent element)protected voidRdfParser. composeClaimInsuranceComponent(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. composeClaimInsuranceComponentInner(Claim.InsuranceComponent element)protected booleanXmlParser. parseClaimInsuranceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.InsuranceComponent res)protected voidJsonParser. parseClaimInsuranceComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.InsuranceComponent res) -
Uses of Claim.InsuranceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.InsuranceComponent Modifier and Type Field Description protected List<Claim.InsuranceComponent>Claim. insuranceFinancial instruments for reimbursement for the health care products and services specified on the claim.Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.InsuranceComponent Modifier and Type Method Description List<Claim.InsuranceComponent>Claim. getInsurance()Methods in org.hl7.fhir.r4.model with parameters of type Claim.InsuranceComponent Modifier and Type Method Description ClaimClaim. addInsurance(Claim.InsuranceComponent t)voidClaim.InsuranceComponent. copyValues(Claim.InsuranceComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.InsuranceComponent Modifier and Type Method Description ClaimClaim. setInsurance(List<Claim.InsuranceComponent> theInsurance)
-