go to post Michel Bruyère · Oct 12, 2021 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 Michel Bruyère · Oct 7, 2021 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 Michel Bruyère · Oct 6, 2021 Strange, the %IO class belongs to our production/development namespace. We use 'Cache for Windows 2018.1.4'.
go to post Michel Bruyère · Oct 6, 2021 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 Michel Bruyère · Oct 5, 2021 Thanks.I will use : &SQL(SELECT Category INTO :itemCat FROM Ens_Config.Item WHERE Name=:%Ensemble("ConfigName"))
go to post Michel Bruyère · Oct 1, 2021 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 Michel Bruyère · Oct 1, 2021 Currently I can find out with this SQL query : Select CategoryFrom Ens_Config.ItemWhere ClassName Like 'citadelle.labo.bs.FileXmlTransLaboIn%' I would like to do this using the existing classes of 'Ens' or 'EnsLib'.