migrator:将数据从 Bart 1 迁移到 Bart 2 的库

时间:2024-06-24 15:49:29
【文件属性】:

文件名称:migrator:将数据从 Bart 1 迁移到 Bart 2 的库

文件大小:24KB

文件格式:ZIP

更新时间:2024-06-24 15:49:29

Ruby

迁移 通过 CSV 文件迁移 BART 患者就诊信息 安装 经预包装的宝石 从下载最新的 gem sudo gem install 通过自我包装的宝石 git clone https://github.com/BaobabHealthTrust/migrator.git cd migrator gem build migrator.gemspec sudo gem install 用法 从 BART 1 的 CSV 文件导出/导入数据 要从旧版 HIV Reception 导出(假设我们有 /tmp/migrate/concept_map.csv): exporter = EncounterExporter . new ( '/tmp/migrate' , 6 ) exporter . to


【文件预览】:
migrator-restless
----Rakefile(537B)
----LICENSE(60B)
----README.rdoc(815B)
----spec()
--------encounter_exporter_spec.rb(2KB)
--------spec_helper.rb(80B)
----.gitignore(22B)
----lib()
--------encounter_log.rb(735B)
--------encounter_exporter.rb(1KB)
--------migrator.rb(464B)
--------art_initial_importer.rb(4KB)
--------art_visit_importer.rb(21KB)
--------migrator()
--------importer.rb(2KB)
--------dispensation_importer.rb(5KB)
--------outcome_importer.rb(3KB)
--------vitals_importer.rb(4KB)
--------reception_importer.rb(1KB)
--------void_encounters.rb(263B)
--------hiv_staging_importer.rb(2KB)
--------data_update.rb(9KB)
----migrator.gemspec(2KB)
----Manifest(395B)

网友评论