Uses of Class
org.hl7.fhir.r5.model.Claim.PayeeComponent
-
Uses of Claim.PayeeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Claim.PayeeComponent
JsonParser.parseClaimPayeeComponent
(com.google.gson.JsonObject json) protected Claim.PayeeComponent
XmlParser.parseClaimPayeeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeClaimPayeeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Claim.PayeeComponent element, int index) protected void
XmlParser.composeClaimPayeeComponent
(String name, Claim.PayeeComponent element) protected void
XmlParser.composeClaimPayeeComponentElements
(Claim.PayeeComponent element) protected void
JsonParser.composePayeeComponent
(String name, Claim.PayeeComponent element) protected void
JsonParser.composePayeeComponentProperties
(Claim.PayeeComponent element) protected boolean
XmlParser.parseClaimPayeeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.PayeeComponent res) protected void
JsonParser.parseClaimPayeeComponentProperties
(com.google.gson.JsonObject json, Claim.PayeeComponent res) -
Uses of Claim.PayeeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Claim.PayeeComponent
Claim.payee
The party to be reimbursed for cost of the products and services according to the terms of the policy.Modifier and TypeMethodDescriptionClaim.PayeeComponent.copy()
Claim.getPayee()
Claim.PayeeComponent.setType
(CodeableConcept value) Modifier and TypeMethodDescriptionvoid
Claim.PayeeComponent.copyValues
(Claim.PayeeComponent dst) Claim.setPayee
(Claim.PayeeComponent value)