| Package | Description |
|---|---|
| cdac.medinfo.ccd.datatype |
This package contains data type classes used in clinical document generation
|
| cdac.medinfo.ccd.narrativeblock |
This package contains classes to create narrative block in clinical document
|
| Modifier and Type | Class and Description |
|---|---|
class |
IVLREAL
Java class for IVL_REAL complex type.
|
class |
IVXBREAL
Java class for IVXB_REAL complex type.
|
class |
SXCMREAL
Java class for SXCM_REAL complex type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends REAL>> |
IVLREAL.getRest()
Gets the rest of the content model.
|
| Modifier and Type | Method and Description |
|---|---|
REAL |
ObjectFactory.createREAL()
Create an instance of
REAL |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<REAL> |
ObjectFactory.createIVLREALCenter(REAL value)
|
javax.xml.bind.JAXBElement<REAL> |
ObjectFactory.createIVLREALWidth(REAL value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<REAL> |
ObjectFactory.createIVLREALCenter(REAL value)
|
javax.xml.bind.JAXBElement<REAL> |
ObjectFactory.createIVLREALWidth(REAL value)
|