public class SOPClassDescriptions extends Object
A class of static methods to provide a means of describing SOP Classes with abbreviations and hman-readable descriptions.
Modifier and Type | Method and Description |
---|---|
static String |
getAbbreviationFromUID(String sopClassUID) |
static String |
getDescriptionFromUID(String sopClassUID) |
static String |
getKeywordFromUID(String sopClassUID) |
static String |
getUIDFromKeyword(String keyword) |
static void |
main(String[] arg)
Unit test.
|
public static String getAbbreviationFromUID(String sopClassUID)
sopClassUID
- UID of the SOP Class, as a String without trailing zero paddingpublic static String getDescriptionFromUID(String sopClassUID)
sopClassUID
- UID of the SOP Class, as a String without trailing zero paddingpublic static String getKeywordFromUID(String sopClassUID)
sopClassUID
- UID of the SOP Class, as a String without trailing zero paddingpublic static String getUIDFromKeyword(String keyword)
keyword
- keyword for the SOP Classpublic static void main(String[] arg)
Unit test.
arg
- ignored