| Package | Description |
|---|---|
| cdac.medinfo.ccd.datatype |
This package contains data type classes used in clinical document generation
|
| cdac.medinfo.ccd.enums |
This package contains enums used in clinical document generation
|
| Modifier and Type | Method and Description |
|---|---|
SetOperator |
SXCMTS.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMREAL.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMPQ.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMPPDTS.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMPPDPQ.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMMO.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMINT.getOperator()
Gets the value of the operator property.
|
SetOperator |
SXCMCD.getOperator()
Gets the value of the operator property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SXCMTS.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMREAL.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMPQ.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMPPDTS.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMPPDPQ.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMMO.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMINT.setOperator(SetOperator value)
Sets the value of the operator property.
|
void |
SXCMCD.setOperator(SetOperator value)
Sets the value of the operator property.
|
| Modifier and Type | Method and Description |
|---|---|
static SetOperator |
SetOperator.fromValue(java.lang.String v) |
static SetOperator |
SetOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SetOperator[] |
SetOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|