You cannot post messages because only members can post, and you are not currently a member.
Description:
Community for users of InterSystems Ensemble (TM). Ensemble is a comprehensive platform for rapidly developing, deploying, and monitoring enterprise
application integration solutions. Discussions, Q&A, FAQs, Tutorials, Examples, and Custom Components, all driven by the user community.
|
|
|
New Google Site for document sharing and editing
|
| |
The discussions will remain on this Google Group while the documents
or 'articles' will now be located at this Google Site:
[link]
If you are a member of this Google Group, you can also add/edit
articles on the Google Site.
|
|
FRL Schema
|
| |
Hello,
How can we convert HL7 messages in Fixed Record Length (FRL) messages
and viceversa?
Is there any custom schema that we can create and from there do our
DTL?
I searched for all the discussions related to the FRL subject but I
could not find an answer.
Regards,
Glenda Anaya B.Ing Msc.Inf... more »
|
|
Meaningful Use Question
|
| |
We are evaluating Ensemble but have some concerns around the engine not being modular Meaningful Use certified. Has anyone used Ensemble to certify for MU? How did you do it? Thanks, Jeff G.
|
|
Mapping XML files received from FileAdapter
|
| |
Hi All,
I am guessing that this may be a simple question to answer but it has
got me stumped at the moment, I am planing on receiving XML files via
the File Adapter but I am struggling to figure out how I could then
use these in a transformation.
If for example my XML file was as follows:... more »
|
|
DTL Function Help
|
| |
Hi I have been trying to work through DTL to split source field (a) with value “*AB12345*” into “AB” and 12345 and insert source field (b) value of “XYZ” to make it “ABXYZ12345” and assign the new value to target field, knowing that neither (a) nor (b) is fixed value. Is there DTL function that... more »
|
|
TimeStamp problem
|
| |
I am missing something here, but have tried a few things and can't work out
it.
Essentially, I want an object to persist with "Now" in the Created property.
Class SouthLabs.OrderNumberSet Extends (%Persistent, %XML.Adaptor)
{
Property PlacerOrderNumber As %String(MINLEN = 1);
Property HISSSetCode As %String;... more »
|
|
Ens x12 file operation
|
| |
Ens 2012,1
I added a x12 file operation and doing a Test on it from the ensemble
portal page
I paste the x12 text in Document.Content and specify the doc type to
271_00530:271
and invoke it.All I get as a result is a 1 kb file with just the isa part
in it.
What else should I do here?... more »
|
|
Store and Update HL7 Message Before Sending to Lab System
|
| |
Hi James,
We implemented a similar scheme between iSOFT APEX and Cerner
Millennium PAS.
On the face of it New, Collect, Update, Cancel, Result would seem
quite straight forward, ie: no reflex ordering involved.
I assume you will have the following scenarios:
* "Schedule and Collect"
* "Schedule"... more »
|
|
Calling an embedded function in DTL
|
| |
I know that in a Business Process you can put a method outside of the BPL
XData like so
Class whatever Extends Ens.BusinessProcessBPL etc
{
XData BPL [etc]
{
<process language="..".>
<assign name="test" property="context.test" value="..%Process.Hello()">
</assign>
</process>
...... more »
|
|
XML Projection Question
|
| |
Hi,
I have a complex class:
Property ReportIdentifier As GGC.Schemas.gen29.IDVALUETYPE( XMLNAME =
"ReportIdentifier") [ Required ];
/// Date of report
Property ReportDate As %Date(XMLNAME = "ReportDate") [ Required ];
/// Time of report
Property ReportTime As %Time(XMLNAME = "ReportTime");... more »
|
|
|