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()
ClinicalGroupTable
public void setClinicalGroupTable(ClinicalGroupTable value)
value
- allowed object is
ClinicalGroupTable
public ComorbidityGroupTable getComorbidityGroupTable()
ComorbidityGroupTable
public void setComorbidityGroupTable(ComorbidityGroupTable value)
value
- allowed object is
ComorbidityGroupTable
public ComorbidityInteractionTable getComorbidityInteractionTable()
ComorbidityInteractionTable
public void setComorbidityInteractionTable(ComorbidityInteractionTable value)
value
- allowed object is
ComorbidityInteractionTable
public DiagnosisTable getDiagnosisTable()
DiagnosisTable
public void setDiagnosisTable(DiagnosisTable value)
value
- allowed object is
DiagnosisTable
public DiagnosisSubchapterTable getDiagnosisSubchapterTable()
DiagnosisSubchapterTable
public void setDiagnosisSubchapterTable(DiagnosisSubchapterTable value)
value
- allowed object is
DiagnosisSubchapterTable
public HippsValueTable getHippsValueTable()
HippsValueTable
public void setHippsValueTable(HippsValueTable value)
value
- allowed object is
HippsValueTable
public OasisResponseTable getOasisResponseTable()
OasisResponseTable
public void setOasisResponseTable(OasisResponseTable value)
value
- allowed object is
OasisResponseTable
public ReturnCodeTable getReturnCodeTable()
ReturnCodeTable
public void setReturnCodeTable(ReturnCodeTable value)
value
- allowed object is
ReturnCodeTable
public ValidityFlagTable getValidityFlagTable()
ValidityFlagTable
public void setValidityFlagTable(ValidityFlagTable value)
value
- allowed object is
ValidityFlagTable
public CodeFirstConditionTable getCodeFirstConditionTable()
CodeFirstConditionTable
public void setCodeFirstConditionTable(CodeFirstConditionTable value)
value
- allowed object is
CodeFirstConditionTable
Copyright © 2023. All rights reserved.