|
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
public static interface HL7Field.FieldFormatter
Defines the interface for formatting simple field values before sending and after receiving.
| Method Summary | |
|---|---|
java.lang.String |
formatValue(java.lang.String value,
HL7MessageConfiguration config,
java.lang.String fieldType)
Called by the toolkit to format the value of a field before sending. |
java.lang.String |
unFormatValue(java.lang.String value,
HL7MessageConfiguration config,
java.lang.String fieldType)
Called by the toolkit to remove formatting from the received value of a simple field. |
| Method Detail |
|---|
java.lang.String formatValue(java.lang.String value,
HL7MessageConfiguration config,
java.lang.String fieldType)
value - The value of the field to be formatted,config - The configuration object containing separators.fieldType - The type of the field.
java.lang.String unFormatValue(java.lang.String value,
HL7MessageConfiguration config,
java.lang.String fieldType)
value - The received value.config - The configuration object containing separators.fieldType - The type of the field.
|
Copyright © 2010 Merge Healthcare Inc. All Rights Reserved. | ||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||