|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.SOPClassDescriptions
public class SOPClassDescriptions
A class of static methods to provide a means of describing SOP Classes with abbreviations and hman-readable descriptions.
| Method Summary | |
|---|---|
static String |
getAbbreviationFromUID(String sopClassUID)
|
static String |
getDescriptionFromUID(String sopClassUID)
|
static void |
main(String[] arg)
Unit test. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getAbbreviationFromUID(String sopClassUID)
sopClassUID - UID of the SOP Class, as a String without trailing zero padding
public static String getDescriptionFromUID(String sopClassUID)
sopClassUID - UID of the SOP Class, as a String without trailing zero padding
public static void main(String[] arg)
Unit test.
arg - ignored
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||