net.ihe.gazelle.proxy.dicom
Class TxtInputHandler
java.lang.Object
net.ihe.gazelle.proxy.dicom.TxtInputHandler
- All Implemented Interfaces:
- org.dcm4che2.io.DicomInputHandler
public class TxtInputHandler
- extends Object
- implements org.dcm4che2.io.DicomInputHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TxtInputHandler
public TxtInputHandler(BufferedWriter writer)
isWithNames
public boolean isWithNames()
setWithNames
public void setWithNames(boolean withNames)
getMaxWidth
public int getMaxWidth()
setMaxWidth
public void setMaxWidth(int maxWidth)
getMaxValLen
public int getMaxValLen()
setMaxValLen
public void setMaxValLen(int maxValLen)
readValue
public boolean readValue(org.dcm4che2.io.DicomInputStream in)
throws IOException
- Specified by:
readValue
in interface org.dcm4che2.io.DicomInputHandler
- Throws:
IOException
Copyright © 2012 JBoss. All Rights Reserved.