@@ -3,7 +3,7 @@ const normalisation = {
3
3
'Additional Doses' : [ 'additional doses' , 'additional dose' , 'addl' ] ,
4
4
'Administration ID' : [ 'administration id' , 'cmt' , 'adm' ] ,
5
5
'Amount' : [ 'amount' , 'amt' ] ,
6
- 'Amount Unit' : [ 'amount unit' , 'amt_unit' , 'amt_units' , 'amtunit' , 'amtunits' ] ,
6
+ 'Amount Unit' : [ 'amount unit' , 'amt_unit' , 'amt_units' , 'amtunit' , 'amtunits' , 'units_amt' ] ,
7
7
'Cat Covariate' : [ 'cat covariate' , 'cat' , 'sex' , 'gender' , 'group' , 'cohort' , 'study' , 'route' , 'matrix' ] ,
8
8
'Censoring' : [ 'cens' , 'blq' , 'lloq' ] ,
9
9
'Cont Covariate' : [ 'cont covariate' , 'weight' , 'wt' , 'bw' , 'age' , 'dose' ] ,
@@ -15,12 +15,12 @@ const normalisation = {
15
15
'Infusion Rate' : [ 'infusion rate' , 'rate' ] ,
16
16
'Interdose Interval' : [ 'interdose interval' , 'ii' , 'tau' , 'dosing interval' ] ,
17
17
'Observation' : [ 'observation' , 'dv' , 'c' , 'y' , 'conc' , 'cobs' , 'obs' ] ,
18
- 'Observation Unit' : [ 'observation unit' , 'dv_units' , 'c_units' , 'y_units' , 'yunit' , 'cunit' , 'obs_units' , 'obs_unit' , 'obsunit' ] ,
18
+ 'Observation Unit' : [ 'observation unit' , 'dv_units' , 'c_units' , 'y_units' , 'yunit' , 'cunit' , 'obs_units' , 'obs_unit' , 'obsunit' , 'units_conc' ] ,
19
19
'Observation ID' : [ 'observation id' , 'ytype' , 'dvid' ] ,
20
20
'Occasion' : [ 'occasion' , 'occ' ] ,
21
21
'Regressor' : [ 'x' , 'regressor' ] ,
22
22
'Time' : [ 'time' , 't' , 'ivar' ] ,
23
- 'Time Unit' : [ 'time_unit' , 'time_units' , 't_units' , 'tunit' ] ,
23
+ 'Time Unit' : [ 'time_unit' , 'time_units' , 't_units' , 'tunit' , 'units_time' ] ,
24
24
'Unit' : [ 'unit' , 'units' ] ,
25
25
}
26
26
0 commit comments