Evgeny Shvarov · Mar 24, 2023 go to post

Thanks @Julian.Matthews7786 ! Very important! Do you have any sample app that demonstrates the approach?

Evgeny Shvarov · Mar 24, 2023 go to post

If you go with IPM+Git-source-control you can use wildcards as "MyApp.PKG" which will consider included all the classes in MyApp class package.

Evgeny Shvarov · Mar 24, 2023 go to post

Yay!

This time you can develop the solution for the contest in ANY language that understands SQL!

Python, java, .NET, js, C++, Rust, Go, ObjectScript - anything!

Looking forward!

Evgeny Shvarov · Mar 20, 2023 go to post

Hi @water huang . I notice you use a dot syntax to work with stack levels. ObjectScript has {} for this purpose which seems much more effective.

Evgeny Shvarov · Mar 18, 2023 go to post

Great instruction, Anastasia!

Maybe we could add a new(sic!) button into editor that will expect Youtube URL and will transform it into the embedded form and insert the fragment into the post?

Sounds easier than several operations?

Evgeny Shvarov · Mar 14, 2023 go to post

Hi @Jordan Everett !

You can debug in terminal using ZBreak And Break commands.

E.g. insert in the ObjectScript code a new line where you need to step-by-step debugging:

Break "L"

which means turn on interactive terminal debugging with line-by-line mode

and use "go" command to run the line of code.

Evgeny Shvarov · Mar 10, 2023 go to post

Also IPM enabled images are available.

you can use

FROM=intersystemsdc/iris-community:preview

to get the latest 2023.1 preview build with IPM onboard.

Evgeny Shvarov · Mar 2, 2023 go to post

Thanks @Muhammad Waseem !

I know about FHIR schema json opportunity and use it too.

But what I'm talking about here in this question is revealed in this video. 

Besides Patient resource we can submit "StructureDefinition" resource (listed above in a spoiler), which introduces constraints in the FHIR standard in this particular FHIR server I'm working with.

And the second example above is the Patient resource with this profile in meta section which FHIR server should use to "fire" constraints. But it doesn't.

@Patrick Jamieson , could you please help here?
 

Evgeny Shvarov · Mar 2, 2023 go to post

I like 'helper mode' in post creation. I expect it is "On" when member contributes for the first time?

Evgeny Shvarov · Mar 2, 2023 go to post

BTW, I like the method creating database via SQL command "CREATE DATABASE".

The only difference with the manual creation via Management Portal or via %Installer that in this case the default /csp/namespace application is not being introduced. 

Evgeny Shvarov · Mar 2, 2023 go to post

Hi @Heloisa Paiva !

Great article!

Titles a little confuse me:

First title states "Create Namespace",

but in fact with "CREATE DATABASE DATABASE_NAME" both namespace and database are being created.

Second title says" Create Database", where you says how to create a table inside the database, right?