Created
February 25, 2016 21:11
-
-
Save sween/08e0de2f546b975d0ead to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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