| 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.enrty |
This package contains class to create entry data in Clinical Document
|
| Modifier and Type | Class and Description |
|---|---|
class |
CO
Coded data, where the domain from which the codeset comes
is ordered.
|
class |
CS
Coded data, consists of a code, display name, code system,
and original text.
|
class |
PQR
A representation of a physical quantity in a unit from
any code system.
|
| Modifier and Type | Method and Description |
|---|---|
CV |
CR.getName()
Gets the value of the name property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CR.setName(CV value)
Sets the value of the name property.
|
| Modifier and Type | Method and Description |
|---|---|
CV |
ObjectFactory.createCV()
Create an instance of
CV |
| Modifier and Type | Method and Description |
|---|---|
static CV |
PopulateDataType.populateCV(java.lang.String code,
java.lang.String displayName)
This method is used to populate CV Data types which specifies Coded data, consists of a code, display name, code system,and original text.
|
static CV |
PopulateDataType.populateCV(java.lang.String code,
java.lang.String codeSystem,
java.lang.String displayName)
This method is used to populate CV Data types which specifies Coded data, consists of a code, display name, code system,and original text.
|