Please check now. Looks like it is working fine now.
Thanks
- Log in to post comments
Please check now. Looks like it is working fine now.
Thanks
Still same error.
Yes IS do have MEDIAN function. Try this oneSELECT MEDIAN(birthd.decade.MEMBERS, MEASURES.[%COUNT]) ON 0 FROM patients
Thanks Julian Matthews.
Yes I am looking to actually make sure the code is a real ICD10 code
Thanks Lucas Fernandes
Getting below error while running "iris start IRIS EmergencyId=user,password" command:
(29) unable to open registry key
Now getting below error after specifying right instance name:
Startup failed: (22) Instance properties definition file does not exist or is inaccessable: EmergencyID=user,password Configuration IRISHealth.
Please find output and exact command. OS = Windows 10
Thanks
Hi,
I do have with ODBC. What are you looking for?
Thanks for the reply.
My Production is in USER namespace and by assigning only %EnsRole_Operator role User namespace is not visible. How to give access of USER namespace?
Thanks @Jeffrey Drumm
Hi,
Please check documentation at below link :
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cl…
Thanks
Hi,
Can you please share screenshot of error along with xml file?
Thanks
Hi,
Can you please share HL7 XML schema file?
Thanks
Please share your table structure along with cache class structure
Is webinar recording available ?
Thanks @Anastasia Dyubaylo
Thanks @Eduard Lebedyuk
Thanks @Heloisa Ramalho
I found that issue is with "HS.FHIRServer.Interop.Service". How to fix the class not found issue?
Hi @Vivek Nayak
Try calling the CleanProduction() method in class Ens.Director:
Do ##class(Ens.Director).CleanProduction()This is strongly discouraged for PROD environments ... be forewarned. Would recommend you contact the WRC if you're getting this error in a PROD environment.
Congratulations!. It was my first experience and I learned a lot. Thanks
Done
Looks like issue is resolved. Thanks
It is along with other social accounts
Thanks Robert Cemper, What is the difference between Normal and SSO Account ?
Hi Virat Sharma
Please read below documentations :
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
Also there is a good introductory book in documentation: "Caché Programming Orientation Guide"
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
Thanks
Hi OMER ATEEN
Can you please elaborate in which environment you are getting these characters ?
Thanks
Hi Ben Spead,
You can set priority by adding additional headers such as X-Priority and others. e.g:
do msg.Headers.SetAt(1,"X-Priority")
do msg.Headers.SetAt("High","X-MSMail-Priority")
do msg.Headers.SetAt("High","Importance")Thanks
Hi Omar Ateen
You can create persistent class and store both gregorian and hijri dates. Once done you can create function to get hijri date by passing gregorian date.
Thanks
Congratulations to all