com.pixelmed.dicom
Class TransferSyntaxFromName

java.lang.Object
  extended by com.pixelmed.dicom.TransferSyntaxFromName

public class TransferSyntaxFromName
extends Object

A class to lookup the DICOM Transfer Syntax UID from a string name.


Field Summary
protected static Map map
           
 
Method Summary
static String getUID(String name)
          Get the Transfer Syntax UID from the name.
static void main(String[] arg)
          Test.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

map

protected static Map map
Method Detail

getUID

public static String getUID(String name)

Get the Transfer Syntax UID from the name.

Parameters:
name - a string name of the transfer syntax
Returns:
the UID if found, else the supplied argument if of UID form, else null

main

public static void main(String[] arg)

Test.

Parameters:
arg - none