Version 1 (modified by 10 years ago) ( diff ) | ,
---|
Import DM+D Data
- Download DM+D File from the HSCIC.
- Copy the zip file into
V:\IT projects\DataLoads\DMD\History
folder. - Unzip the files and replace the files in
V:\IT projects\DataLoads\DMD\Data
with the ones from the extracted zip. The files will need renaming:- f_vtm2_{date}.xml -> vtm_drugs.xml
- f_vmp2_{date}.xml -> vmp_virtual_products.xml
- f_vmpp2_{date}.xml -> vmpp_virtual_packs.xml
- f_amp2_{date}.xml -> amp_actual_products.xml
- f_ampp2_{date}.xml -> ampp_actual_packs.xml
- Open the i2b2ClinicalDataLoad application in visual studio.
- Run the package DMDLoad.dtsx.
- The package loads the into the
DM+D
database on the BRICCSDB server.
Things to note:
- The package cannot be copied to the server and scheduled as it cannot then see the network drive to load the data. Hopefully this can be sorted out.
- The XSDs for the XML files are stored in the
V:\IT projects\DataLoads\DMD\Definitions
directory. These are the same as the ones provided in the ZIP file downloaded from HSCIC, but with the ID fields converted from a data type ofxs:integer
toxs:unsignedLong
Note:
See TracWiki
for help on using the wiki.