Question Vivek Nayak · Mar 8, 2022 Patient resource not added in FHIR repository. Hi Team, I got a 404 status code(fhirResponse.Status) in the below code while inserting patient resources. Other resources data are successfully inserted. #FHIR #REST API #InterSystems IRIS for Health 0 3 0 310
Question Vivek Nayak · Feb 25, 2022 InterSystems API Management installation issue I have performed the suggested steps given in the below link for IAM installation but got an error "docker. errors.NullResource: Resource ID was not provided[21528] Failed to execute script docker-compose" https://docs.intersystems.com/components/csp/docbook/Doc.View.cls?KEY=CI... #InterSystems API Manager (IAM) #InterSystems IRIS for Health 0 3 0 248
Question Vivek Nayak · Feb 23, 2022 Uninstall FHIR custom pakages How to uninstall/remove the FHIR packages, without deleting the endpoint. #FHIR #InterSystems IRIS for Health 0 1 0 240
Question Vivek Nayak · Feb 8, 2022 Duplicate Resource added in FHIR Repository I have the " FHIR Production" which converts HL to FHIR, CDA to FHIR and accepts FHIR rest API to insert data into the FHIR repository. When data is added by the above production, The Repository Stores that data as new data. Is there any way to check resource duplication before inserting them into the repository? Thanks, Vivek Nayak #FHIR #REST API #InterSystems IRIS for Health 0 2 0 503
Question Vivek Nayak · Jan 25, 2022 Convert CDA to SDA I want an example that converts CDA to FHIR R4. Need Full production pipelines like service, process, and operations. #FHIR #InterSystems IRIS for Health 0 1 0 419
Question Vivek Nayak · Oct 27, 2021 Convert HL7 to FHIR STU3 version I have created FHIR server and now, I want to make an SDA file from the HL7 ADT message, and then make FHIR from SDA. #FHIR #HL7 #InterSystems IRIS 0 1 0 255
Question Vivek Nayak · Sep 16, 2021 FHIR server I want to install a new FHIR server from the Management Portal using the below steps, but not able to find FHIR Configuration setting under my newly created foundation namespace. #FHIR #InterSystems IRIS for Health 0 4 0 660
Question Vivek Nayak · Aug 25, 2021 ErrProductionNotShutdownCleanly got below error 15:58:02.702:Ens.Director: ERROR <Ens>ErrProductionNotShutdownCleanly: Production #Caché #Ensemble 0 3 0 355
Question Vivek Nayak · Aug 10, 2021 https://docs.intersystems.com not working https://docs.intersystems.com is not working #Documentation 0 1 0 203
Question Vivek Nayak · Jul 27, 2021 Consume Third party API from Iris Hi Team, I want to consume(call) third-party API by passing JSON as a request from Iris. #API #REST API #InterSystems IRIS 0 5 0 450
Question Vivek Nayak · Feb 26, 2021 How to Convert Image located on remote location to base64 from image url I want to convert the image to base64. I have only a remote image URL. please suggest the solution with allow cors origin. #Angular2 #HTML #InterSystems IRIS #InterSystems IRIS for Health 0 1 0 512
Question Vivek Nayak · Jul 6, 2020 Ensemble does not start Hi Team, When I tried to open ensemble in my system I got bellow error. I have done lots of code in my local system but now not able to open the ensemble. #Ensemble 0 8 0 694
Question Vivek Nayak · Apr 20, 2020 How to create pdf file from html <html> <head> <title>LabCorp</title> <link rel="apple-touch-icon" sizes="60x60" href="app-assets/img/ico/apple-icon-60.png"> <link rel="apple-touch-icon" sizes="76x76" href="app-assets/img/ico/apple-icon-76.png"> <link rel="apple-touch-icon" sizes="120x120" href="app-assets/img/ico/apple-icon-120.png"> <link rel="apple-touch-icon" sizes="152x152" href="app-assets/img/ico/apple-icon-152.png"> #InterSystems IRIS 0 8 1 1.8K
Question Vivek Nayak · Jan 1, 2020 How to get saved image from specific directory? Hi Team, I want to read image stored in "D:/temp/test.png" and then convert it to base64. #ObjectScript #InterSystems IRIS 0 1 0 326
Question Vivek Nayak · Dec 31, 2019 How to save file/image at some specific folder. Hi Team, I want to save image/file using inter system iris web api. I am sending file as Base64 formate in JSON object to api .and I want to save it at D/Images folder. please refer below code that i was tried. Obj.OrganizationLogoBase64--> has base64 value of image Set decode = $System.Encryption.Base64Decode(Obj.OrganizationLogoBase64) set file = ##class(%Stream.GlobalBinary).%New() do file.Write(decode) #Angular #InterSystems IRIS 0 9 0 905
Question Vivek Nayak · Sep 17, 2019 ##class(%SQL.Statement).%ExecDirect() method not work Hi Team,When I use below statement , I got SQLCODE=0.SET rs = ##class(%SQL.Statement).%ExecDirect(, "SELECT * FROM LISDB.ExternalUsers WHERE UserId = 83")If I display above query using Write (rs.%Display()) it gives me below result but (rs.%Get("Prefix")) method give me null value.Please help #Caché #InterSystems IRIS 0 1 0 408
Question Vivek Nayak · Sep 6, 2019 How to execute multiple query or script in sql management studio? I want to insert multiple records in the table using below queries, but it gives an error. #Management Portal #SQL #Caché #InterSystems IRIS 0 3 0 3.3K
Question Vivek Nayak · Aug 30, 2019 Assign query output to Class object I want to assign below query result into my Person class which have Name,DOB properties, and then convert into JSON. SELECT Name,DOB FROM Sample.Person #Caché #InterSystems IRIS 0 8 0 349
Question Vivek Nayak · Aug 28, 2019 How to get required fields error summary? Hi Team,I am using %JSON.Adaptor class for Json validation.Using below statement I got only one required field validation.(refer below screen) SET stat = objExternalUser.%JSONImport(%request.Content)I need summary of all required field. #JSON #Frontend #InterSystems IRIS 0 4 0 551
Question Vivek Nayak · Aug 27, 2019 How to get last inserted RowID when %Save() function is used? I need RowId of inserted record. I have used below logic to get max row id, but it will not give desired result when multiple people enter record in the table at the same time. #InterSystems IRIS 0 7 0 863