| Package | Description |
|---|---|
| cdac.medinfo.ccd.enums |
This package contains enums used in clinical document generation
|
| cdac.medinfo.ccd.templates |
This package contains template classes used in clinical document generation
|
| Modifier and Type | Method and Description |
|---|---|
static ActRelationshipHasComponent |
ActRelationshipHasComponent.fromValue(java.lang.String v) |
static ActRelationshipHasComponent |
ActRelationshipHasComponent.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ActRelationshipHasComponent[] |
ActRelationshipHasComponent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ActRelationshipHasComponent |
Component5.getTypeCode()
Gets the value of the typeCode property.
|
ActRelationshipHasComponent |
Component4.getTypeCode()
Gets the value of the typeCode property.
|
ActRelationshipHasComponent |
Component3.getTypeCode()
Gets the value of the typeCode property.
|
ActRelationshipHasComponent |
Component2.getTypeCode()
Gets the value of the typeCode property.
|
ActRelationshipHasComponent |
Component1.getTypeCode()
Gets the value of the typeCode property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Component5.setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|
void |
Component4.setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|
void |
Component3.setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|
void |
Component2.setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|
void |
Component1.setTypeCode(ActRelationshipHasComponent value)
Sets the value of the typeCode property.
|