InterSystemsDev via @like
  
  InterSystemsDev via @like
  
Atelier at EclipseCon France 2018 #Events #EclipseCon #DevelopmentEnvironment #Atelier #Eclipse 
https://community.intersystems.com/post/atelier-eclipsecon-france-2018
  https://community.intersystems.com/post/atelier-eclipsecon-france-2018
InterSystemsDev via @like
What Object Script command can write KILLdes journal records? #Caché #Journaling #Globals #Interoperability
https://community.intersystems.com/post/what-object-script-command-can-write-killdes-journal-records
  
  https://community.intersystems.com/post/what-object-script-command-can-write-killdes-journal-records
InterSystems Developer Community
  
  What Object Script command can write KILLdes journal records?
  I'm working on a task where I need to apply journal file records to another database. I can't use Journal.Restore class methods as I need to perform some data transformation, there
  InterSystemsDev via @like
One simple Docker trick to halve your image build time #InterSystemsIRIS #Containerization #Docker 
https://community.intersystems.com/post/one-simple-docker-trick-halve-your-image-build-time
  
  https://community.intersystems.com/post/one-simple-docker-trick-halve-your-image-build-time
InterSystems Developer Community
  
  One simple Docker trick to halve your image build time
  When starting with containers and docker it's important to remember to set correct storage driver value. InterSystems IRIS container supports devicemapper storage driver on Linux and it can be used in
  InterSystemsDev via @like
How to add an underscore to WebMethod name? #HowTo #WebServices
https://community.intersystems.com/post/how-add-underscore-webmethod-name
  
  https://community.intersystems.com/post/how-add-underscore-webmethod-name
InterSystems Developer Community
  
  How to add an underscore to WebMethod name
  Hi, guys,One of my clients was required by the hospital to name their webservice operation as Action_Subject, ie. Get_PatientInfoWhen I define the web method as "Get_PatientInfo" as below,/// MyApp.My
  InterSystemsDev via @like
How to reset storage definition in Atelier? #HowTo #DevelopmentEnvironment #Atelier
https://community.intersystems.com/post/how-do-you-reset-storage-definition-atelier
  
  https://community.intersystems.com/post/how-do-you-reset-storage-definition-atelier
InterSystems Developer Community
  
  How do you reset storage definition in Atelier?
  I'm just getting started with Atelier and HealthShare. I created a persistent class, then realized I didn't want it. There is information in help about resetting storage definitions, where you use 'de
  InterSystemsDev via @like
🎞 New Webinar: Introducing InterSystems Cloud Manager #Webinar #Cloud #CloudManager
https://youtu.be/QhDwfS9x1zo
  
  https://youtu.be/QhDwfS9x1zo
YouTube
  
  Introducing InterSystems Cloud Manager
  When you hear people talk about moving their applications to the cloud, are you unsure what exactly they mean? Do you want a solution to migrating your local...
  InterSystemsDev via @like
$CASE For Long Stories #ObjectScript #CodeSnippet
https://community.intersystems.com/post/case-long-stories
  
  https://community.intersystems.com/post/case-long-stories
InterSystems Developer Community
  
  $CASE For Long Stories
  Hi, Community!$CASE is a fine syntax sugar for "Ifs" with one-line/one-word expressions, like in docs: 
