| 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
|
| cdac.medinfo.ccd.templates |
This package contains template classes used in clinical document generation
|
| cdac.medinfo.enrty |
This package contains class to create entry data in Clinical Document
|
| Modifier and Type | Class and Description |
|---|---|
class |
IVLINT
Java class for IVL_INT complex type.
|
class |
IVXBINT
Java class for IVXB_INT complex type.
|
class |
SXCMINT
Java class for SXCM_INT complex type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<javax.xml.bind.JAXBElement<? extends INT>> |
IVLINT.getRest()
Gets the rest of the content model.
|
| Modifier and Type | Method and Description |
|---|---|
INT |
ObjectFactory.createINT()
Create an instance of
INT |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<INT> |
ObjectFactory.createIVLINTCenter(INT value)
|
javax.xml.bind.JAXBElement<INT> |
ObjectFactory.createIVLINTWidth(INT value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<INT> |
ObjectFactory.createIVLINTCenter(INT value)
|
javax.xml.bind.JAXBElement<INT> |
ObjectFactory.createIVLINTWidth(INT value)
|
| Modifier and Type | Class and Description |
|---|---|
class |
RegionOfInterestValue
Java class for RegionOfInterest.value complex type.
|
| Modifier and Type | Method and Description |
|---|---|
INT |
EntryRelationship.getSequenceNumber()
Gets the value of the sequenceNumber property.
|
INT |
Component4.getSequenceNumber()
Gets the value of the sequenceNumber property.
|
INT |
ParentDocument.getVersionNumber()
Gets the value of the versionNumber property.
|
INT |
ExternalDocument.getVersionNumber()
Gets the value of the versionNumber property.
|
INT |
ClinicalDocument.getVersionNumber()
Gets the value of the versionNumber property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntryRelationship.setSequenceNumber(INT value)
Sets the value of the sequenceNumber property.
|
void |
Component4.setSequenceNumber(INT value)
Sets the value of the sequenceNumber property.
|
void |
ParentDocument.setVersionNumber(INT value)
Sets the value of the versionNumber property.
|
void |
ExternalDocument.setVersionNumber(INT value)
Sets the value of the versionNumber property.
|
void |
ClinicalDocument.setVersionNumber(INT value)
Sets the value of the versionNumber property.
|
| Modifier and Type | Method and Description |
|---|---|
static INT |
PopulateDataType.populateIVLINT(java.lang.String value)
This method is used to populate INT Data types used which specify as Integer numbers (-1,0,1,2, 100, 3398129, etc.) are precise
numbers that are results of counting and enumerating.Integer numbers are discrete, the set of integers is
infinite but countable.
|