Package | Description |
---|---|
org.dcm4che3.data |
Lower level classes that deal with the DICOM Data Dictionary (PS 3.6).
|
Modifier and Type | Field and Description |
---|---|
private Code.CodeValueType |
Code.codeValueType |
Modifier and Type | Method and Description |
---|---|
Code.CodeValueType |
Code.getCodeValueType() |
private static Code.CodeValueType |
Code.guessCodeValueType(String codeValue) |
static Code.CodeValueType |
Code.CodeValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Code.CodeValueType[] |
Code.CodeValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Code(String codeValue,
String codingSchemeDesignator,
String codingSchemeVersion,
String codeMeaning,
Code.CodeValueType codeValueType) |
Copyright © 2017 dcm4che.org. All rights reserved.