Question Ashok Kumar · Oct 30 IRISTEMP database size increases leads the production instance down Hello Community IRISTEMP database consumes more disk space and make the production instance down when running Bulk SQL queries (maybe other processes aswell) Is setting up the "Maximum" size it resolves the problem?. Is this setting impacts the performance? What are the approaches to resolve it sample screenshot #Databases #Globals #SQL #System Administration #InterSystems IRIS for Health 1 2 2 138
Question Ashok Kumar · Oct 22 JWT enabled Web Application Hello Community, I've enabled the JWT Authentication in my web application. I invoked the /login page to get the JWT and it creates an entry in %SYS.TokenAuth table. Is there any time span for the entries will rid out from the table automatically or It's a manual process? Where can I find the JWT signature private/public key settings screenshot web application #Authentication #REST API #InterSystems IRIS #InterSystems IRIS for Health 0 0 0 93
Question Ashok Kumar · Oct 19 Block size error on Database creation Hello Community, I got the below error while creating a new database. #Databases #System Administration #Caché #Ensemble #InterSystems IRIS 2 7 0 180
Question Ashok Kumar · Oct 17 FHIR Profile Validation Issues Hello Community, I've created my FHIR patient profile and POST into FHIR endpoint in Intersystems FHIR Server. http:localhost:52773/fhirr4/StructureDefinition I use the profile url into my Patient resource without the meet the profile requirements. http:localhost:52773/fhirr4/Paient The resource is stored successfully in the FHIR Server instead of a FHIR exception. Why the resource doesn't validate with the mentioned profile? #FHIR #Interoperability #HealthShare #InterSystems IRIS for Health 0 8 0 100
Question Ashok Kumar · Sep 29 SQL ObjectSelectMode for Object properties Hello Community, I have couple of question about the DynamicSQL. 1. The %ObjectSelectMode is working perfectly in the DynamicSQL for the object property in direct query. However this is not supported for class query. Is there any way to resolve this / Get the object value for class query result. #Data Model #SQL #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 0 3 0 227
Question Ashok Kumar · Sep 24 QuickStream issues in FHIR Interoperability production I have created a FHIR endpoint and send the FHIR resource to FHIR Interoperability production class which is HS.FHIRServer.Interop.Service through the the created endpoint(/r4). I can able to see/get the HS.SDA3.QuickStream(It use CacheTemp.HS.Stream temporary global) on the fly(In between the process). I'm unable to get the FHIR resource from the QuickStream once the process completed. Is this HS.SDA3.QuickStream is wiped out from the system once process completed? #FHIR #Interoperability #JSON #HealthShare #InterSystems IRIS for Health 0 1 0 125
Article Ashok Kumar · Aug 31 2m read Utilize custom datatype class for User-defined DDL table Creation In this article, I am demonstrating how to create a table column(formerly known as properties) with your custom datatype classes by using User defined DDL. Properties are the crucial member of the persistent class definition. Datatypes are essential to define types of values that are stored in a table column. In general, the datatype names of SQL different from Intersystems datatypes, such as VARCHAR = %String. #Databases #Multi-model #Tutorial #HealthShare #InterSystems IRIS #InterSystems IRIS for Health 1 0 0 120
Question Ashok Kumar · Aug 14 Generate Method for properties Hello All, How do I generate my own method for all properties in my class definition like auto-generated methods PropertyGet(), PropertySet(), PropertyGetStored(). Thanks. #InterSystems IRIS #InterSystems IRIS for Health 2 14 0 255
Article Ashok Kumar · Aug 14 8m read Working with %JSON.Adaptor In this article, I walk through the %JSON.Adaptor class. #JSON #InterSystems IRIS #InterSystems IRIS for Health 10 1 5 359
Question Ashok Kumar · Aug 11 Trailing zero are truncated in %Set method of %DynamicObject Hi Community, Whenever I insert a decimal value with trailing zero(ex:12.0000) value in my JSON object dynamically through %Set method. It truncates the trailing zeros. However If I use literal constructors { } It working as expected. So, In my case the JSON will be generated dynamically. I can't go with "Curly Bracket { } " and the JSON schema not string as well.Is there any way to fix this? #JSON #InterSystems IRIS #InterSystems IRIS for Health 0 2 0 107
Question Ashok Kumar · Aug 10 Construct clone of %execute result of %SQL.Statement class Hi Team, Is there any way to take a clone object of executed query result of %SQL.Statement #InterSystems IRIS #InterSystems IRIS for Health 0 3 0 96