Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

Predictions are activated only if a table with the name BVAC_detail is part of the format

Header fields

Field

Description

Data type

Insured name

Full name of the person insured

string

Insured NISZ

National insurance number of the person insured

string

Prescriber name

Full name of prescribing doctor

string

Prescriber id

ID of prescribing doctor

string

Date from

Date of issue

string

Line items

Table name: BVAC_detail

Column

Description

Data type

CNK code

Article code

string

Number of units

Quantity of the articles

string

Description

Description of the articles

string

TK amount

TK amount of the article

string

PA amount

PA amount of the article

string

Table name: Total

Column

Description

Data type

TK amount

Total TK amount

string

PA amount

Total PA amount

string

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

  • No labels