public enum DicomPath extends Enum<DicomPath>
Modifier and Type | Field and Description |
---|---|
static Path |
CONFIG_ROOT_PATH |
static Map<DicomPath,PathPattern> |
PATH_PATTERNS |
static Map<DicomPath,String> |
PATHS |
static Path |
TC_GROUPS_PATH |
Modifier and Type | Method and Description |
---|---|
static Path |
devicePath(String name) |
PathPattern.PathParser |
parse(String path) |
PathPattern.PathParser |
parseIfMatches(String path) |
String |
path()
Gets path as is
|
PathPattern.PathCreator |
set(String paramName,
String value)
Starts chaining
|
static void |
validateDevicePath(Path path) |
static DicomPath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DicomPath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DicomPath DeviceNameByAEName
public static final DicomPath DeviceNameByAENameAlias
public static final DicomPath AllDeviceNames
public static final DicomPath AllAETitles
public static final DicomPath DeviceNameByHL7AppName
public static final DicomPath AllHL7AppNames
public static final DicomPath ConfigRoot
public static final DicomPath AllTCsOfAllAEsWithTCGroupExt
public static final DicomPath DeviceNameByAEUUID
public static final DicomPath DeviceNameByUUID
public static final DicomPath DeviceUUIDByAnyUUID
public static final DicomPath DeviceByNameForWrite
public static final DicomPath DeviceByNameForRead
public static final DicomPath AETransferCapabilities
public static final Path TC_GROUPS_PATH
public static final Path CONFIG_ROOT_PATH
public static final Map<DicomPath,PathPattern> PATH_PATTERNS
public static DicomPath[] values()
for (DicomPath c : DicomPath.values()) System.out.println(c);
public static DicomPath valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static Path devicePath(String name)
public static void validateDevicePath(Path path)
public PathPattern.PathCreator set(String paramName, String value)
paramName
- value
- public PathPattern.PathParser parse(String path)
public PathPattern.PathParser parseIfMatches(String path)
Copyright © 2017 dcm4che.org. All rights reserved.