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
Definition: The party to be reimbursed for the services.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for organization ().Gets the value(s) for person ().Gets the value(s) for provider ().getType()
Gets the value(s) for type ().boolean
isEmpty()
setOrganization
(ResourceReferenceDt theValue) Sets the value(s) for organization ()setPerson
(ResourceReferenceDt theValue) Sets the value(s) for person ()setProvider
(ResourceReferenceDt theValue) Sets the value(s) for provider ()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)
-