| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.services.onlineelectronicstoragesecureuse |
Provides Classes for Online Electronic Storage Secure Use Profile
|
| Modifier and Type | Method and Description |
|---|---|
EnumSecureStorageStatus |
OnlineElectronicStorageSecureUseProfile.finalise(IDataSet objDataSet)
This method gives the status of the EnumSecureStorageStatus
|
EnumSecureStorageStatus |
OnlineElectronicStorageSecureUseProfile.secureDataSetForStorage(IDataSet objDataSet,
boolean bPersistOrigial)
The method modifies DicomMessage in accordance with the secure storage use profile rules.
|
static EnumSecureStorageStatus |
EnumSecureStorageStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumSecureStorageStatus[] |
EnumSecureStorageStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|