public static class Account.CoverageComponent extends BackboneElement implements IBaseBackboneElement
| Modifier and Type | Field and Description |
|---|---|
protected Reference |
coverage
The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
|
protected Coverage |
coverageTarget
The actual object that is the target of the reference (The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
|
protected PositiveIntType |
priority
The priority of the coverage in the context of this account.
|
modifierExtension| Constructor and Description |
|---|
CoverageComponent()
Constructor
|
CoverageComponent(Reference coverage)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Base |
addChild(String name) |
Account.CoverageComponent |
copy() |
boolean |
equalsDeep(Base other) |
boolean |
equalsShallow(Base other) |
String |
fhirType() |
Reference |
getCoverage() |
Coverage |
getCoverageTarget() |
int |
getPriority() |
PositiveIntType |
getPriorityElement() |
Base[] |
getProperty(int hash,
String name,
boolean checkValid) |
String[] |
getTypesForProperty(int hash,
String name) |
boolean |
hasCoverage() |
boolean |
hasPriority() |
boolean |
hasPriorityElement() |
boolean |
isEmpty() |
protected void |
listChildren(List<Property> childrenList) |
Base |
makeProperty(int hash,
String name) |
Account.CoverageComponent |
setCoverage(Reference value) |
Account.CoverageComponent |
setCoverageTarget(Coverage value) |
Account.CoverageComponent |
setPriority(int value) |
Account.CoverageComponent |
setPriorityElement(PositiveIntType value) |
Base |
setProperty(int hash,
String name,
Base value) |
Base |
setProperty(String name,
Base value) |
addModifierExtension, addModifierExtension, copyValues, getModifierExtension, getModifierExtensionFirstRep, hasModifierExtension, setModifierExtensionaddExtension, addExtension, addExtension, copyValues, getExtension, getExtensionFirstRep, getExtensionsByUrl, getExtensionString, getId, getIdBase, getIdElement, hasExtension, hasExtension, hasId, hasIdElement, setExtension, setId, setIdBase, setIdElementcastToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, isResource, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFormatCommentsPost, getFormatCommentsPre, hasFormatCommentaddExtension, getExtension, hasExtensionaddModifierExtension, getModifierExtension, hasModifierExtensionprotected Reference coverage
protected Coverage coverageTarget
protected PositiveIntType priority
public CoverageComponent()
public CoverageComponent(Reference coverage)
public Reference getCoverage()
coverage (The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
A coverage may only be resposible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.)public boolean hasCoverage()
public Account.CoverageComponent setCoverage(Reference value)
value - coverage (The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
A coverage may only be resposible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.)public Coverage getCoverageTarget()
coverage The actual object that is the target of the reference. The reference library doesn't populate this, but you can use it to hold the resource if you resolve it. (The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
A coverage may only be resposible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.)public Account.CoverageComponent setCoverageTarget(Coverage value)
value - coverage The actual object that is the target of the reference. The reference library doesn't use these, but you can use it to hold the resource if you resolve it. (The party(s) that are responsible for payment (or part of) of charges applied to this account (including self-pay).
A coverage may only be resposible for specific types of charges, and the sequence of the coverages in the account could be important when processing billing.)public PositiveIntType getPriorityElement()
priority (The priority of the coverage in the context of this account.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the valuepublic boolean hasPriorityElement()
public boolean hasPriority()
public Account.CoverageComponent setPriorityElement(PositiveIntType value)
value - priority (The priority of the coverage in the context of this account.). This is the underlying object with id, value and extensions. The accessor "getPriority" gives direct access to the valuepublic int getPriority()
public Account.CoverageComponent setPriority(int value)
value - The priority of the coverage in the context of this account.protected void listChildren(List<Property> childrenList)
listChildren in class BackboneElementpublic Base[] getProperty(int hash, String name, boolean checkValid) throws FHIRException
getProperty in class BackboneElementFHIRExceptionpublic Base setProperty(int hash, String name, Base value) throws FHIRException
setProperty in class BackboneElementFHIRExceptionpublic Base setProperty(String name, Base value) throws FHIRException
setProperty in class BackboneElementFHIRExceptionpublic Base makeProperty(int hash, String name) throws FHIRException
makeProperty in class BackboneElementFHIRExceptionpublic String[] getTypesForProperty(int hash, String name) throws FHIRException
getTypesForProperty in class BackboneElementFHIRExceptionpublic Base addChild(String name) throws FHIRException
addChild in class BackboneElementFHIRExceptionpublic Account.CoverageComponent copy()
copy in class BackboneElementpublic boolean equalsDeep(Base other)
equalsDeep in class BackboneElementpublic boolean equalsShallow(Base other)
equalsShallow in class BackboneElementpublic boolean isEmpty()
isEmpty in interface IBaseisEmpty in class BackboneElementpublic String fhirType()
fhirType in class BackboneElementCopyright © 2014–2017 University Health Network. All rights reserved.