| 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 | Class and Description |
|---|---|
class |
AE
A string of characters that identifies an Application Entity with leading and trailing spaces (20H) being non-significant.
|
class |
AS
AS is the string of characters with one of the following formats -- nnnD, nnnW, nnnM, nnnY; where
nnn shall contain the number of days for D,weeks for W, months for M, or years for Y.
|
class |
CS
CS is the string of characters with leading or trailing spaces (20H) being non-significant.
|
class |
DA
Data Type : Date
A string of characters of the format yyyymmdd
|
class |
DS
Data Type : Decimal
A string of characters representing either a fixed point number or a floating point number.
|
class |
DT
Data Type : Date Time
The Date Time common data type.
|
class |
IS
IS represents a string of characters representing an Integer in base-10 (decimal), shall contain only the characters 0 - 9, with an optional leading "+" or * "-".
|
class |
LO
Data Type : Long String
A character string that may be padded with leading and/or trailing spaces.
|
class |
LT
LT is a character string that may contain one or *more paragraphs.
|
class |
PN
Data Type : Person Name
A character string encoded using a 5 component convention.
|
class |
SH
Data Type : Short String
A character string that may be padded with leading and/or trailing spaces.
|
class |
ST
ST is the character string that may contain one or more paragraphs.
|
class |
TM
Data Type : Time
A string of characters of the format hhmmss.frac
|
class |
UC
UC is a character string that may be of unlimited length that may be padded with trailing spaces
|
class |
UI
UI is A character string containing a UID that is used to uniquely identify a wide variety of items.
|
class |
UR
UI is A character string containing a UID that is used to uniquely identify a wide variety of items.
|
class |
UT
UT is a character string that may contain one or *more paragraphs.
|