Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
---|---|---|---|---|---|---|
Interoperability REST API TemplateYet another API template for the InterSystems IRIS Data platform | A | 0.0 (0) | 01 Jul, 2025 | |||
![]() fhir-craftBuild your own FHIR resources with synthetic data | L | Docker | 5.0 (1) | 23 May, 2025 | ||
InterSystems Ideas Waiting to be ImplementedProgrammatic reportsThe report creation is a tedious and non-productive task. You need an IDE, create a connection, create a SQL query, define report bands, drag-and-drop/design report columns, fields, labels, summarizations, margins, charts and prepare perfect pixel reports for print. To create a tradicional report the effort takes 4 to 12 hours. The idea is to define reports using object script instructions. With some minutes and with writing a few object script lines you can get a report equivalent to a tradicional report, with the benefit to create dynamic content for the reports (productivity). The idea includes yet the feature to allows to the developer set print restrictions for the PDF report generated (reduce carbon emission, not allowing print, only read). Benefits of this idea: 1 - Productivity - develop a report in minutes not in hours 2 - Reduce carbon emission - is possible restrict the PDF print 3 - Create dynamic reports using ObjectScript 4 - No need to install a report server, saving processor and memory resources (decreasing emissions) To create a report using source code, see this sample with Java, but could be in ObjectScript too: TextColumnBuilder<String> itemColumn = col.column("Item", "item", type.stringType()); TextColumnBuilder<Date> orderDateColumn = col.column("Order date", "orderdate", type.dateType()); TextColumnBuilder<Integer> quantityColumn = col.column("Quantity", "quantity", type.integerType()).setFixedWidth(50); TextColumnBuilder<BigDecimal> unitPriceColumn = col.column("Unit price", "unitprice", type.bigDecimalType()); ColumnTitleGroupBuilder titleGroup2 = grid.titleGroup("Group 2", quantityColumn, unitPriceColumn); ColumnTitleGroupBuilder titleGroup1 = grid.titleGroup("Group 1", orderDateColumn, titleGroup2).setTitleFixedWidth(450); report() .setTemplate(Templates.reportTemplate) .columnGrid(itemColumn, titleGroup1) .columns(itemColumn, orderDateColumn, quantityColumn, unitPriceColumn) .title(Templates.createTitleComponent("ColumnTitleGroup")) .pageFooter(Templates.footerComponent) .setDataSource(createDataSource()) .setSecurityRule(PrintRule.READ_ONLY) //if you want restrict print .printPDF(); Y 5Votes3Comments | ||||||
OpenAPI-SuiteSet of tools for ObjectScript code generation from Swagger 3.0 | Docker IPM | 5.0 (4) | 09 Apr, 2025 | |||
objectscript-copilot-demoAn ObjectScript App completely (almost) written with AI Copilot | Docker AI | 5.0 (1) | 25 Feb, 2025 | |||
SharePoint Online SPO REST APISharepoint API template | M | 0.0 (0) | 13 Dec, 2024 | |||
IRIS REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | 0.0 (0) | 18 Nov, 2024 | ||||
![]() companies-searchFind a company based on Glassdoor with Vector Search and GPT. | L | Docker Python IPM AI | 5.0 (1) | 17 May, 2024 | ||
iris-analytics-notebookA notebook approach to use IRIS analytics capabilities. | Docker IPM | 4.0 (1) | 25 Mar, 2024 | |||
![]() POST HL7 Message to REST API EndpointPOST an HL7 message converted to JSON to a REST API Endpoint | A | 0.0 (0) | 15 Dec, 2023 | |||
![]() fhirserver-profile-based-validationA sample of calls (Postman Collection) to demonstrate FHIR Profile-based Validation Requests | N | 5.0 (1) | 11 Dec, 2023 | |||
Essential-IRIS-RESTEssentail IRIS management portal data access in REST services | Docker IPM | 4.5 (1) | 21 Sep, 2023 | |||
workshop-rest-wsCreation of REST web service for training purposes | Docker | 5.0 (1) | 16 Jun, 2023 | |||
workshop-smart-data-fabricLearn the main ideas involved in developing a Smart Data Fabric using InterSystems IRIS | A | Docker Python | 5.0 (1) | 26 Apr, 2023 | ||
![]() Custom ZenProxy%ZEN.proxyObject send numeric as String | D | Docker IPM | 3.8 (2) | 21 Mar, 2023 | ||
zap-api-scan-sampleAn example on how to scan your REST APIs on IRIS using the OWASP | Docker | 5.0 (1) | 05 Mar, 2023 | |||
![]() Pregnancy Symptoms TrackerExample of using FHIR to track pregnancy symptoms | Docker IPM | 3.5 (1) | 08 Dec, 2022 | |||
![]() IRIS_REST_DocumentationDevelopment tool for documenting REST API endpoints [INTERSYSTEM IRIS] | D | Docker | 5.0 (1) | 14 Apr, 2021 | ||
![]() RESTFUL_API_For_Hotel_OverBooking_SystemDevelop RESTFUL Data API in InterSystems IRIS Data Platform Development for Hotel Overbooking Management System. PS:The overbooking management system combines the unique conditions of the hotel, such as room prices, order channels, customer needs (etc...). System uses machine learning algorithms (su | j | Docker | 0.0 (0) | 28 Feb, 2021 | ||
HealthInfoQueryLayerThe application use generic interface to perform query on data schema and used globals as configuration. At run time, the program will implement the query referring to configurations. It's working as a prototype ObjectScript MyBatis Template. | B | 0.0 (0) | 26 Feb, 2021 | |||
IRISDocDBRESTAPIPostmanCollectionSampleA Postman Collection of REST API calls to demonstrate InterSystems IRIS DocDB basic calls | N | 5.0 (1) | 20 Jan, 2021 |