ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Search

 Search found 72 matches
Author Message
  Topic: Inserting the current HL7 date and time in the mapping node
jrsetters

Replies: 8
Views: 6288

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 21, 2013 8:36 am   Subject: Inserting the current HL7 date and time in the mapping node
Thank you. That is good to know since an HL7 current time stamp is a pretty standard HL7 messaging necessity. Usually it will be in the source message, but when it is not we need to build it.

I ...
  Topic: Inserting the current HL7 date and time in the mapping node
jrsetters

Replies: 8
Views: 6288

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 21, 2013 6:47 am   Subject: Inserting the current HL7 date and time in the mapping node
I am not justifying our operational decisions to you. The question was a simple one. Your answers are as argumentative and as unhelpful as ever. Thanks all the same.
  Topic: Inserting the current HL7 date and time in the mapping node
jrsetters

Replies: 8
Views: 6288

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 21, 2013 6:41 am   Subject: Inserting the current HL7 date and time in the mapping node
I do not want to call a custom eSQL if the same result can be achieved using the built in functions in the Mapping Node.

We're on 7.
  Topic: Inserting the current HL7 date and time in the mapping node
jrsetters

Replies: 8
Views: 6288

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Aug 21, 2013 6:21 am   Subject: Inserting the current HL7 date and time in the mapping node
I need to add the current date time in HL7 format to a field in a message map (MRM:HL7).

The format needs to be: YYYYMMDDHHMMSS

I can do this using fn:concat and a series of substrings.
eg: f ...
  Topic: I have been asked to evaluate environments inside of a flow
jrsetters

Replies: 2
Views: 2077

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 11, 2013 12:08 pm   Subject: I have been asked to evaluate environments inside of a flow
By 'environment' here I mean the organization's view of what is 'TEST or 'PROD' and so forth.

My organization wants me to investigate a couple of things:

1) Evaluate an environment indicator in ...
  Topic: Selectively start msg flows in an execution group
jrsetters

Replies: 4
Views: 2271

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 10, 2013 12:29 pm   Subject: Selectively start msg flows in an execution group
Use mqsicommands and configure EGs and flows/apps to start in disabled state, and then start them in "the correct" order.

This actually sounds ideal. If we can configure the execution gr ...
  Topic: Selectively start msg flows in an execution group
jrsetters

Replies: 4
Views: 2271

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 10, 2013 10:32 am   Subject: Selectively start msg flows in an execution group
Thank you. I feared this was the case. We are mostly concerned with certain unlikely fail over scenarios where we would want our external systems to receive patient administration messages before rece ...
  Topic: Selectively start msg flows in an execution group
jrsetters

Replies: 4
Views: 2271

PostForum: WebSphere Message Broker (ACE) Support   Posted: Mon Jun 10, 2013 10:24 am   Subject: Selectively start msg flows in an execution group
In the case that an execution group was stopped while all flows were running, can they be brought back up selectively so that the flows come up in a particular order? Typically it seems like restarti ...
  Topic: What is the preferred method for handling translation tables
jrsetters

Replies: 3
Views: 2472

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Jun 04, 2013 7:03 am   Subject: What is the preferred method for handling translation tables
We have a number of message flows that depend on translation tables for data manipulation either in eSQL or mapping nodes. Currently we handle this in the message flow, which is less than ideal becau ...
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Thu Feb 28, 2013 8:22 am   Subject: I need some help with the syntax for a CARDINALITY array
Cool.

Lots of our production flows have "unresolvable field reference" warnings

I learn something new every year.
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 27, 2013 10:18 am   Subject: I need some help with the syntax for a CARDINALITY array
Does the flow deploy and run with the warnings but just not perform the desired action ?
Or do you get a deploy error ?

It worked fine deployed with the warnings, go figure.
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Wed Feb 27, 2013 5:54 am   Subject: I need some help with the syntax for a CARDINALITY array
Now that we have established how incompetent I am, does anyone have any ideas about why I can't build an array off of the MRM set using the individual field in quotes?
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 26, 2013 12:55 pm   Subject: I need some help with the syntax for a CARDINALITY array
This has to do with a need to discard any messages where that particular patient ID is below a certain number.

There are a couple of sloppier ways I could do it such as using a mapping node first ...
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 26, 2013 12:41 pm   Subject: I need some help with the syntax for a CARDINALITY array
Well my problem is that none of the SET or SELECT statements will take an array indicator. I feel like it has something to do with the message element being in quotes. But if I remove the quotes, I ...
  Topic: I need some help with the syntax for a CARDINALITY array
jrsetters

Replies: 16
Views: 8101

PostForum: WebSphere Message Broker (ACE) Support   Posted: Tue Feb 26, 2013 12:13 pm   Subject: I need some help with the syntax for a CARDINALITY array
Why not use a SELECT?

Something like this?

SET PID = SELECT InputRoot.MRM.hl7:PID.hl7:"PID.3.PatientIdentifierList".hl7:"CX.1"
FROM InputRoot.MRM.hl ...
Goto page 1, 2, 3, 4, 5  Next Page 1 of 5

Jump to:  
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.