Uses of Class
org.hl7.fhir.r4b.model.Claim
-
Packages that use Claim Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of Claim in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return Claim Modifier and Type Method Description protected ClaimJsonParser. parseClaim(com.google.gson.JsonObject json)protected ClaimXmlParser. parseClaim(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type Claim Modifier and Type Method Description protected voidJsonParser. composeClaim(String name, Claim element)protected voidRdfParser. composeClaim(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim element, int index)protected voidXmlParser. composeClaim(String name, Claim element)protected voidXmlParser. composeClaimElements(Claim element)protected voidJsonParser. composeClaimProperties(Claim element)protected booleanXmlParser. parseClaimContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim res)protected voidJsonParser. parseClaimProperties(com.google.gson.JsonObject json, Claim res) -
Uses of Claim in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type Claim Modifier and Type Method Description voidClaim. copyValues(Claim dst)
-