ЕСОЗ - публічна документація

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 5 Next »

merge_requests

The table is in the IL database (postresql)

Name

Type

M/O

Description

id

uuid

M

Authogenerated (PK)

data

jsonb

M

Merge request data

master_person_id

uuid

M

Person identifier from MPI.persons

merge_person_id

uuid

M

Preperson identifier from MPI.prepersons

status

varchar(50)

M

See allowed statuses

merged_pair_id

uuid

O

Reference to merged_pairs.id (FK)

printout_form

text

O

Printout form

legal_entity_id

uuid

M

Identifier of legal entity where merge request created

authentication_method_current

jsonb

M

Current authentication method of Person.

patient_signed

bool

M

Evidence that person has signed a merge request. By default is false

is_active

bool

M

Technical flag. By default is true

inserted_by

uuid

M

inserted_at

timestamp

M

updated_by

uuid

M

updated_at

timestamp

M

  • No labels