|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.goldenhammer.dicom.UIDPrefixes
Returns the UID prefix strings for modality vendors.
Method Summary | |
static UIDPrefixes |
getInstance()
Returns the unique instance of this class. |
java.lang.String |
getUIDPrefix(java.lang.String vendor)
Returns the appropriate UID Prefix for the specified vendor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UIDPrefixes getInstance() throws java.io.IOException
java.io.IOException
- if an error occurs during creation of the instancepublic java.lang.String getUIDPrefix(java.lang.String vendor)
null
is returned.
vendor
- the name of the vendor (case-insensitive)
null
if none is defined
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |