fix seeder vdesc to vsdeck
This commit is contained in:
parent
1351b8c99f
commit
8462d6b2c6
@ -181,32 +181,32 @@ class ValueSetSeeder extends Seeder {
|
||||
$this->db->table('valueset')->insertBatch($data);
|
||||
|
||||
$data = [
|
||||
['VSName' => 'WSType','VDesc' =>'workstation.Type', 'VSetID' => '1'],
|
||||
['VSName' => 'WSEnable','VDesc' =>'workstation.Enable', 'VSetID' => '2'],
|
||||
['VSName' => 'Gender','VDesc' =>'patient.Gender', 'VSetID' => '3'],
|
||||
['VSName' => 'Marital Status','VDesc' =>'patient.MaritalStatus', 'VSetID' => '4'],
|
||||
['VSName' => 'Death Indicator','VDesc' =>'patient.DeathIndicator', 'VSetID' => '5'],
|
||||
['VSName' => 'Identifier Type','VDesc' =>'patidt.IdentifierType', 'VSetID' => '6'],
|
||||
['VSName' => 'Operation','VDesc' =>'patreglog.Operation patvisitlog.Operation orderlog.Operation', 'VSetID' => '7'],
|
||||
['VSName' => 'DID Type','VDesc' =>'patreglog.DIDType patvisitlog.DIDType', 'VSetID' => '8'],
|
||||
['VSName' => 'Requested Entity','VDesc' =>'order.ReqEntity', 'VSetID' => '9'],
|
||||
['VSName' => 'Order Priority','VDesc' =>'order.Priority', 'VSetID' => '10'],
|
||||
['VSName' => 'Order Status','VDesc' =>'orderststatus.OrderStatus', 'VSetID' => '11'],
|
||||
['VSName' => 'Location Type','VDesc' =>'location.LocationType', 'VSetID' => '12'],
|
||||
['VSName' => 'Additive','VDesc' =>'containertype.Additive', 'VSetID' => '13'],
|
||||
['VSName' => 'Container Class','VDesc' =>'containertype.ConClass', 'VSetID' => '14'],
|
||||
['VSName' => 'Specimen Type','VDesc' =>'spcdef.SpcType', 'VSetID' => '15'],
|
||||
['VSName' => 'Unit','VDesc' =>'spcdef.Unit specimens.Unit specimenstatus.Unit', 'VSetID' => '16'],
|
||||
['VSName' => 'GenerateBy','VDesc' =>'specimens. GenerateBy', 'VSetID' => '17'],
|
||||
['VSName' => 'Activity','VDesc' =>'specimenstatus.SpcAct', 'VSetID' => '18'],
|
||||
['VSName' => 'Activity Result','VDesc' =>'specimenstatus.ActRes', 'VSetID' => '19'],
|
||||
['VSName' => 'Specimen Status','VDesc' =>'specimenstatus.SpcStatus', 'VSetID' => '20'],
|
||||
['VSName' => 'Specimen Condition','VDesc' =>'specimenstatus.SpcCon', 'VSetID' => '21'],
|
||||
['VSName' => 'Specimen Role','VDesc' =>'specimencollection.SpcRole', 'VSetID' => '22'],
|
||||
['VSName' => 'Collection Method','VDesc' =>'specimencollection.ColMethod', 'VSetID' => '23'],
|
||||
['VSName' => 'Body Site','VDesc' =>'specimencollection.BodySite', 'VSetID' => '24'],
|
||||
['VSName' => 'Container Size','VDesc' =>'specimencollection.CntSize', 'VSetID' => '25'],
|
||||
['VSName' => 'Fasting Status','VDesc' =>'specimencollection.Fasting', 'VSetID' => '26']
|
||||
['VSName' => 'WSType','VSDesc' =>'workstation.Type', 'VSetID' => '1'],
|
||||
['VSName' => 'WSEnable','VSDesc' =>'workstation.Enable', 'VSetID' => '2'],
|
||||
['VSName' => 'Gender','VSDesc' =>'patient.Gender', 'VSetID' => '3'],
|
||||
['VSName' => 'Marital Status','VSDesc' =>'patient.MaritalStatus', 'VSetID' => '4'],
|
||||
['VSName' => 'Death Indicator','VSDesc' =>'patient.DeathIndicator', 'VSetID' => '5'],
|
||||
['VSName' => 'Identifier Type','VSDesc' =>'patidt.IdentifierType', 'VSetID' => '6'],
|
||||
['VSName' => 'Operation','VSDesc' =>'patreglog.Operation patvisitlog.Operation orderlog.Operation', 'VSetID' => '7'],
|
||||
['VSName' => 'DID Type','VSDesc' =>'patreglog.DIDType patvisitlog.DIDType', 'VSetID' => '8'],
|
||||
['VSName' => 'Requested Entity','VSDesc' =>'order.ReqEntity', 'VSetID' => '9'],
|
||||
['VSName' => 'Order Priority','VSDesc' =>'order.Priority', 'VSetID' => '10'],
|
||||
['VSName' => 'Order Status','VSDesc' =>'orderststatus.OrderStatus', 'VSetID' => '11'],
|
||||
['VSName' => 'Location Type','VSDesc' =>'location.LocationType', 'VSetID' => '12'],
|
||||
['VSName' => 'Additive','VSDesc' =>'containertype.Additive', 'VSetID' => '13'],
|
||||
['VSName' => 'Container Class','VSDesc' =>'containertype.ConClass', 'VSetID' => '14'],
|
||||
['VSName' => 'Specimen Type','VSDesc' =>'spcdef.SpcType', 'VSetID' => '15'],
|
||||
['VSName' => 'Unit','VSDesc' =>'spcdef.Unit specimens.Unit specimenstatus.Unit', 'VSetID' => '16'],
|
||||
['VSName' => 'GenerateBy','VSDesc' =>'specimens. GenerateBy', 'VSetID' => '17'],
|
||||
['VSName' => 'Activity','VSDesc' =>'specimenstatus.SpcAct', 'VSetID' => '18'],
|
||||
['VSName' => 'Activity Result','VSDesc' =>'specimenstatus.ActRes', 'VSetID' => '19'],
|
||||
['VSName' => 'Specimen Status','VSDesc' =>'specimenstatus.SpcStatus', 'VSetID' => '20'],
|
||||
['VSName' => 'Specimen Condition','VSDesc' =>'specimenstatus.SpcCon', 'VSetID' => '21'],
|
||||
['VSName' => 'Specimen Role','VSDesc' =>'specimencollection.SpcRole', 'VSetID' => '22'],
|
||||
['VSName' => 'Collection Method','VSDesc' =>'specimencollection.ColMethod', 'VSetID' => '23'],
|
||||
['VSName' => 'Body Site','VSDesc' =>'specimencollection.BodySite', 'VSetID' => '24'],
|
||||
['VSName' => 'Container Size','VSDesc' =>'specimencollection.CntSize', 'VSetID' => '25'],
|
||||
['VSName' => 'Fasting Status','VSDesc' =>'specimencollection.Fasting', 'VSetID' => '26']
|
||||
];
|
||||
$this->db->table('valuesetdef')->insertBatch($data);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user