Skip to content

MedCode-v0.1.1

Latest
Compare
Choose a tag to compare
@ycq091044 ycq091044 released this 07 Jul 18:26
· 8 commits to main since this release
  • new features: support adding coding systems later, e.g.,
# the initialization stage
tool = CodeMapping('NDC', 'RXCUI', 'Name', 'SMILES')
tool.load_mapping()

# add the "RxNorm" coding systems later 
tool.add_code("RxNorm")
tool.NDC_to_RxNorm['76413-153-06'] # example