|
4 | 4 | # |
5 | 5 | # Table name: vaccination_records |
6 | 6 | # |
7 | | -# id :bigint not null, primary key |
8 | | -# batch_expiry :date |
9 | | -# batch_number :string |
10 | | -# confirmation_sent_at :datetime |
11 | | -# delivery_method :integer |
12 | | -# delivery_site :integer |
13 | | -# discarded_at :datetime |
14 | | -# disease_types :enum not null, is an Array |
15 | | -# dose_sequence :integer |
16 | | -# full_dose :boolean |
17 | | -# local_patient_id_uri :string |
18 | | -# location_name :string |
19 | | -# nhs_immunisations_api_etag :string |
20 | | -# nhs_immunisations_api_identifier_system :string |
21 | | -# nhs_immunisations_api_identifier_value :string |
22 | | -# nhs_immunisations_api_primary_source :boolean |
23 | | -# nhs_immunisations_api_sync_pending_at :datetime |
24 | | -# nhs_immunisations_api_synced_at :datetime |
25 | | -# notes :text |
26 | | -# notify_parents :boolean |
27 | | -# outcome :integer not null |
28 | | -# pending_changes :jsonb not null |
29 | | -# performed_at_date :date not null |
30 | | -# performed_at_time :time |
31 | | -# performed_by_family_name :string |
32 | | -# performed_by_given_name :string |
33 | | -# performed_ods_code :string |
34 | | -# programme_type :enum not null |
35 | | -# protocol :integer |
36 | | -# source :integer not null |
37 | | -# uuid :uuid not null |
38 | | -# created_at :datetime not null |
39 | | -# updated_at :datetime not null |
40 | | -# duplicate_of_vaccination_record_id :bigint |
41 | | -# local_patient_id :string |
42 | | -# location_id :bigint |
43 | | -# next_dose_delay_triage_id :bigint |
44 | | -# nhs_immunisations_api_id :string |
45 | | -# patient_id :bigint not null |
46 | | -# performed_by_user_id :bigint |
47 | | -# reported_by_id :bigint |
48 | | -# session_id :bigint |
49 | | -# supplied_by_user_id :bigint |
50 | | -# vaccine_id :bigint |
| 7 | +# id :bigint not null, primary key |
| 8 | +# batch_expiry :date |
| 9 | +# batch_number :string |
| 10 | +# confirmation_sent_at :datetime |
| 11 | +# delivery_method :integer |
| 12 | +# delivery_site :integer |
| 13 | +# discarded_at :datetime |
| 14 | +# disease_types :enum not null, is an Array |
| 15 | +# dose_sequence :integer |
| 16 | +# full_dose :boolean |
| 17 | +# local_patient_id_uri :string |
| 18 | +# location_name :string |
| 19 | +# nhs_immunisations_api_etag :string |
| 20 | +# nhs_immunisations_api_identifier_system :string |
| 21 | +# nhs_immunisations_api_identifier_value :string |
| 22 | +# nhs_immunisations_api_primary_source :boolean |
| 23 | +# nhs_immunisations_api_snomed_procedure_code :string |
| 24 | +# nhs_immunisations_api_snomed_procedure_term :string |
| 25 | +# nhs_immunisations_api_sync_pending_at :datetime |
| 26 | +# nhs_immunisations_api_synced_at :datetime |
| 27 | +# notes :text |
| 28 | +# notify_parents :boolean |
| 29 | +# outcome :integer not null |
| 30 | +# pending_changes :jsonb not null |
| 31 | +# performed_at_date :date not null |
| 32 | +# performed_at_time :time |
| 33 | +# performed_by_family_name :string |
| 34 | +# performed_by_given_name :string |
| 35 | +# performed_ods_code :string |
| 36 | +# programme_type :enum not null |
| 37 | +# protocol :integer |
| 38 | +# source :integer not null |
| 39 | +# uuid :uuid not null |
| 40 | +# created_at :datetime not null |
| 41 | +# updated_at :datetime not null |
| 42 | +# duplicate_of_vaccination_record_id :bigint |
| 43 | +# local_patient_id :string |
| 44 | +# location_id :bigint |
| 45 | +# next_dose_delay_triage_id :bigint |
| 46 | +# nhs_immunisations_api_id :string |
| 47 | +# patient_id :bigint not null |
| 48 | +# performed_by_user_id :bigint |
| 49 | +# reported_by_id :bigint |
| 50 | +# session_id :bigint |
| 51 | +# supplied_by_user_id :bigint |
| 52 | +# vaccine_id :bigint |
51 | 53 | # |
52 | 54 | # Indexes |
53 | 55 | # |
|
0 commit comments