org.hl7.rim

Interface FinancialContract

public interface FinancialContract extends RimObject, Act

Interface for RIM class FinancialContract.

A contract whose value is measured in monetary terms.

Examples: Insurance; Purchase agreement

Method Summary
CEgetPaymentTermsCode()
Gets attribute paymentTermsCode of type CE and cardinality 0..1.
voidsetPaymentTermsCode(CE value)
Sets attribute paymentTermsCode of type CE and cardinality 0..1.

Method Detail

getPaymentTermsCode

public CE getPaymentTermsCode()
Gets attribute paymentTermsCode of type CE and cardinality 0..1.

Establishes the payment terms for a contractual agreement or obligation.

Examples: "net 30"; "on receipt of invoice"; "upon completion of service"

Returns: the attribute value

setPaymentTermsCode

public void setPaymentTermsCode(CE value)
Sets attribute paymentTermsCode of type CE and cardinality 0..1.

Establishes the payment terms for a contractual agreement or obligation.

Examples: "net 30"; "on receipt of invoice"; "upon completion of service"

Parameters: value the new attribute value