| ca.uhn.hl7v2.app.HL7FileMsgCorrector | Line |
|---|
| Auto-generated constructor stub | 35 |
| Auto-generated catch block | 69 |
| ca.uhn.hl7v2.app.HL7ServerTestHelper | Line |
|---|
| look into this, the HL7Server should perform better. JMS integration should fix this. | 151 |
| this code is copied from HAPI ... should make it part of HAPI public API instead Removes C and C++ style comments from a reader stream. C style comments are distinguished from URL protocol delimiters by the preceding colon in the latter. | 321 |
| ca.uhn.hl7v2.preparser.XML | Line |
|---|
| functional stylee (a la C++'s std::accumulate) ? | 190 |
| remove! or assert | 399 |
| remove. | 433 |
| ca.uhn.hl7v2.protocol.impl.AcceptAcknowledger | Line |
|---|
| when 2.5 is available, use 2.5 fields for remaining problems | 84 |
| ca.uhn.hl7v2.protocol.impl.ProcessorImpl | Line |
|---|
| write a MLLPTransport with non-blocking IO | 74 |
| reconnect transport layers on error and retry | 75 |
| make configurable | 310 |
| ca.uhn.hl7v2.util.Hl7InputStreamReader | Line |
|---|
| this code is copied from HAPI ... should make it part of HAPI public API instead Removes C and C++ style comments from a reader stream. C style comments are distinguished from URL protocol delimiters by the preceding colon in the latter. | 124 |
| ca.uhn.hl7v2.util.MessageQuery | Line |
|---|
| could support distinct easily by keeping record of rows and comparing each one to previous rows | 99 |
| this will do for now but it should really be evaluated like an expression rather than a list | 145 |
| if we aren't allowing empties in this loop, and have no value, we want to return the null in the super-loop. However, we don't know which loop point, if any, is the super-loop. If it was the next one we could do this ... if (i > 0 && myMaxNumEmpty[i] == 0 && myMaxNumEmpty[i-1] > 0 && myIndices[i-1] == 0) { myIndices[i-1] = -1; } ... but it may not be, so we'll ignore this problem for now. | 491 |