
Class Invoice
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic enumstatic classstatic enumstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ReferenceAccount which is supposed to be balanced with this Invoice.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for accountprotected AccountThe actual object that is the target of the reference (Account which is supposed to be balanced with this Invoice.)protected StringTypeIn case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).protected DateTimeTypeDate/time(s) of when this Invoice was posted.static final ca.uhn.fhir.rest.gclient.DateClientParamFluent Client search parameter constant for dateprotected List<Identifier> Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for identifierstatic final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.static final ca.uhn.fhir.model.api.IncludeConstant for fluent queries to be used to add include statements.protected ReferenceThe organizationissuing the Invoice.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for issuerprotected OrganizationThe actual object that is the target of the reference (The organizationissuing the Invoice.)protected List<Invoice.InvoiceLineItemComponent> Each line item represents one charge for goods and services rendered.protected List<Annotation> Comments made about the invoice by the issuer, subject, or other participants.protected List<Invoice.InvoiceParticipantComponent> Indicates who or what performed or participated in the charged service.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for participantstatic final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for participant-rolestatic final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for patientprotected MarkdownTypePayment details such as banking details, period of payment, deductibles, methods of payment.protected ReferenceThe individual or Organization responsible for balancing of this invoice.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for recipientprotected ResourceThe actual object that is the target of the reference (The individual or Organization responsible for balancing of this invoice.)static final StringSearch parameter: accountstatic final StringSearch parameter: datestatic final StringSearch parameter: identifierstatic final StringSearch parameter: issuerstatic final StringSearch parameter: participantstatic final StringSearch parameter: participant-rolestatic final StringSearch parameter: patientstatic final StringSearch parameter: recipientstatic final StringSearch parameter: statusstatic final StringSearch parameter: subjectstatic final StringSearch parameter: totalgrossstatic final StringSearch parameter: totalnetstatic final StringSearch parameter: typeprotected Enumeration<Invoice.InvoiceStatus> The current state of the Invoice.static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for statusprotected ReferenceThe individual or set of individuals receiving the goods and services billed in this invoice.static final ca.uhn.fhir.rest.gclient.ReferenceClientParamFluent Client search parameter constant for subjectprotected ResourceThe actual object that is the target of the reference (The individual or set of individuals receiving the goods and services billed in this invoice.)protected MoneyInvoice total, tax included.static final ca.uhn.fhir.rest.gclient.QuantityClientParamFluent Client search parameter constant for totalgrossprotected MoneyInvoice total , taxes excluded.static final ca.uhn.fhir.rest.gclient.QuantityClientParamFluent Client search parameter constant for totalnetThe total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions.protected CodeableConceptType of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).static final ca.uhn.fhir.rest.gclient.TokenClientParamFluent Client search parameter constant for typeFields inherited from class org.hl7.fhir.r4.model.DomainResource
contained, extension, modifierExtension, textFields inherited from class org.hl7.fhir.r4.model.Resource
id, implicitRules, language, metaFields inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
RES_ID, RES_LAST_UPDATED, RES_PROFILE, RES_SECURITY, RES_TAG, SP_RES_ID, SP_RES_LAST_UPDATED, SP_RES_PROFILE, SP_RES_SECURITY, SP_RES_TAGFields inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
INCLUDE_ALL, WILDCARD_ALL_SET -
Constructor Summary
ConstructorsConstructorDescriptionInvoice()ConstructorInvoice(Enumeration<Invoice.InvoiceStatus> status) Constructor -
Method Summary
Modifier and TypeMethodDescriptionaddNote()copy()voidcopyValues(Invoice dst) booleanequalsDeep(Base other_) booleanequalsShallow(Base other_) fhirType()getDate()getNamedProperty(int _hash, String _name, boolean _checkValid) getNote()Base[]getProperty(int hash, String name, boolean checkValid) getType()String[]getTypesForProperty(int hash, String name) booleanbooleanbooleanbooleanhasDate()booleanbooleanbooleanbooleanbooleanhasNote()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanhasType()booleanisEmpty()protected voidlistChildren(List<Property> children) makeProperty(int hash, String name) voidremoveChild(String name, Base value) setAccount(Reference value) setAccountTarget(Account value) setCancelledReason(String value) setDateElement(DateTimeType value) setIdentifier(List<Identifier> theIdentifier) setIssuerTarget(Organization value) setLineItem(List<Invoice.InvoiceLineItemComponent> theLineItem) setNote(List<Annotation> theNote) setParticipant(List<Invoice.InvoiceParticipantComponent> theParticipant) setPaymentTerms(String value) setProperty(int hash, String name, Base value) setProperty(String name, Base value) setRecipient(Reference value) setRecipientTarget(Resource value) setStatus(Invoice.InvoiceStatus value) setSubject(Reference value) setSubjectTarget(Resource value) setTotalGross(Money value) setTotalNet(Money value) setTotalPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> theTotalPriceComponent) setType(CodeableConcept value) protected InvoiceMethods inherited from class org.hl7.fhir.r4.model.DomainResource
addContained, addExtension, addExtension, addExtension, addModifierExtension, addModifierExtension, checkNoModifiers, copyValues, getContained, getContained, getExtension, getExtensionByUrl, getExtensionsByUrl, getExtensionString, getExtensionString, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasExtension, hasModifierExtension, hasPrimitiveExtension, hasText, setContained, setExtension, setModifierExtension, setTextMethods inherited from class org.hl7.fhir.r4.model.Resource
copyValues, getId, getIdBase, getIdElement, getIdPart, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdBase, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetaMethods inherited from class org.hl7.fhir.r4.model.BaseResource
getStructureFhirVersionEnum, isResource, setIdMethods inherited from class org.hl7.fhir.r4.model.Base
castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCanonical, castToCode, castToCodeableConcept, castToCoding, castToContactDetail, castToContactPoint, castToContributor, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDosage, castToDuration, castToElementDefinition, castToExpression, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMarketingStatus, castToMeta, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPopulation, castToPositiveInt, castToProdCharacteristic, castToProductShelfLife, castToQuantity, castToRange, castToRatio, castToReference, castToRelatedArtifact, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToSubstanceAmount, castToTime, castToTiming, castToTriggerDefinition, castToType, castToUnsignedInt, castToUri, castToUrl, castToUsageContext, castToXhtml, castToXhtmlString, children, clearUserData, compareDeep, compareDeep, compareDeep, compareDeep, compareValues, compareValues, copyValues, dateTimeValue, equals, getChildByName, getChildValueByName, getFormatCommentsPost, getFormatCommentsPre, getNamedProperty, getUserData, getUserInt, getUserString, getXhtml, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isBooleanPrimitive, isDateTime, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN, setXhtmlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserDataMethods inherited from interface org.hl7.fhir.instance.model.api.IBase
getFormatCommentsPost, getFormatCommentsPre, hasFormatCommentMethods inherited from interface org.hl7.fhir.instance.model.api.IBaseResource
getMeta, getStructureFhirVersionEnum, isDeleted, setId
-
Field Details
-
identifier
Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments. -
status
The current state of the Invoice. -
cancelledReason
In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.). -
type
Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary). -
subject
The individual or set of individuals receiving the goods and services billed in this invoice. -
subjectTarget
The actual object that is the target of the reference (The individual or set of individuals receiving the goods and services billed in this invoice.) -
recipient
The individual or Organization responsible for balancing of this invoice. -
recipientTarget
The actual object that is the target of the reference (The individual or Organization responsible for balancing of this invoice.) -
date
Date/time(s) of when this Invoice was posted. -
participant
Indicates who or what performed or participated in the charged service. -
issuer
The organizationissuing the Invoice. -
issuerTarget
The actual object that is the target of the reference (The organizationissuing the Invoice.) -
account
Account which is supposed to be balanced with this Invoice. -
accountTarget
The actual object that is the target of the reference (Account which is supposed to be balanced with this Invoice.) -
lineItem
Each line item represents one charge for goods and services rendered. Details such as date, code and amount are found in the referenced ChargeItem resource. -
totalPriceComponent
The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated. -
totalNet
Invoice total , taxes excluded. -
totalGross
Invoice total, tax included. -
paymentTerms
Payment details such as banking details, period of payment, deductibles, methods of payment. -
note
Comments made about the invoice by the issuer, subject, or other participants. -
SP_DATE
Search parameter: dateDescription: Invoice date / posting date
Type: date
Path: Invoice.date
- See Also:
-
DATE
Fluent Client search parameter constant for dateDescription: Invoice date / posting date
Type: date
Path: Invoice.date
-
SP_IDENTIFIER
Search parameter: identifierDescription: Business Identifier for item
Type: token
Path: Invoice.identifier
- See Also:
-
IDENTIFIER
Fluent Client search parameter constant for identifierDescription: Business Identifier for item
Type: token
Path: Invoice.identifier
-
SP_TOTALGROSS
Search parameter: totalgrossDescription: Gross total of this Invoice
Type: quantity
Path: Invoice.totalGross
- See Also:
-
TOTALGROSS
Fluent Client search parameter constant for totalgrossDescription: Gross total of this Invoice
Type: quantity
Path: Invoice.totalGross
-
SP_SUBJECT
Search parameter: subjectDescription: Recipient(s) of goods and services
Type: reference
Path: Invoice.subject
- See Also:
-
SUBJECT
Fluent Client search parameter constant for subjectDescription: Recipient(s) of goods and services
Type: reference
Path: Invoice.subject
-
INCLUDE_SUBJECT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:subject". -
SP_PARTICIPANT_ROLE
Search parameter: participant-roleDescription: Type of involvement in creation of this Invoice
Type: token
Path: Invoice.participant.role
- See Also:
-
PARTICIPANT_ROLE
Fluent Client search parameter constant for participant-roleDescription: Type of involvement in creation of this Invoice
Type: token
Path: Invoice.participant.role
-
SP_TYPE
Search parameter: typeDescription: Type of Invoice
Type: token
Path: Invoice.type
- See Also:
-
TYPE
Fluent Client search parameter constant for typeDescription: Type of Invoice
Type: token
Path: Invoice.type
-
SP_ISSUER
Search parameter: issuerDescription: Issuing Organization of Invoice
Type: reference
Path: Invoice.issuer
- See Also:
-
ISSUER
Fluent Client search parameter constant for issuerDescription: Issuing Organization of Invoice
Type: reference
Path: Invoice.issuer
-
INCLUDE_ISSUER
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:issuer". -
SP_PARTICIPANT
Search parameter: participantDescription: Individual who was involved
Type: reference
Path: Invoice.participant.actor
- See Also:
-
PARTICIPANT
Fluent Client search parameter constant for participantDescription: Individual who was involved
Type: reference
Path: Invoice.participant.actor
-
INCLUDE_PARTICIPANT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:participant". -
SP_TOTALNET
Search parameter: totalnetDescription: Net total of this Invoice
Type: quantity
Path: Invoice.totalNet
- See Also:
-
TOTALNET
Fluent Client search parameter constant for totalnetDescription: Net total of this Invoice
Type: quantity
Path: Invoice.totalNet
-
SP_PATIENT
Search parameter: patientDescription: Recipient(s) of goods and services
Type: reference
Path: Invoice.subject
- See Also:
-
PATIENT
Fluent Client search parameter constant for patientDescription: Recipient(s) of goods and services
Type: reference
Path: Invoice.subject
-
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:patient". -
SP_RECIPIENT
Search parameter: recipientDescription: Recipient of this invoice
Type: reference
Path: Invoice.recipient
- See Also:
-
RECIPIENT
Fluent Client search parameter constant for recipientDescription: Recipient of this invoice
Type: reference
Path: Invoice.recipient
-
INCLUDE_RECIPIENT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:recipient". -
SP_ACCOUNT
Search parameter: accountDescription: Account that is being balanced
Type: reference
Path: Invoice.account
- See Also:
-
ACCOUNT
Fluent Client search parameter constant for accountDescription: Account that is being balanced
Type: reference
Path: Invoice.account
-
INCLUDE_ACCOUNT
Constant for fluent queries to be used to add include statements. Specifies the path value of "Invoice:account". -
SP_STATUS
Search parameter: statusDescription: draft | issued | balanced | cancelled | entered-in-error
Type: token
Path: Invoice.status
- See Also:
-
STATUS
Fluent Client search parameter constant for statusDescription: draft | issued | balanced | cancelled | entered-in-error
Type: token
Path: Invoice.status
-
-
Constructor Details
-
Invoice
public Invoice()Constructor -
Invoice
Constructor
-
-
Method Details
-
getIdentifier
- Returns:
identifier(Identifier of this Invoice, often used for reference in correspondence about this invoice or for tracking of payments.)
-
setIdentifier
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasIdentifier
-
addIdentifier
-
addIdentifier
-
getIdentifierFirstRep
- Returns:
- The first repetition of repeating field
identifier, creating it if it does not already exist
-
getStatusElement
- Returns:
status(The current state of the Invoice.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
-
hasStatus
-
setStatusElement
- Parameters:
value-status(The current state of the Invoice.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
- Returns:
- The current state of the Invoice.
-
setStatus
- Parameters:
value- The current state of the Invoice.
-
getCancelledReasonElement
- Returns:
cancelledReason(In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).). This is the underlying object with id, value and extensions. The accessor "getCancelledReason" gives direct access to the value
-
hasCancelledReasonElement
-
hasCancelledReason
-
setCancelledReasonElement
- Parameters:
value-cancelledReason(In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).). This is the underlying object with id, value and extensions. The accessor "getCancelledReason" gives direct access to the value
-
getCancelledReason
- Returns:
- In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).
-
setCancelledReason
- Parameters:
value- In case of Invoice cancellation a reason must be given (entered in error, superseded by corrected invoice etc.).
-
getType
- Returns:
type(Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).)
-
hasType
-
setType
- Parameters:
value-type(Type of Invoice depending on domain, realm an usage (e.g. internal/external, dental, preliminary).)
-
getSubject
- Returns:
subject(The individual or set of individuals receiving the goods and services billed in this invoice.)
-
hasSubject
-
setSubject
- Parameters:
value-subject(The individual or set of individuals receiving the goods and services billed in this invoice.)
-
getSubjectTarget
- Returns:
subjectThe 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 individual or set of individuals receiving the goods and services billed in this invoice.)
-
setSubjectTarget
- Parameters:
value-subjectThe 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 individual or set of individuals receiving the goods and services billed in this invoice.)
-
getRecipient
- Returns:
recipient(The individual or Organization responsible for balancing of this invoice.)
-
hasRecipient
-
setRecipient
- Parameters:
value-recipient(The individual or Organization responsible for balancing of this invoice.)
-
getRecipientTarget
- Returns:
recipientThe 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 individual or Organization responsible for balancing of this invoice.)
-
setRecipientTarget
- Parameters:
value-recipientThe 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 individual or Organization responsible for balancing of this invoice.)
-
getDateElement
- Returns:
date(Date/time(s) of when this Invoice was posted.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
-
hasDate
-
setDateElement
- Parameters:
value-date(Date/time(s) of when this Invoice was posted.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
- Returns:
- Date/time(s) of when this Invoice was posted.
-
setDate
- Parameters:
value- Date/time(s) of when this Invoice was posted.
-
getParticipant
- Returns:
participant(Indicates who or what performed or participated in the charged service.)
-
setParticipant
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasParticipant
-
addParticipant
-
addParticipant
-
getParticipantFirstRep
- Returns:
- The first repetition of repeating field
participant, creating it if it does not already exist
-
getIssuer
- Returns:
issuer(The organizationissuing the Invoice.)
-
hasIssuer
-
setIssuer
- Parameters:
value-issuer(The organizationissuing the Invoice.)
-
getIssuerTarget
- Returns:
issuerThe 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 organizationissuing the Invoice.)
-
setIssuerTarget
- Parameters:
value-issuerThe 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 organizationissuing the Invoice.)
-
getAccount
- Returns:
account(Account which is supposed to be balanced with this Invoice.)
-
hasAccount
-
setAccount
- Parameters:
value-account(Account which is supposed to be balanced with this Invoice.)
-
getAccountTarget
- Returns:
accountThe 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. (Account which is supposed to be balanced with this Invoice.)
-
setAccountTarget
- Parameters:
value-accountThe 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. (Account which is supposed to be balanced with this Invoice.)
-
getLineItem
- Returns:
lineItem(Each line item represents one charge for goods and services rendered. Details such as date, code and amount are found in the referenced ChargeItem resource.)
-
setLineItem
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasLineItem
-
addLineItem
-
addLineItem
-
getLineItemFirstRep
- Returns:
- The first repetition of repeating field
lineItem, creating it if it does not already exist
-
getTotalPriceComponent
- Returns:
totalPriceComponent(The total amount for the Invoice may be calculated as the sum of the line items with surcharges/deductions that apply in certain conditions. The priceComponent element can be used to offer transparency to the recipient of the Invoice of how the total price was calculated.)
-
setTotalPriceComponent
public Invoice setTotalPriceComponent(List<Invoice.InvoiceLineItemPriceComponentComponent> theTotalPriceComponent) - Returns:
- Returns a reference to
thisfor easy method chaining
-
hasTotalPriceComponent
-
addTotalPriceComponent
-
addTotalPriceComponent
-
getTotalPriceComponentFirstRep
- Returns:
- The first repetition of repeating field
totalPriceComponent, creating it if it does not already exist
-
getTotalNet
- Returns:
totalNet(Invoice total , taxes excluded.)
-
hasTotalNet
-
setTotalNet
- Parameters:
value-totalNet(Invoice total , taxes excluded.)
-
getTotalGross
- Returns:
totalGross(Invoice total, tax included.)
-
hasTotalGross
-
setTotalGross
- Parameters:
value-totalGross(Invoice total, tax included.)
-
getPaymentTermsElement
- Returns:
paymentTerms(Payment details such as banking details, period of payment, deductibles, methods of payment.). This is the underlying object with id, value and extensions. The accessor "getPaymentTerms" gives direct access to the value
-
hasPaymentTermsElement
-
hasPaymentTerms
-
setPaymentTermsElement
- Parameters:
value-paymentTerms(Payment details such as banking details, period of payment, deductibles, methods of payment.). This is the underlying object with id, value and extensions. The accessor "getPaymentTerms" gives direct access to the value
-
getPaymentTerms
- Returns:
- Payment details such as banking details, period of payment, deductibles, methods of payment.
-
setPaymentTerms
- Parameters:
value- Payment details such as banking details, period of payment, deductibles, methods of payment.
-
getNote
- Returns:
note(Comments made about the invoice by the issuer, subject, or other participants.)
-
setNote
- Returns:
- Returns a reference to
thisfor easy method chaining
-
hasNote
-
addNote
-
addNote
-
getNoteFirstRep
- Returns:
- The first repetition of repeating field
note, creating it if it does not already exist
-
listChildren
- Overrides:
listChildrenin classDomainResource
-
getNamedProperty
public Property getNamedProperty(int _hash, String _name, boolean _checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getNamedPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public Base setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
removeChild
- Overrides:
removeChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
- Overrides:
makePropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getTypesForProperty
public String[] getTypesForProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException - Overrides:
getTypesForPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
- Specified by:
copyin classDomainResource
-
copyValues
-
typedCopy
-
equalsDeep
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
- Specified by:
getResourceTypein classResource
-