Package | Description |
---|---|
org.dcm4che3.net |
Classes related to the network communications between systems.
|
Modifier and Type | Field and Description |
---|---|
private StorageOptions.LevelOfSupport |
StorageOptions.levelOfSupport |
Modifier and Type | Method and Description |
---|---|
StorageOptions.LevelOfSupport |
StorageOptions.getLevelOfSupport() |
static StorageOptions.LevelOfSupport |
StorageOptions.LevelOfSupport.valueOf(int level) |
static StorageOptions.LevelOfSupport |
StorageOptions.LevelOfSupport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageOptions.LevelOfSupport[] |
StorageOptions.LevelOfSupport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageOptions.setLevelOfSupport(StorageOptions.LevelOfSupport levelOfSupport) |
Constructor and Description |
---|
StorageOptions(StorageOptions.LevelOfSupport levelOfSupport,
StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport,
StorageOptions.ElementCoercion getElementCoercion) |
Copyright © 2017 dcm4che.org. All rights reserved.