We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68df603 commit 3ece2a6Copy full SHA for 3ece2a6
__postgres_db_conf.py
@@ -25,7 +25,7 @@
25
'dir_lookup': '<project_directory>/lookups',
26
'dir_voc': '<project_directory>/vocabulary', #Do not change below here
27
'tbl_gold': ['additional', 'clinical', 'consultation', 'immunisation', 'patient', 'practice', 'referral', 'staff', 'test', 'therapy'],
28
- 'tbl_gold_lookup':['batchnumber', 'bnfcodes', 'common_dosages', 'entity', 'medical', 'packtype', 'product', 'scoremethod', 'txtfiles\\*.txt'],
+ 'tbl_gold_lookup':['bnfcodes', 'common_dosages', 'entity', 'medical', 'packtype', 'product', 'scoremethod', 'txtfiles\\*.txt'],
29
'tbl_aurum' : ['practice', 'staff', 'patient', 'consultation', 'observation', 'problem', 'referral', 'drugissue'],
30
'tbl_aurum_lookup': ['gender', 'region', 'jobcat', 'numunit', 'quantunit', 'refservicetype', 'medicaldictionary', 'productdictionary', 'visiontoemismigrators'],
31
'tbl_aurum_denom': ['aurum_acceptablepats', 'aurum_practices'],
0 commit comments