public class MCutil
extends java.lang.Object
Constructor and Description |
---|
MCutil() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map.Entry<java.lang.Integer,java.lang.String> |
getDicomKeyword(java.lang.String str)
Gets
Map.Entry with DICOM tag and DICOM keyword for given String |
static java.lang.String |
getResourceAsString(java.lang.Class klass,
java.lang.String name)
Find a resource with a given name associated with a given class.
|
public static java.util.Map.Entry<java.lang.Integer,java.lang.String> getDicomKeyword(java.lang.String str)
Map.Entry
with DICOM tag and DICOM keyword for given String
str
- String
, might be DICOM tag or keywordMap.Entry
with DICOM tag and DICOM keyword or nullpublic static java.lang.String getResourceAsString(java.lang.Class klass, java.lang.String name)
klass
- - The class with which the desired resource is associated.name
- - The name of the desired resource