fixes for smart
This commit is contained in:
parent
35e4ee86a4
commit
b856cbbf41
|
@ -409,6 +409,7 @@ IENOF(ZSTRING,FARY) ; EXTRINSIC WHICH RETURNS THE IEN OF ZS IN THE STRINGS FILE
|
|||
N ZIEN
|
||||
I $G(ZSTRING)="" Q "" ; NO STRING
|
||||
S ZIEN=$O(@C0XSN@("B",$$EXT^C0XUTIL(ZSTRING),""))
|
||||
I ZIEN="" S ZIEN=-1
|
||||
Q ZIEN
|
||||
;
|
||||
IENOFA(ZOUTARY,INARY,FARY) ; RESOLVE STRINGS TO IEN IN STRINGS FILE
|
||||
|
|
|
@ -47,6 +47,7 @@ VOCINIT ; INITIALIZE VOCABULARIES
|
|||
S C0XVOC("qds")="http://cms.gov/pqri/qds/"
|
||||
S C0XVOC("smart")="http://sandbox-api.smartplatforms.org/records/"
|
||||
S C0XVOC("snomed")="http://purl.bioontology.org/ontology/SNOMEDCT/"
|
||||
S C0XVOC("icd9")="http://purl.bioontology.org/ontology/ICD9/"
|
||||
S C0XVOC("rxnorm")="http://purl.bioontology.org/ontology/RXNORM/"
|
||||
S C0XVOC("loinc")="http://purl.bioontology.org/ontology/LNC/"
|
||||
S C0XVOC("file")="/home/glilly/fmts/trunk/samples/"
|
||||
|
|
Loading…
Reference in New Issue