public class Account extends DomainResource
| Modifier and Type | Class and Description |
|---|---|
static class |
Account.AccountStatus |
static class |
Account.AccountStatusEnumFactory |
| Modifier and Type | Field and Description |
|---|---|
protected Period |
activePeriod
Indicates the period of time over which the account is allowed.
|
protected Money |
balance
Represents the sum of all credits less all debits associated with the account.
|
static ca.uhn.fhir.rest.gclient.QuantityClientParam |
BALANCE
Fluent Client search parameter constant for balance
|
protected Period |
coveragePeriod
Identifies the period of time the account applies to; e.g.
|
protected Coding |
currency
Identifies the currency to which transactions must be converted when crediting or debiting the account.
|
protected StringType |
description
Provides additional information about what the account tracks and how it is used.
|
protected List<Identifier> |
identifier
Unique identifier used to reference the account.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_OWNER
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static ca.uhn.fhir.model.api.Include |
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements.
|
protected StringType |
name
Name used for the account when displaying it to humans in reports, etc.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
NAME
Fluent Client search parameter constant for name
|
protected Reference |
owner
Indicates the organization, department, etc.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
OWNER
Fluent Client search parameter constant for owner
|
protected Organization |
ownerTarget
The actual object that is the target of the reference (Indicates the organization, department, etc.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
PERIOD
Fluent Client search parameter constant for period
|
static String |
SP_BALANCE
Search parameter: balance
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_NAME
Search parameter: name
|
static String |
SP_OWNER
Search parameter: owner
|
static String |
SP_PATIENT
Search parameter: patient
|
static String |
SP_PERIOD
Search parameter: period
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_SUBJECT
Search parameter: subject
|
static String |
SP_TYPE
Search parameter: type
|
protected Enumeration<Account.AccountStatus> |
status
Indicates whether the account is presently used/useable or not.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
protected Reference |
subject
Identifies the patient, device, practitioner, location or other object the account is associated with.
|
static ca.uhn.fhir.rest.gclient.ReferenceClientParam |
SUBJECT
Fluent Client search parameter constant for subject
|
protected Resource |
subjectTarget
The actual object that is the target of the reference (Identifies the patient, device, practitioner, location or other object the account is associated with.)
|
protected CodeableConcept |
type
Categorizes the account for reporting and searching purposes.
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TYPE
Fluent Client search parameter constant for type
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
Account()
Constructor
|
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected List<Identifier> identifier
protected StringType name
protected CodeableConcept type
protected Enumeration<Account.AccountStatus> status
protected Period activePeriod
protected Coding currency
protected Money balance
protected Period coveragePeriod
protected Reference subject
protected Resource subjectTarget
protected Reference owner
protected Organization ownerTarget
protected StringType description
public static final String SP_BALANCE
Description: How much is in account?
Type: quantity
Path: Account.balance
public static final ca.uhn.fhir.rest.gclient.QuantityClientParam BALANCE
Description: How much is in account?
Type: quantity
Path: Account.balance
public static final String SP_PATIENT
Description: What is account tied to?
Type: reference
Path: Account.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
Description: What is account tied to?
Type: reference
Path: Account.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
public static final String SP_STATUS
Description: active | inactive
Type: token
Path: Account.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: active | inactive
Type: token
Path: Account.status
public static final String SP_SUBJECT
Description: What is account tied to?
Type: reference
Path: Account.subject
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
Description: What is account tied to?
Type: reference
Path: Account.subject
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
public static final String SP_NAME
Description: Human-readable label
Type: string
Path: Account.name
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Description: Human-readable label
Type: string
Path: Account.name
public static final String SP_OWNER
Description: Who is responsible?
Type: reference
Path: Account.owner
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam OWNER
Description: Who is responsible?
Type: reference
Path: Account.owner
public static final ca.uhn.fhir.model.api.Include INCLUDE_OWNER
public static final String SP_PERIOD
Description: Transaction window
Type: date
Path: Account.coveragePeriod
public static final ca.uhn.fhir.rest.gclient.DateClientParam PERIOD
Description: Transaction window
Type: date
Path: Account.coveragePeriod
public static final String SP_TYPE
Description: E.g. patient, expense, depreciation
Type: token
Path: Account.type
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TYPE
Description: E.g. patient, expense, depreciation
Type: token
Path: Account.type
public static final String SP_IDENTIFIER
Description: Account number
Type: token
Path: Account.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Account number
Type: token
Path: Account.identifier
public Account()
public List<Identifier> getIdentifier()
identifier (Unique identifier used to reference the account. May or may not be intended for human use (e.g. credit card number).)public boolean hasIdentifier()
public Identifier addIdentifier()
identifier (Unique identifier used to reference the account. May or may not be intended for human use (e.g. credit card number).)public Account addIdentifier(Identifier t)
public StringType getNameElement()
name (Name used for the account when displaying it to humans in reports, etc.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic boolean hasNameElement()
public boolean hasName()
public Account setNameElement(StringType value)
value - name (Name used for the account when displaying it to humans in reports, etc.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the valuepublic String getName()
public Account setName(String value)
value - Name used for the account when displaying it to humans in reports, etc.public CodeableConcept getType()
type (Categorizes the account for reporting and searching purposes.)public boolean hasType()
public Account setType(CodeableConcept value)
value - type (Categorizes the account for reporting and searching purposes.)public Enumeration<Account.AccountStatus> getStatusElement()
status (Indicates whether the account is presently used/useable or not.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic boolean hasStatusElement()
public boolean hasStatus()
public Account setStatusElement(Enumeration<Account.AccountStatus> value)
value - status (Indicates whether the account is presently used/useable or not.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the valuepublic Account.AccountStatus getStatus()
public Account setStatus(Account.AccountStatus value)
value - Indicates whether the account is presently used/useable or not.public Period getActivePeriod()
activePeriod (Indicates the period of time over which the account is allowed.)public boolean hasActivePeriod()
public Account setActivePeriod(Period value)
value - activePeriod (Indicates the period of time over which the account is allowed.)public Coding getCurrency()
currency (Identifies the currency to which transactions must be converted when crediting or debiting the account.)public boolean hasCurrency()
public Account setCurrency(Coding value)
value - currency (Identifies the currency to which transactions must be converted when crediting or debiting the account.)public Money getBalance()
balance (Represents the sum of all credits less all debits associated with the account. Might be positive, zero or negative.)public boolean hasBalance()
public Account setBalance(Money value)
value - balance (Represents the sum of all credits less all debits associated with the account. Might be positive, zero or negative.)public Period getCoveragePeriod()
coveragePeriod (Identifies the period of time the account applies to; e.g. accounts created per fiscal year, quarter, etc.)public boolean hasCoveragePeriod()
public Account setCoveragePeriod(Period value)
value - coveragePeriod (Identifies the period of time the account applies to; e.g. accounts created per fiscal year, quarter, etc.)public Reference getSubject()
subject (Identifies the patient, device, practitioner, location or other object the account is associated with.)public boolean hasSubject()
public Account setSubject(Reference value)
value - subject (Identifies the patient, device, practitioner, location or other object the account is associated with.)public Resource getSubjectTarget()
subject 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. (Identifies the patient, device, practitioner, location or other object the account is associated with.)public Account setSubjectTarget(Resource value)
value - subject 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. (Identifies the patient, device, practitioner, location or other object the account is associated with.)public Reference getOwner()
owner (Indicates the organization, department, etc. with responsibility for the account.)public boolean hasOwner()
public Account setOwner(Reference value)
value - owner (Indicates the organization, department, etc. with responsibility for the account.)public Organization getOwnerTarget()
owner 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. (Indicates the organization, department, etc. with responsibility for the account.)public Account setOwnerTarget(Organization value)
value - owner 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. (Indicates the organization, department, etc. with responsibility for the account.)public StringType getDescriptionElement()
description (Provides additional information about what the account tracks and how it is used.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic boolean hasDescriptionElement()
public boolean hasDescription()
public Account setDescriptionElement(StringType value)
value - description (Provides additional information about what the account tracks and how it is used.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the valuepublic String getDescription()
public Account setDescription(String value)
value - Provides additional information about what the account tracks and how it is used.protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic Account copy()
copy in class DomainResourcepublic boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.