Converting ICD10 between wiki and ccmdb.accdb: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
Line 17: Line 17:
* query ''which''
* query ''which''
* to generate output table 1s  
* to generate output table 1s  
Need to look into https://www.mediawiki.org/wiki/Extension:External_Data to figure out how to use for reconciling in bulk




[[Category: IT Instructions]]
[[Category: IT Instructions]]
[[Category: ICD10]]
[[Category: ICD10]]

Revision as of 18:21, 25 October 2017

from wiki to ccmdb.mdb

generate SMW output using

 | format=dsv
 | filename=ICD10_wiki_to_table.txt
 | sep=;

eg S ICD10 table#Query to populate from wiki

Import as delimited text using delimiter semicolon

from ccmdb.mdb to wiki

Uses

  • input table s_ICD10_for_wiki_import
  • VBA code which
  • query which
  • to generate output table 1s

Need to look into https://www.mediawiki.org/wiki/Extension:External_Data to figure out how to use for reconciling in bulk