| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.enums |
Provides Enumeration classes for Defined terms and values of DICOM.
|
| cdac.medinfo.sdk.dcm30_04.services.ael.aelsinkimpl |
Provides classes which does Application Event Logging.
|
| cdac.medinfo.sdk.dcm30_04.services.spss.sinkimpl |
Provides the sink implementation for Store Presentation State Document to the peer application entity.
|
| cdac.medinfo.sdk.dcm30_04.services.srs.srssinkimpl |
Provides classes which does Application Event Logging.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumDocumentType |
EnumDocumentType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDocumentType[] |
EnumDocumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EnumDocumentType |
AELDataSinkImpl.getEnumDocumentType()
Retrieves the Document type to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AELDataSinkImpl.setEnumDocumentType(EnumDocumentType enumDocumentType)
Sets the Document type to be created.
|
| Modifier and Type | Method and Description |
|---|---|
EnumDocumentType |
SPSSSinkImpl.getEnumDocumentType()
Retrieves the Document type to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SPSSSinkImpl.setEnumDocumentType(EnumDocumentType enumDocumentType)
Sets the Document type to be created.
|
| Modifier and Type | Method and Description |
|---|---|
EnumDocumentType |
SRSDataSinkImpl.getEnumDocumentType()
Retrieves the Document type to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SRSDataSinkImpl.setEnumDocumentType(EnumDocumentType enumDocumentType)
Sets the Document type to be created.
|