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

From CCMDB Wiki
Jump to navigation Jump to search
mNo edit summary
Line 14: Line 14:


== from ccmdb.mdb to wiki ==
== from ccmdb.mdb to wiki ==
There is no clean way to do that since the wiki will have had edits and questions and such. Changes will have to be propagated manually.


Uses
One possibility might be to export all dxs, programmatically edit the export, and then re-import all.  
* 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




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

Revision as of 16:44, 23 February 2018

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

If I want to export the URLS I need to use the template format.

{{fullurl:}} 

https://www.mediawiki.org/wiki/Help:Magic_words#URL_data

from ccmdb.mdb to wiki

There is no clean way to do that since the wiki will have had edits and questions and such. Changes will have to be propagated manually.

One possibility might be to export all dxs, programmatically edit the export, and then re-import all.