| 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 |
BXITCD
Java class for BXIT_CD complex type.
|
class |
CE
Coded data, consists of a coded value (CV)
and, optionally, coded value(s) from other coding systems
that identify the same concept.
|
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 |
CV
Coded data, consists of a code, display name, code system,
and original text.
|
class |
EIVLEvent
A code for a common (periodical) activity of daily
living based on which the event related periodic
interval is specified.
|
class |
HXITCE
Java class for HXIT_CE complex type.
|
class |
PQR
A representation of a physical quantity in a unit from
any code system.
|
class |
SXCMCD
Java class for SXCM_CD complex type.
|
| Modifier and Type | Method and Description |
|---|---|
CD |
CR.getValue()
Gets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CD> |
CD.getTranslation()
Gets the value of the translation property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CR.setValue(CD value)
Sets the value of the value property.
|
| Modifier and Type | Method and Description |
|---|---|
CD |
ObjectFactory.createCD()
Create an instance of
CD |
| Modifier and Type | Method and Description |
|---|---|
CD |
Supply.getCode()
Gets the value of the code property.
|
CD |
SubstanceAdministration.getCode()
Gets the value of the code property.
|
CD |
Procedure.getCode()
Gets the value of the code property.
|
CD |
ParentDocument.getCode()
Gets the value of the code property.
|
CD |
Organizer.getCode()
Gets the value of the code property.
|
CD |
ObservationRange.getCode()
Gets the value of the code property.
|
CD |
Observation.getCode()
Gets the value of the code property.
|
CD |
ExternalProcedure.getCode()
Gets the value of the code property.
|
CD |
ExternalObservation.getCode()
Gets the value of the code property.
|
CD |
ExternalDocument.getCode()
Gets the value of the code property.
|
CD |
ExternalAct.getCode()
Gets the value of the code property.
|
CD |
Encounter.getCode()
Gets the value of the code property.
|
CD |
Criterion.getCode()
Gets the value of the code property.
|
CD |
Act.getCode()
Gets the value of the code property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CD> |
SubstanceAdministration.getApproachSiteCode()
Gets the value of the approachSiteCode property.
|
java.util.List<CD> |
Procedure.getApproachSiteCode()
Gets the value of the approachSiteCode property.
|
java.util.List<CD> |
Procedure.getTargetSiteCode()
Gets the value of the targetSiteCode property.
|
java.util.List<CD> |
Observation.getTargetSiteCode()
Gets the value of the targetSiteCode property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Supply.setCode(CD value)
Sets the value of the code property.
|
void |
SubstanceAdministration.setCode(CD value)
Sets the value of the code property.
|
void |
Procedure.setCode(CD value)
Sets the value of the code property.
|
void |
ParentDocument.setCode(CD value)
Sets the value of the code property.
|
void |
Organizer.setCode(CD value)
Sets the value of the code property.
|
void |
ObservationRange.setCode(CD value)
Sets the value of the code property.
|
void |
Observation.setCode(CD value)
Sets the value of the code property.
|
void |
ExternalProcedure.setCode(CD value)
Sets the value of the code property.
|
void |
ExternalObservation.setCode(CD value)
Sets the value of the code property.
|
void |
ExternalDocument.setCode(CD value)
Sets the value of the code property.
|
void |
ExternalAct.setCode(CD value)
Sets the value of the code property.
|
void |
Encounter.setCode(CD value)
Sets the value of the code property.
|
void |
Criterion.setCode(CD value)
Sets the value of the code property.
|
void |
Act.setCode(CD value)
Sets the value of the code property.
|
| Modifier and Type | Method and Description |
|---|---|
static CD |
PopulateDataType.populateCD(java.lang.String code,
java.lang.String codeSystem)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCD(java.lang.String code,
java.lang.String codeSystem,
java.lang.Object objModel,
java.lang.String testName)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCD(java.lang.String code,
java.lang.String codeSystem,
java.lang.String displayName)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCDAndCR(java.lang.String code,
java.lang.String codeSystem,
java.lang.String displayName)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCDAndED(java.lang.String code,
java.lang.String codeSystem,
java.lang.String displayName,
ED objED)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCDNullFalvor(java.lang.String nullFalvor)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|
static CD |
PopulateDataType.populateCDOriginalText(java.lang.String originalText)
This method is used to populate CD Data types which specifies a concept descriptor represents any kind of concept usually
by giving a code defined in a code system.
|