SET daynum=$ZDATE($HOROLOG,10)
WRITE $CASE(daynum,
1:"Monday",2:"Tuesday"
  SET daynum=$ZDATE($HOROLOG,10)
WRITE $CASE(daynum,
1:"Monday",2:"Tuesday"
InterSystemsDev via @like
  
📢 Take part in the International Summer School in Russia! #InterSystems #Events #SummerSchool
https://community.intersystems.com/post/join-international-summer-school
  https://community.intersystems.com/post/join-international-summer-school
InterSystemsDev via @like
  
📣 Join InterSystems on DeveloperWeek in NYC, June 18-20 #InterSystems #Events #DeveloperWeekNY
https://community.intersystems.com/post/intersystems-developerweek-nyc-june-18-20
  https://community.intersystems.com/post/intersystems-developerweek-nyc-june-18-20
InterSystemsDev via @like
Atelier 1.2 Stable Release #Atelier #Eclipse #DevelopmentEnvironment #Releases 
https://community.intersystems.com/post/atelier-12-stable-release
  
  https://community.intersystems.com/post/atelier-12-stable-release
InterSystems Developer Community
  
  Atelier 1.2 Stable Release
  The Stable channel has been updated to 1.2.119. This build contains all of the new features and enhancements the 1.2.118 beta build has as well as a number of bug fixes. Additionally, we have document
  InterSystemsDev via @like
  
📢 (Webinar June 22) It's Just Machine Learning, Not Quantum Physics! #Webinar #Events #InterSystemsIRIS
http://ow.ly/SiSs30kykbA
  http://ow.ly/SiSs30kykbA
InterSystemsDev via @like
Datatype class for global reference #CachéObjects #DataType #Globals
https://community.intersystems.com/post/datatype-class-global-reference
  
  https://community.intersystems.com/post/datatype-class-global-reference
InterSystems Developer Community
  
  Datatype class for global reference
  Is there a datatype class with validation for global references? I can't find one in a brief scan of the documentation / class reference.
  InterSystemsDev via @like
Display Global sizes using DeepSee KPI, a little contribution to SYSMON Dashboards project #Analytics #DeepSee #KPI #Monitoring #Globals
https://community.intersystems.com/post/display-global-sizes-using-deepsee-kpi-little-contribution-sysmon-dashboards-project
  
  https://community.intersystems.com/post/display-global-sizes-using-deepsee-kpi-little-contribution-sysmon-dashboards-project
InterSystems Developer Community
  
  Display Global sizes using DeepSee KPI, a little contribution to SYSMON Dashboards project
  I was approached recently by and end use who wanted to perform analysis of their databases and see how they could save some space by picking data good for deletion without harming the application. As
  InterSystemsDev via @like
Extending method keywords #Compiler #Studio
https://community.intersystems.com/post/extending-method-keywords
  
  https://community.intersystems.com/post/extending-method-keywords
InterSystems Developer Community
  
  Extending method keywords
  Hi community!Is there any way to create new method keywords?For example: 
ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
 
 
Another doubt (maybe another topic)How can I g
  ClassMethod TestOne() [ MyKeyword = MyValue ]
{
// Implementation
}
Another doubt (maybe another topic)How can I g
InterSystemsDev via @like
How to splice a segment with a DTL? (in a BPL) #HowTo #Ensemble #HealthShare #HL7 #Interoperability
https://community.intersystems.com/post/how-splice-segment-dtl-bpl
  
  https://community.intersystems.com/post/how-splice-segment-dtl-bpl
InterSystems Developer Community
  
  How to splice a segment with a DTL? (in a BPL)
  Hi, I want to splice a PID segement returned from a query, so I can use it in a DTL: I n
  InterSystemsDev via @like
🎞 New Video: Treating Patients with REST and iKnow #InterSystems #iKnow #RESTServices #Video
https://youtu.be/HDTij5GS_qQ
  
  https://youtu.be/HDTij5GS_qQ
YouTube
  
  Treating Patients with REST and iKnow
  Task: Leverage unstructured data through iKnow’s REST APIs and other productivity-enhancing capabilities. Approach: Highlight a real-world deployment from Ne...
  InterSystemsDev via @like
Extending and compiling with XMLEnable issue #CachéObjects #XML #Compiler
https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
  
  https://community.intersystems.com/post/extending-and-compiling-xmlenable-issue
InterSystems Developer Community
  
  Extending and compiling with XMLEnable issue
  Hello All,I hope it's not a silly question. Here is my issue:I have 3 simple classes:Parent class, let's say:Class ParentClass Extends %RegisteredObject{ Property a As %String;} and two
  InterSystemsDev via @like
How to navigate to parent of Serial Object? #HowTo #CachéObjects #DataModel #ObjectScript #SQL
https://community.intersystems.com/post/how-navigate-parent-serial-object
  
  https://community.intersystems.com/post/how-navigate-parent-serial-object
InterSystems Developer Community
  
  How to navigate to parent of Serial Object?
  I have a serial object:Class EmbedObj Extends %SerialObjectwhich is stored as a  property of another objectClass ContainerObj Extends %PersistentProperty InnerObj As EmbedObj;Property Foobar
  InterSystemsDev via @like
Access the setting values within Business Process #BPL #Interoperability
https://community.intersystems.com/post/access-setting-values-within-bp
  
  https://community.intersystems.com/post/access-setting-values-within-bp
InterSystems Developer Community
  
  Access the setting values within BP
  Hello,I need to access the value of a setting I created (ex: name_BO) within the logic of my BP. 
Property name_BO As %String(MAXLEN = "");
 
/// Additional Settings
Parameter SETTINGS = "name_BO:B
  Property name_BO As %String(MAXLEN = "");
/// Additional Settings
Parameter SETTINGS = "name_BO:B
InterSystemsDev via @like
"IF THEN - $SELECT - $CASE" – What is the best way? #Caché #CodingGuidelines
https://community.intersystems.com/post/if-then-select-case-what-best-way
  
  https://community.intersystems.com/post/if-then-select-case-what-best-way
InterSystems Developer Community
  
  "IF THEN - $SELECT - $CASE" - What is the best way?
  Hi all,I'm wonder what could be the best way convert the sentence "Switch" C# into Cache code. 
int caseSwitch = 1;
 
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b
  int caseSwitch = 1;
switch (caseSwitch)
{
case 1:
Console.WriteLine("Case 1");
b