Uses of Class
org.hl7.fhir.r4b.model.ClaimResponse
-
Packages that use ClaimResponse Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ClaimResponse in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ClaimResponse Modifier and Type Method Description protected ClaimResponseJsonParser. parseClaimResponse(com.google.gson.JsonObject json)protected ClaimResponseXmlParser. parseClaimResponse(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type ClaimResponse Modifier and Type Method Description protected voidJsonParser. composeClaimResponse(String name, ClaimResponse element)protected voidRdfParser. composeClaimResponse(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ClaimResponse element, int index)protected voidXmlParser. composeClaimResponse(String name, ClaimResponse element)protected voidXmlParser. composeClaimResponseElements(ClaimResponse element)protected voidJsonParser. composeClaimResponseProperties(ClaimResponse element)protected booleanXmlParser. parseClaimResponseContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ClaimResponse res)protected voidJsonParser. parseClaimResponseProperties(com.google.gson.JsonObject json, ClaimResponse res) -
Uses of ClaimResponse in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type ClaimResponse Modifier and Type Method Description voidClaimResponse. copyValues(ClaimResponse dst)
-