I think that a unique single point to handle all CRUD operations does not exists. Maybe you can implement in the base class some Methods Generators to handle all situations that you need.
Below the documentation of all possible callback methods:
The simplet way to create a new HL7 message form a existing message is call the method OutputToIOStream from the original message and the call the classmethod ImportFromIOStream of the subclass.
The global ^PAADMi("No", "") is a index global, if I'm not wrong ,is a index of PA_AADM table and the field of the index is PAADM_PAPMI_NO (MRN number of patient). Maybe then idex have some problem.
Do you have access to the stored procedure code?, If yes try to execute the query of procedure manually in the System Adminstration Portal. If not, I think you will need some suport.
When we subclass a persistent class and we need that this subclass have a own storage we need to add in the inheritance class list the %Persistent class first of all classes.
Today's compiler's optimizers detect the most of common expressions and generate the better performatic code, but we can't be obsessed with readability.
Create a SSL Configuration in the Management Portal, then in the Business Operation Configuration you select the SSL config that you created then append a '*' in the name, this instruct the adapter to uset SARTTLS in the connecion.
go to post
Hi Vinay,
Generally you write direct to device.
You need to know the language that the printer works.
A common used printer is Zebra that has a proprietary language called ZPL:
https://www.zebra.com/us/en/support-downloads/knowledge-articles/zpl-command-information-and-details.html
Healthshare documentation:
https://cedocs.intersystems.com/ens20172/csp/docbook/Doc.View.cls?KEY=RACS_Settings#RACS_Category_DeviceSettings
After you setup the device you need to use then:
https://cedocs.intersystems.com/ens20172/csp/docbook/DocBook.UI.Page.cls?KEY=GIOD_intro
https://cedocs.intersystems.com/ens20172/csp/docbook/DocBook.UI.Page.cls?KEY=ITECHREF_device
go to post
Thanks Navarro,
I don't see the typo in te test data, and with the change of the cnonce calculation works like a charm.
For my specific case, the service doesn't send de opaque, but I changed the code to support the opaque too.
Abraço.
go to post
Hi Mathew,
I think that a unique single point to handle all CRUD operations does not exists. Maybe you can implement in the base class some Methods Generators to handle all situations that you need.
Below the documentation of all possible callback methods:
https://docs.intersystems.com/irisforhealth20201/csp/docbook/Doc.View.cls?KEY=GOBJ_callbacks
go to post
Hi Arnold,
From server side directly Is not possible.
All %ZEN component writes the HTML code directly to device. The method responsible for this is %DrawHTML().
A way you can do more easily is using the instance of %SQL.StatementResult to excute the query of your TablePane, and use the method %DisplayFormatted
go to post
Obrigado Henrry.
go to post
Thanks Evgeny.
go to post
Hi Yone,
Try to append in the bigginer of you XML Strign the XML declarion:
In the line:
Try:
do mensajeXML.Write($zcvt("<?xml version="1.0" encoding="utf-8"?> <ORM_O01>........
And check if had some character that can cause the <SINTAX > error in the cos.
go to post
Hi Abel,
The simplet way to create a new HL7 message form a existing message is call the method OutputToIOStream from the original message and the call the classmethod ImportFromIOStream of the subclass.
go to post
The global ^PAADMi("No", "") is a index global, if I'm not wrong ,is a index of PA_AADM table and the field of the index is PAADM_PAPMI_NO (MRN number of patient). Maybe then idex have some problem.
Do you have access to the stored procedure code?, If yes try to execute the query of procedure manually in the System Adminstration Portal. If not, I think you will need some suport.
go to post
Hi Eric,
Ensemble manage all automaticaly.
Could you post the content of tah Log Tab?
go to post
Hi,
The error occour in the line:
zPATADVICEINFOExecute+15^web.DHCENS.CDSS.PARADVINCEINFO.1
When try to access the global ^PAADMi("No", ""), the error occours because is trying to acces a null subscript.
Maybe a parameter was not passed in the procedure call ?
go to post
Hi Abel,
When we subclass a persistent class and we need that this subclass have a own storage we need to add in the inheritance class list the %Persistent class first of all classes.
Shared storage
Own storage
go to post
Hi Davi,
A simplest way is creating a datatype class:
And use the datatype in your class:
Example:
go to post
Hi Hansel,
See if these documentation can help you:
https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GSOAPSEC_dsig
go to post
Hi Alberto,
I think file "/tmp/RESTForms2-master/src/Form/Installer.cls" is missing in the package.
Bellow the erro when try to start the container:
And the print of content of folder "\backend\src\Form":
go to post
I think the good sense is the key,
Today's compiler's optimizers detect the most of common expressions and generate the better performatic code, but we can't be obsessed with readability.
A good post: Performance vs Readability
go to post
Thanks Eduard.
go to post
Andreas,
Which the recommendation to migrate to IRIS if a Ensemble license is like that?
Elite, Multi-Server, Platform Independent
Whats happens with the license, since is not compatible with Iris?
go to post
go to post
Hi Nigel,
Create a SSL Configuration in the Management Portal, then in the Business Operation Configuration you select the SSL config that you created then append a '*' in the name, this instruct the adapter to uset SARTTLS in the connecion.