| 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
ON
A name for an organization.
|
class |
PN
A name for a person.
|
class |
TN
A restriction of entity name that is effectively a simple string used
for a simple name for things and places.
|
| Modifier and Type | Method and Description |
|---|---|
EN |
ObjectFactory.createEN()
Create an instance of
EN |
| Modifier and Type | Method and Description |
|---|---|
EN |
Place.getName()
Gets the value of the name property.
|
EN |
Material.getName()
Gets the value of the name property.
|
EN |
LabeledDrug.getName()
Gets the value of the name property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Place.setName(EN value)
Sets the value of the name property.
|
void |
Material.setName(EN value)
Sets the value of the name property.
|
void |
LabeledDrug.setName(EN value)
Sets the value of the name property.
|