public class ROT extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}ClinicalGroupTable"/>
<element ref="{}ComorbidityGroupTable"/>
<element ref="{}ComorbidityInteractionTable"/>
<element ref="{}DiagnosisTable"/>
<element ref="{}DiagnosisSubchapterTable"/>
<element ref="{}HippsValueTable"/>
<element ref="{}OasisResponseTable"/>
<element ref="{}ReturnCodeTable"/>
<element ref="{}ValidityFlagTable"/>
<element ref="{}CodeFirstConditionTable"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClinicalGroupTable |
clinicalGroupTable |
protected CodeFirstConditionTable |
codeFirstConditionTable |
protected ComorbidityGroupTable |
comorbidityGroupTable |
protected ComorbidityInteractionTable |
comorbidityInteractionTable |
protected DiagnosisSubchapterTable |
diagnosisSubchapterTable |
protected DiagnosisTable |
diagnosisTable |
protected HippsValueTable |
hippsValueTable |
protected OasisResponseTable |
oasisResponseTable |
protected ReturnCodeTable |
returnCodeTable |
protected ValidityFlagTable |
validityFlagTable |
| Constructor and Description |
|---|
ROT() |
| Modifier and Type | Method and Description |
|---|---|
ClinicalGroupTable |
getClinicalGroupTable()
Gets the value of the clinicalGroupTable property.
|
CodeFirstConditionTable |
getCodeFirstConditionTable()
Gets the value of the codeFirstConditionTable property.
|
ComorbidityGroupTable |
getComorbidityGroupTable()
Gets the value of the comorbidityGroupTable property.
|
ComorbidityInteractionTable |
getComorbidityInteractionTable()
Gets the value of the comorbidityInteractionTable property.
|
DiagnosisSubchapterTable |
getDiagnosisSubchapterTable()
Gets the value of the diagnosisSubchapterTable property.
|
DiagnosisTable |
getDiagnosisTable()
Gets the value of the diagnosisTable property.
|
HippsValueTable |
getHippsValueTable()
Gets the value of the hippsValueTable property.
|
OasisResponseTable |
getOasisResponseTable()
Gets the value of the oasisResponseTable property.
|
ReturnCodeTable |
getReturnCodeTable()
Gets the value of the returnCodeTable property.
|
ValidityFlagTable |
getValidityFlagTable()
Gets the value of the validityFlagTable property.
|
void |
setClinicalGroupTable(ClinicalGroupTable value)
Sets the value of the clinicalGroupTable property.
|
void |
setCodeFirstConditionTable(CodeFirstConditionTable value)
Sets the value of the codeFirstConditionTable property.
|
void |
setComorbidityGroupTable(ComorbidityGroupTable value)
Sets the value of the comorbidityGroupTable property.
|
void |
setComorbidityInteractionTable(ComorbidityInteractionTable value)
Sets the value of the comorbidityInteractionTable property.
|
void |
setDiagnosisSubchapterTable(DiagnosisSubchapterTable value)
Sets the value of the diagnosisSubchapterTable property.
|
void |
setDiagnosisTable(DiagnosisTable value)
Sets the value of the diagnosisTable property.
|
void |
setHippsValueTable(HippsValueTable value)
Sets the value of the hippsValueTable property.
|
void |
setOasisResponseTable(OasisResponseTable value)
Sets the value of the oasisResponseTable property.
|
void |
setReturnCodeTable(ReturnCodeTable value)
Sets the value of the returnCodeTable property.
|
void |
setValidityFlagTable(ValidityFlagTable value)
Sets the value of the validityFlagTable property.
|
protected ClinicalGroupTable clinicalGroupTable
protected ComorbidityGroupTable comorbidityGroupTable
protected ComorbidityInteractionTable comorbidityInteractionTable
protected DiagnosisTable diagnosisTable
protected DiagnosisSubchapterTable diagnosisSubchapterTable
protected HippsValueTable hippsValueTable
protected OasisResponseTable oasisResponseTable
protected ReturnCodeTable returnCodeTable
protected ValidityFlagTable validityFlagTable
protected CodeFirstConditionTable codeFirstConditionTable
public ClinicalGroupTable getClinicalGroupTable()
ClinicalGroupTablepublic void setClinicalGroupTable(ClinicalGroupTable value)
value - allowed object is
ClinicalGroupTablepublic ComorbidityGroupTable getComorbidityGroupTable()
ComorbidityGroupTablepublic void setComorbidityGroupTable(ComorbidityGroupTable value)
value - allowed object is
ComorbidityGroupTablepublic ComorbidityInteractionTable getComorbidityInteractionTable()
ComorbidityInteractionTablepublic void setComorbidityInteractionTable(ComorbidityInteractionTable value)
value - allowed object is
ComorbidityInteractionTablepublic DiagnosisTable getDiagnosisTable()
DiagnosisTablepublic void setDiagnosisTable(DiagnosisTable value)
value - allowed object is
DiagnosisTablepublic DiagnosisSubchapterTable getDiagnosisSubchapterTable()
DiagnosisSubchapterTablepublic void setDiagnosisSubchapterTable(DiagnosisSubchapterTable value)
value - allowed object is
DiagnosisSubchapterTablepublic HippsValueTable getHippsValueTable()
HippsValueTablepublic void setHippsValueTable(HippsValueTable value)
value - allowed object is
HippsValueTablepublic OasisResponseTable getOasisResponseTable()
OasisResponseTablepublic void setOasisResponseTable(OasisResponseTable value)
value - allowed object is
OasisResponseTablepublic ReturnCodeTable getReturnCodeTable()
ReturnCodeTablepublic void setReturnCodeTable(ReturnCodeTable value)
value - allowed object is
ReturnCodeTablepublic ValidityFlagTable getValidityFlagTable()
ValidityFlagTablepublic void setValidityFlagTable(ValidityFlagTable value)
value - allowed object is
ValidityFlagTablepublic CodeFirstConditionTable getCodeFirstConditionTable()
CodeFirstConditionTablepublic void setCodeFirstConditionTable(CodeFirstConditionTable value)
value - allowed object is
CodeFirstConditionTableCopyright © 2024. All rights reserved.