The class can be ' citadelle.labo.bs.FileXmlTransLaboIn' in COS.
In case of a problem, an email is sent to the IT cell and currently, the category is a parameter of the connector.
Sample code (in French) :
SET msg.Body = msg.Body_"<br/><u>Infos pour le service EAI</u> :<br/>Le connecteur de 'Service' en charge de cette tâche est répertorié dans la catégorie '"_.."Catégorie"_"'.<br/>"SET msg.Body = msg.Body_"Il se dénomme '"_..%ClassName()_"' et le package/classe : '"_$CLASSNAME()_"'.<br/><br/>"
go to post
go to post
If request is 'request As EnsLib.HL7.Message' then request.DocType.
go to post
go to post
When you use 'Studio', you are recognised like an administrator (nt authority\system) and not a local user.
Don't use $ZF(-1) : $ZF(-1) is a deprecated function. All new code development should use $ZF(-100).
What about your python with the new recommendation?
go to post
Role control seems to me the most logical solution.
That is his goal!
go to post
Your goal is to check the syntax of Sql?
go to post
I’m not sure I understand your request correctly.
But 'FindInFilesRegex' exists.
go to post
I use 'Cache for Windows 2018.1.4'.
The 'SetTraceMask' method of '%Net.SSH.Session' does not seem to exist: it is not in my documentation, nor proposed when encoding in VS.
Although in the console, it is accepted?!?
go to post
You can manipulate object.city, for example like a string :
go to post
If the string variable 'stra' contains the XData bloc.
$E(stra,$F(stra,"<p>"),$F(stra,"</p>")-5)
The tags '<p>' and '</p>' must be in lowercase.
go to post
If this change is to be made in a multitude of classes, I advise writing a computer program that will perform this task.
But is it necessary to do it?
go to post
s=9999999999999999999
go to post
The '%FromJSON' class is only available in IRIS ?
.png)
go to post
I see 'Multi-Line Options'.
What can we specify ? I guess it's related to CR and/or LF. Try it with the different options.
go to post
Does the field 'MRSUB_Desc' accept ‘multilines’?
go to post
Strange, the %IO class belongs to our production/development namespace.
We use 'Cache for Windows 2018.1.4'.
go to post
The idea being that we would than implement an OnDelete that would remove the file when the HL7 message is purged.
When and how will the HL7 message be purged ? Shell batch ?
go to post
Thanks.
I will use :
&SQL(SELECT Category INTO :itemCat FROM Ens_Config.Item WHERE Name=:%Ensemble("ConfigName"))
go to post
The class can be ' citadelle.labo.bs.FileXmlTransLaboIn ' in COS.
In case of a problem, an email is sent to the IT cell and currently, the category is a parameter of the connector.
Sample code (in French) :
SET msg.Body = msg.Body_"<br/><u>Infos pour le service EAI</u> :<br/>Le connecteur de 'Service' en charge de cette tâche est répertorié dans la catégorie '"_.."Catégorie"_"'.<br/>" SET msg.Body = msg.Body_"Il se dénomme '"_..%ClassName()_"' et le package/classe : '"_$CLASSNAME()_"'.<br/><br/>"
I want to stop using this parameter.
go to post
Currently I can find out with this SQL query :
Select Category
From Ens_Config.Item
Where ClassName Like 'citadelle.labo.bs.FileXmlTransLaboIn%'
I would like to do this using the existing classes of 'Ens' or 'EnsLib'.