Hi all.

Please help me!

I need fill data standart message RTB_K13 and get something like this:

MSH|^~\&|MPI|GenHosp|PCR||199811201400‐0800||RTB^Z92^RTB_K13|8699|P|2.7|||||||| 
MSA|AA|8699| 
QAK|Q0009|OK|Z91^WhoAmI^HL7nnnn|1| 
QPD|Z91^WhoAmI^HL7nnnn|Q0009|555444222111^^MPI^MR 
RDF|PatientList^CX^20~PatientName^XPN^48~Mother'sMaidenName^XPN^48~DOB^DTM^24~Se
x^IS^1~Race
^CWE^80| 
RDT|555444222111^^^MPI^MR|Everyman^Adam||19600614|M|| 


I have simple code and my problem with segment RDT. How can i fill it? 

...
RTB_K13_ROW_DEFINITION rowDef = rtb_q12.getROW_DEFINITION();
...
//fill RDF
...
//fill RDT
for (int i = 0; i < myData.size(); i++) {
    rowDef.getRDT(i).getColumnValue().setData(????)
}

What to write to get this result in RDT segment? :
RDT|555444222111^^^MPI^MR|Everyman^Adam||19600614|M|| 

Thanks for all and sorry for my stupid question and bad english!


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Hl7api-devel mailing list
Hl7api-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hl7api-devel

Reply via email to