Skip to content

Parsing error #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bourette opened this issue Nov 13, 2019 · 2 comments
Closed

Parsing error #64

bourette opened this issue Nov 13, 2019 · 2 comments

Comments

@bourette
Copy link

Code text
Set tIdx=$o(pArray("$XDSDocumentEntryPatientId",""))
Reports error:
Unrecognized system function/variable
System function or variable '$XDSDocumentEntryPatientId' not recognized

@daimor
Copy link
Member

daimor commented Nov 13, 2019

Yes, this kind of issue is known. And don't have a good fix, yet.

@bourette
Copy link
Author

This did not resolve all of the issues
Set tIdx = $O(pAry("$MetadataLevel","")) Set:tIdx]"" tM=$o(pAry("$MetadataLevel",tIdx,""))
System function or variable '$MetadataLevel' not recognized
If ($O(pQueryParams(""))="") && (..info("$MetadataLevel")'=1) && (..QueryReturnType="ObjectRef") {
System function or variable '$MetadataLevel' not recognized
Set tIsValue=($p(tItem,"||",1)="V"),tNode=$p(tItem,"||",2),tField=$p(tItem,"||",3) Set:tField="" tField=$p(tNode,"$XDSDocumentEntry",2)
System function or variable '$XDSDocumentEntry' not recognized

daimor added a commit that referenced this issue Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants