
Class Claim.Payee
- All Implemented Interfaces:
ca.uhn.fhir.model.api.ICompositeElement
,ca.uhn.fhir.model.api.IElement
,ca.uhn.fhir.model.api.IIdentifiableElement
,ca.uhn.fhir.model.api.IResourceBlock
,ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions
,Serializable
,org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Claim
public static class Claim.Payee extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: The party to be reimbursed for the services.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description Payee()
-
Method Summary
Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)
ResourceReferenceDt
getOrganization()
Gets the value(s) for organization ().ResourceReferenceDt
getPerson()
Gets the value(s) for person ().ResourceReferenceDt
getProvider()
Gets the value(s) for provider ().CodingDt
getType()
Gets the value(s) for type ().boolean
isEmpty()
Claim.Payee
setOrganization(ResourceReferenceDt theValue)
Sets the value(s) for organization ()Claim.Payee
setPerson(ResourceReferenceDt theValue)
Sets the value(s) for person ()Claim.Payee
setProvider(ResourceReferenceDt theValue)
Sets the value(s) for provider ()Claim.Payee
setType(CodingDt theValue)
Sets the value(s) for type ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Payee
public Payee()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)- Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getType
Gets the value(s) for type (). creating it if it does not exist. Will not returnnull
.Definition: Party to be reimbursed: Subscriber, provider, other.
-
setType
Sets the value(s) for type ()Definition: Party to be reimbursed: Subscriber, provider, other.
-
getProvider
Gets the value(s) for provider (). creating it if it does not exist. Will not returnnull
.Definition: The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-
setProvider
Sets the value(s) for provider ()Definition: The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-
getOrganization
Gets the value(s) for organization (). creating it if it does not exist. Will not returnnull
.Definition: The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-
setOrganization
Sets the value(s) for organization ()Definition: The organization who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-
getPerson
Gets the value(s) for person (). creating it if it does not exist. Will not returnnull
.Definition: The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-
setPerson
Sets the value(s) for person ()Definition: The person other than the subscriber who is to be reimbursed for the claim (the party to whom any benefit is assigned)
-