Package | Description |
---|---|
org.dcm4che3.net |
Classes related to the network communications between systems.
|
Modifier and Type | Field and Description |
---|---|
private StorageOptions.ElementCoercion |
StorageOptions.elementCoercion |
Modifier and Type | Method and Description |
---|---|
StorageOptions.ElementCoercion |
StorageOptions.getElementCoercion() |
static StorageOptions.ElementCoercion |
StorageOptions.ElementCoercion.valueOf(int i) |
static StorageOptions.ElementCoercion |
StorageOptions.ElementCoercion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageOptions.ElementCoercion[] |
StorageOptions.ElementCoercion.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.setElementCoercion(StorageOptions.ElementCoercion elementCoercion) |
Constructor and Description |
---|
StorageOptions(StorageOptions.LevelOfSupport levelOfSupport,
StorageOptions.DigitalSignatureSupport levelOfDigitalSignatureSupport,
StorageOptions.ElementCoercion getElementCoercion) |
Copyright © 2017 dcm4che.org. All rights reserved.