InterSystemsDev via @like
New #Addon on #OpenExchange: DSW Reports — DeepSeeWeb reports generator
>> http://ow.ly/iQZg30nw62T <<
#InterSystemsIRIS #Caché #DeepSee #Ensemble #HealthShare #Angular #PDF
>> http://ow.ly/iQZg30nw62T <<
#InterSystemsIRIS #Caché #DeepSee #Ensemble #HealthShare #Angular #PDF
InterSystemsDev via @like
💡 [#BestPractice on #DeveloperCommunity] DeepSee: Setting up security - Part 1 of 5 💡
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
>> http://ow.ly/sWZl30nNwxf <<
#DeepSee #Security #Resources #Users #Roles
InterSystemsDev via @like
⚡️ HL7 and SMS Interoperability Demo on InterSystems #OpenExchange >> http://ow.ly/Lfko50p6HlV ⚡️
#InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
#InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
InterSystemsDev via @like
🎞 [VIDEO] "HL7 and SMS Interoperability Demo" project on #OpenExchange: https://youtu.be/04msxC1F-hs 🎞
#InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics
#InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics
YouTube
HL7 and SMS Interoperability Demo
→ Project on InterSystems Open Exchange: https://openexchange.intersystems.com/package/HL7-and-SMS-Interoperability-Demo→ GitHub: https://github.com/inters...
InterSystemsDev via @like
🎞 [VIDEO] HL7 Appointment Scheduling Interactive Demo >> https://youtu.be/lp5iNE6WUhc 🎞
#OpenExchange #InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
#OpenExchange #InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
YouTube
HL7 Appointment Scheduling Interactive Demo
→ HL7 and SMS Interoperability Demo: https://youtu.be/04msxC1F-hs → Project on InterSystems Open Exchange: https://openexchange.intersystems.com/package/HL7-...
InterSystemsDev via @like
🎞 [VIDEO] HL7 Appointment Scheduling Interactive Demo >> https://youtu.be/lp5iNE6WUhc 🎞
#OpenExchange #InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
#OpenExchange #InterSystemsIRIS #DeepSee #Ensemble #HealthConnect #Healthcare #Integration #Interoperability #HL7 #SMS #AWS #Analytics #Cube #VisualTrace
YouTube
HL7 Appointment Scheduling Interactive Demo
→ HL7 and SMS Interoperability Demo: https://youtu.be/04msxC1F-hs → Project on InterSystems Open Exchange: https://openexchange.intersystems.com/package/HL7-...
InterSystemsDev via @like
New App on #OpenExchange: DeepSeeWeb Map – map examples of different regions to render in DeepSeeWeb >> http://ow.ly/2JE350ukVvP
#DeepSee #Caché #Dashboards #MDX
#DeepSee #Caché #Dashboards #MDX
InterSystemsDev via @like
How to Create New #Database, Namespace and Web Application for InterSystems IRIS programmatically >> http://ow.ly/hc5H50uYvv5
#HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
#HowTo #InterSystemsIRIS #IRISforHealth #Caché #DeepSee #ObjectScript #Analytics #WebApplication
InterSystems Developer Community
How to Create New Database, Namespace and Web Application for InterSystems IRIS programmatically
Here is an ObjectScript snippet which lets to create database, namespace and a web application for InterSystems IRIS:
```
set currentNS = $namespace
zn "%SYS"
write "Create DB ...",!
se
```
set currentNS = $namespace
zn "%SYS"
write "Create DB ...",!
se