public abstract class ElementDictionary extends Object
Modifier and Type | Field and Description |
---|---|
private static ServiceLoader<ElementDictionary> |
loader |
private String |
privateCreator |
private Class<?> |
tagClass |
Modifier | Constructor and Description |
---|---|
protected |
ElementDictionary(String privateCreator,
Class<?> tagClass) |
Modifier and Type | Method and Description |
---|---|
int |
daTagOf(int tmTag) |
static ElementDictionary |
getElementDictionary(String privateCreator) |
String |
getPrivateCreator() |
static ElementDictionary |
getStandardElementDictionary() |
Class<?> |
getTagClass() |
abstract String |
keywordOf(int tag) |
static String |
keywordOf(int tag,
String privateCreator) |
static void |
reload() |
int |
tagForKeyword(String keyword) |
static int |
tagForKeyword(String keyword,
String privateCreatorID) |
int |
tmTagOf(int daTag) |
abstract VR |
vrOf(int tag) |
static VR |
vrOf(int tag,
String privateCreator) |
private static final ServiceLoader<ElementDictionary> loader
private final String privateCreator
protected ElementDictionary(String privateCreator, Class<?> tagClass)
public static ElementDictionary getStandardElementDictionary()
public static ElementDictionary getElementDictionary(String privateCreator)
public static void reload()
public static int tagForKeyword(String keyword, String privateCreatorID)
public final String getPrivateCreator()
public Class<?> getTagClass()
public int tmTagOf(int daTag)
public int daTagOf(int tmTag)
public int tagForKeyword(String keyword)
Copyright © 2017 dcm4che.org. All rights reserved.