001package ca.uhn.hl7v2.hoh.encoder;
002
003public enum TransferEncoding {
004
005        CHUNKED
006
007}