Interface Hl7TranslatorV2toV3
-
- All Known Implementing Classes:
AbstractHl7TranslatorV2toV3
,PdqResponse2to3Translator
,PixFeedAck2to3Translator
,PixFeedRequest2to3Translator
,PixQueryResponse2to3Translator
,PixUpdateNotification2to3Translator
public interface Hl7TranslatorV2toV3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
postprocess(Message msg, MarkupBuilder builder)
String
translateV2toV3(Message messageV2, String initialV3, String charset)
-