Skip to content

Instantly share code, notes, and snippets.

@sween
Created February 25, 2016 21:11
Show Gist options
  • Select an option

  • Save sween/08e0de2f546b975d0ead to your computer and use it in GitHub Desktop.

Select an option

Save sween/08e0de2f546b975d0ead to your computer and use it in GitHub Desktop.
ClassMethod Go()
{
Set tFamily = "HSPD"
Set tCodeTable = "IndType"
Set tSystem = "NPPES"
Set tCode = "385H00000X"
Set tMasterCode = ##class(HS.Terminology.Utils).%MapCode(tFamily_"."_tCodeTable_"."_tSystem,tFamily_"."_tCodeTable_"."_$$$HSPDMasterMap,tCode,.tMapped)
w tMasterCode,!
w tMapped,!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment