public class TransferSyntaxFromName extends Object
A class to lookup the DICOM Transfer Syntax UID from a string name.
protected static Map map
public static String getUID(String name)
Get the Transfer Syntax UID from the name.
name
- a string name of the transfer syntaxpublic static void main(String[] arg)
Test.
arg
- none