public interface IDelimiter
| Modifier and Type | Method and Description |
|---|---|
char |
getComponentSeparator()
Retrieves Component Separator.
|
char |
getEscapeCharacter()
Retrieves Escape character.
|
char |
getFieldSeparator()
Retrieves field separator.
|
char |
getRepetitionSeparator()
Retrieves Repetition separator.
|
char |
getSubComponentSeparator()
Retrieves sub-component separator.
|
char |
getTruncationCharacter()
Retrieves truncation Character.
|
int |
readDelimiters(java.lang.String strEncodingChars)
Read delimiters from string.
|
int |
writeDelimiters(IHL7Stream objIHL7Stream)
Writes the Encoding characters field.
|
char getComponentSeparator()
char getEscapeCharacter()
char getFieldSeparator()
char getRepetitionSeparator()
char getSubComponentSeparator()
char getTruncationCharacter()
int writeDelimiters(IHL7Stream objIHL7Stream) throws java.io.IOException
objIHL7Stream - Object of HL7Stream.java.io.IOExceptionint readDelimiters(java.lang.String strEncodingChars)
strEncodingChars - String of encoding characters