Uses of Class
org.hl7.fhir.dstu3.model.Claim.PayeeComponent
Packages that use Claim.PayeeComponent
-
Uses of Claim.PayeeComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Claim.PayeeComponentModifier and TypeMethodDescriptionprotected Claim.PayeeComponentJsonParser.parseClaimPayeeComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.PayeeComponentXmlParser.parseClaimPayeeComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Claim.PayeeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeClaimPayeeComponent(String name, Claim.PayeeComponent element)protected voidRdfParser.composeClaimPayeeComponent(Turtle.Complex parent, String parentType, String name, Claim.PayeeComponent element, int index)protected voidXmlParser.composeClaimPayeeComponent(String name, Claim.PayeeComponent element)protected voidXmlParser.composeClaimPayeeComponentElements(Claim.PayeeComponent element)protected voidJsonParser.composeClaimPayeeComponentInner(Claim.PayeeComponent element)protected booleanXmlParser.parseClaimPayeeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.PayeeComponent res)protected voidJsonParser.parseClaimPayeeComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.PayeeComponent res) -
Uses of Claim.PayeeComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Claim.PayeeComponentModifier and TypeFieldDescriptionprotected Claim.PayeeComponentClaim.payeeThe party to be reimbursed for the services.Methods in org.hl7.fhir.dstu3.model that return Claim.PayeeComponentModifier and TypeMethodDescriptionClaim.PayeeComponent.copy()Claim.getPayee()Claim.PayeeComponent.setPartyTarget(Resource value)Claim.PayeeComponent.setResourceType(Coding value)Claim.PayeeComponent.setType(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model with parameters of type Claim.PayeeComponent