Hi Christian,
I am relying on the untyped message, however I have tested by casting the
message back to a typed message and I found the same result:
((ca.uhn.hl7v2.model.v231.message.ADT_A01)msg).insertNK1(2);
// ca.uhn.hl7v2.HL7Exception: Invalid index: 2, structure NK1 must be between 0
and 1
As the use of HAPI extends deeper into our work practices, building test cases
has encouraged us to use example message files. Saving them with the package,
and bringing them in as resource streams is the manner we have adopted.
Today I stumbled across the Hl7InputStreamMessageIterator, which l
Hi All
In particular, how do I generate a content like @PID.3^1234567&ABC, which
element should I set a value on. It's not clear to me how to populate QPD.3
segment, for example:
qpd.getQpd3_UserParametersInsuccessivefields() returns a Varies type. How do I
use this Varies to populate the conte
James,
I downloaded the source to take a look. I imported the test panel project
into Eclipse but the dependencies/class path points to JARs and projects
that are not in the repository. I set M2_REPO to the root of the source
tree but that didn't work. Where can I find the required JARs? Below ar
Hi all,
Is there an equivalent page to:
http://hl7api.sourceforge.net/devbyexample.html but which illustrates the
examples using hapi-base-2.0.
More specifically, I am trying to to make unit tests while setting up a
server in the test. However, I have to use hapi-base-2.0 and the following
cannot
hi,
do you rely on working on an untyped message (i.e. AbstractMessage)? In
this case, adding a segment (repetition) can be ambiguous as it is not
clear where in the message the segment should actually be added. Messages
of different types and versions usually have a dedicated structure
definition
What kind of trouble?
How does your code look like?
What do you get compared to what you expect?
cheers
Christian
2013/10/30 Dayu Han
> Hello
>
> I have trouble generating QPD.3 with content like @PID.3^1234567&ABC. Any
> help is greatly appreciated.
>
> Thanks
> Dayu
>
> --
> Dayu Han
> Softw
7 matches
Mail list logo