| Package | Description | 
|---|---|
| org.dcm4che3.hl7 | 
 This package is part of the Maven module dcm4che-hl7. 
 | 
| org.dcm4che3.net.hl7 | 
 This package is located in the Maven module dcm4che3-net-hl7. 
 | 
| org.dcm4che3.net.hl7.service | 
 This package is located in the Maven module dcm4che-net-hl7. 
 | 
| org.dcm4che3.tool.hl7rcv | 
 HL7 v2.x Receiver. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HL7Segment | 
HL7Message.getSegment(String name)  | 
static HL7Segment | 
HL7Segment.makeMSH()  | 
static HL7Segment | 
HL7Segment.makeMSH(int size,
       char fieldSeparator,
       String encodingCharacters)  | 
(package private) static HL7Segment | 
HL7Segment.parse(byte[] b,
     int size,
     ParsePosition pos,
     char fieldSeparator,
     String encodingCharacters,
     String charsetName)  | 
static HL7Segment | 
HL7Segment.parseMSH(byte[] b,
        int size)  | 
static HL7Segment | 
HL7Segment.parseMSH(byte[] b,
        int size,
        ParsePosition pos)  | 
| Modifier and Type | Method and Description | 
|---|---|
static HL7Message | 
HL7Message.makeACK(HL7Segment msh,
       String ackCode,
       String text)  | 
| Modifier and Type | Method and Description | 
|---|---|
(package private) byte[] | 
HL7Application.onMessage(Connection conn,
         Socket s,
         HL7Segment msh,
         byte[] msg,
         int off,
         int len,
         int mshlen)  | 
byte[] | 
HL7MessageListener.onMessage(HL7Application hl7App,
         Connection conn,
         Socket s,
         HL7Segment msh,
         byte[] msg,
         int off,
         int len,
         int mshlen)  | 
byte[] | 
DefaultHL7MessageListener.onMessage(HL7Application hl7App,
         Connection conn,
         Socket s,
         HL7Segment msh,
         byte[] msg,
         int off,
         int len,
         int mshlen)  | 
(package private) byte[] | 
HL7DeviceExtension.onMessage(HL7Segment msh,
         byte[] msg,
         int off,
         int len,
         int mshlen,
         Connection conn,
         Socket s)  | 
| Modifier and Type | Method and Description | 
|---|---|
byte[] | 
HL7ServiceRegistry.onMessage(HL7Application hl7App,
         Connection conn,
         Socket s,
         HL7Segment msh,
         byte[] msg,
         int off,
         int len,
         int mshlen)  | 
| Modifier and Type | Method and Description | 
|---|---|
private byte[] | 
HL7Rcv.onMessage(HL7Segment msh,
         byte[] msg,
         int off,
         int len)  | 
private byte[] | 
HL7Rcv.xslt(HL7Segment msh,
    byte[] msg,
    int off,
    int len)  | 
Copyright © 2017 dcm4che.org. All rights reserved.