Hi everyone,

I am new to HAPI and HL7.
The <QRD.11> originally comes with two fields/components to
specify the a value range to narrow down the query.
Example:

<QRD.11>
     <CM_VR.1></CM_VR.1>
     <CM_VR.2></CM_VR.2>
</QRD.11>

What I would like to do is to add a third field into
it using java (HAPI of course) so it will look like
the following.

<QRD.11>
     <CM_VR.1></CM_VR.1>
     <CM_VR.2></CM_VR.2>
     <CM_VR.3></CM_VR.3>
</QRD.11>

During my many attempts, I found out that it would be
much easier to add another <QRD.11> to specify the
third criteria. As follows:

<QRD.11>
     <CM_VR.1></CM_VR.1>
     <CM_VR.2></CM_VR.2>
</QRD.11>
<QRD.11>
     <CM_VR.1></CM_VR.1>
</QRD.11>


But, I cannot implement that way according to the
interface definition of the server side.

So, please kindly guide me through this if anyone knows about it.
Thanks, in advance.

Sincerely,
Kyaw
-- 
View this message in context: 
http://www.nabble.com/How-to-add-extra-component-tp17144888p17144888.html
Sent from the hl7api-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Hl7api-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to