Question Ikara Ikliki · Jul 23, 2020 How to implement custom query result to be returned in FHIR bundle I have to implement a custom query result to be returned using the FHIR Bundle Resource. I am a novice and not well versed in InterSystems yet so please excuse mistakes due to ignorance. I have to take the query result and return in a bundle to achieve this I need to: #FHIR #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 284
Question Ikara Ikliki · May 26, 2020 Package Mapping why are Package Names for the selected database not populating in the Dropdown box I am trying to do package mapping in the %ALL NameSpace. I create a new Package Mapping entry and select my database bu the "Package Name" combo box never populates the packages in this database so I cannot select it, see screenshot below, the "Package Name" list remains empty. There definately are packages in that database. Why is this happening? Did I miss a setting? #InterSystems IRIS for Health 0 1 0 234
Question Ikara Ikliki · May 19, 2020 Cannot create REST Service using the /api/mgmnt Service I am trying to create REST API following these instructions: https://docs.intersystems.com/irislatest/csp/docbook/Doc.View.cls?KEY=GREST_apimgmnt However it does not work. I tried downloaded the v2.0 schema.json of the OpenAPI specification and pasted it on Postman with the parameters as speicifed, but I get this error message back: #API #InterSystems API Manager (IAM) #REST API #InterSystems IRIS 0 4 0 414
Question Ikara Ikliki · Jan 22, 2020 %GlobalBinaryStream to %Binary When reading %GlobalBinaryStream into a %String I am aware therte is a size limit of 3,6MB. My question is since %Binary is underlying a %String is there a limit on this as well? Can I safely read any size %GlobalBinaryStream into a %Binary? #Caché #InterSystems IRIS for Health 0 3 0 919
Question Ikara Ikliki · Nov 15, 2019 Status ErrorList parameter: When using $SYSTEM.Status.DecomposeStatus(tSC, .tErrorList) what is the type of tErrorList returned and how to intialize? When using $SYSTEM.Status.DecomposeStatus(tSC, .tErrorList) in ObjectScript to get the lsit of errors (I need to do this so that I can generate a custom JSON with the error messages) what is the type of tErrorList returned and how to intialize? #ObjectScript #Caché 0 2 0 308
Question Ikara Ikliki · Nov 13, 2019 SQLCompute does not work when Insert/Update done via the Caché ODBC DLL I have SQLCompute with SQLComputeCode on a couple of Properties in my class. These work fin when I insert/update via ObjectScript or SQL from the ManagementPortal. However, if I insert (create new record) via my C# app using the Caché ODBC DLL the SQLCompute is ignored, it does not run. Is this expected InterSystems Caché behaviour? We are on latest IRIS platform. #.NET #ObjectScript #ODBC #Caché 0 7 0 453
Question Ikara Ikliki · Nov 6, 2019 FHIR Request Resource Id is empty I am sending a PUT FHIR message for a CodeSystem Resource using the defailt Service and server that was installed when I installed the FHIR on the NameSpace. When I try to use the FHIR Request "id" property it is empty; e.g. pFHIRRequest.id is EMPTY. I really need to get this value, how can I get it? I added a trace ion both the HS.FHIR.Service and HS.FHIR.Server.Process, details to follow: #FHIR #InterSystems IRIS for Health 0 3 0 484
Question Ikara Ikliki · Oct 31, 2019 FHIR Resource JSON deserialize error FHIRToHSFHIR - ERROR #5001: %FromFHIRJSON failed - ERROR #5002: ObjectScript error: <INVALID OREF>%FromFHIRJSON2+158^HS.JSON.AdaptorFHIR.1 I am de-serialzing a FHIR Resource CodeSystem in STU3 FHIR resources from JSON in my Business Process using the following code: #FHIR #InterSystems IRIS 0 2 0 743