Class Claim.Payee
- java.lang.Object
-
- ca.uhn.fhir.model.api.BaseElement
-
- ca.uhn.fhir.model.api.BaseIdentifiableElement
-
- ca.uhn.fhir.model.dstu2.resource.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
Block class for child element: Claim.payee ()Definition: The party to be reimbursed for the services.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Payee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends ca.uhn.fhir.model.api.IElement>
List<T>getAllPopulatedChildElementsOfType(Class<T> theType)ResourceReferenceDtgetOrganization()Gets the value(s) for organization ().ResourceReferenceDtgetPerson()Gets the value(s) for person ().ResourceReferenceDtgetProvider()Gets the value(s) for provider ().CodingDtgetType()Gets the value(s) for type ().booleanisEmpty()Claim.PayeesetOrganization(ResourceReferenceDt theValue)Sets the value(s) for organization ()Claim.PayeesetPerson(ResourceReferenceDt theValue)Sets the value(s) for person ()Claim.PayeesetProvider(ResourceReferenceDt theValue)Sets the value(s) for provider ()Claim.PayeesetType(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
-
-
-
-
Constructor Detail
-
Payee
public Payee()
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin 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:
getAllPopulatedChildElementsOfTypein interfaceca.uhn.fhir.model.api.ICompositeElement
-
getType
public CodingDt 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
public Claim.Payee setType(CodingDt theValue)
Sets the value(s) for type ()Definition: Party to be reimbursed: Subscriber, provider, other.
-
getProvider
public ResourceReferenceDt 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
public Claim.Payee setProvider(ResourceReferenceDt theValue)
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
public ResourceReferenceDt 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
public Claim.Payee setOrganization(ResourceReferenceDt theValue)
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
public ResourceReferenceDt 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
public Claim.Payee setPerson(ResourceReferenceDt theValue)
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)
-
-