Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A receipt that is provided by the pharmacy for people who have additional health care insurance, also known as a BVAC.

...

Column

Description

Data type

CNK codeArticle code

National Code Number assigned to all the pharmaceutical products used for the treatment

string

Number of units

Quantity of the articles

string

Description

Description of the articles

string

TK amount

Total cost of the articleAmount actually paid by the patient

float

PA amountPersonal share of the article (total cost amount minus the amount covered by the mutuality

)Amount to be paid by the patient

float

Table name: Total

Column

Description

Data type

TK amount

Total cost amount actually paid by the patient

float

PA amountPersonal share

amount (total cost amount minus the amount covered by the mutuality)Total amount to be paid by the patient

float

Useful computed fields

Field

Formula

SUM CHECK TK

ROUND(ADD($detail_BVAC.TK amount$1:$detail_BVAC.TK amount$$), 2)

=

$Total.TK amount$1

SUM CHECK PA

ROUND(ADD($detail_BVAC.PA amount$1:$detail_BVAC.PA amount$$), 2)

=

$Total.PA amount$1