| Package | Description |
|---|---|
| cdac.medinfo.sdk.dcm30_04.baselibs |
It includes implementation of various data types,tag,transfer syntaxes,both implicit and explicit data elements, along with classes that
provide reading writing capability, .
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UN.validate()
Validates UN DataType according to the rules specified in the DICOM Standard
|
boolean |
SS.validate()
This method Validates SS DataType
|
boolean |
UN.validate(java.lang.Object objValue)
Validates UN DataType according to the rules specified in the DICOM Standard
|
boolean |
SS.validate(java.lang.Object objToValidate)
This method Validates SS DataType
|
int |
DatatypeString.validateLength(int iLengthToValidate)
This method checks for the length of string read from stream to be less or equal to max allowed length by the datatype of the value.
|