Uses of Class
org.hl7.fhir.r5.model.ExplanationOfBenefit
-
Packages that use ExplanationOfBenefit Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ExplanationOfBenefit in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExplanationOfBenefit Modifier and Type Method Description protected ExplanationOfBenefitJsonParser. parseExplanationOfBenefit(com.google.gson.JsonObject json)protected ExplanationOfBenefitXmlParser. parseExplanationOfBenefit(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ExplanationOfBenefit Modifier and Type Method Description protected voidJsonParser. composeExplanationOfBenefit(String name, ExplanationOfBenefit element)protected voidRdfParser. composeExplanationOfBenefit(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit element, int index)protected voidXmlParser. composeExplanationOfBenefit(String name, ExplanationOfBenefit element)protected voidXmlParser. composeExplanationOfBenefitElements(ExplanationOfBenefit element)protected voidJsonParser. composeExplanationOfBenefitProperties(ExplanationOfBenefit element)protected booleanXmlParser. parseExplanationOfBenefitContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit res)protected voidJsonParser. parseExplanationOfBenefitProperties(com.google.gson.JsonObject json, ExplanationOfBenefit res) -
Uses of ExplanationOfBenefit in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ExplanationOfBenefit Modifier and Type Method Description voidExplanationOfBenefit. copyValues(ExplanationOfBenefit dst)
-