|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.TransferSyntaxFromName
public class TransferSyntaxFromName
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 |
|---|
protected static Map map
| Method Detail |
|---|
public static String getUID(String name)
Get the Transfer Syntax UID from the name.
name - a string name of the transfer syntax
public static void main(String[] arg)
Test.
arg - none
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||