Package gov.cms.hh.xml.layout.rot
Class ROT
java.lang.Object
gov.cms.hh.xml.layout.rot.ROT
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ClinicalGroupTableprotected CodeFirstConditionTableprotected ComorbidityGroupTableprotected ComorbidityInteractionTableprotected DiagnosisSubchapterTableprotected DiagnosisTableprotected HippsValueTableprotected OasisResponseTableprotected ReturnCodeTableprotected ValidityFlagTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the clinicalGroupTable property.Gets the value of the codeFirstConditionTable property.Gets the value of the comorbidityGroupTable property.Gets the value of the comorbidityInteractionTable property.Gets the value of the diagnosisSubchapterTable property.Gets the value of the diagnosisTable property.Gets the value of the hippsValueTable property.Gets the value of the oasisResponseTable property.Gets the value of the returnCodeTable property.Gets the value of the validityFlagTable property.voidSets the value of the clinicalGroupTable property.voidSets the value of the codeFirstConditionTable property.voidSets the value of the comorbidityGroupTable property.voidSets the value of the comorbidityInteractionTable property.voidSets the value of the diagnosisSubchapterTable property.voidsetDiagnosisTable(DiagnosisTable value) Sets the value of the diagnosisTable property.voidSets the value of the hippsValueTable property.voidSets the value of the oasisResponseTable property.voidSets the value of the returnCodeTable property.voidSets the value of the validityFlagTable property.
-
Field Details
-
clinicalGroupTable
-
comorbidityGroupTable
-
comorbidityInteractionTable
-
diagnosisTable
-
diagnosisSubchapterTable
-
hippsValueTable
-
oasisResponseTable
-
returnCodeTable
-
validityFlagTable
-
codeFirstConditionTable
-
-
Constructor Details
-
ROT
public ROT()
-
-
Method Details
-
getClinicalGroupTable
Gets the value of the clinicalGroupTable property.- Returns:
- possible object is
ClinicalGroupTable
-
setClinicalGroupTable
Sets the value of the clinicalGroupTable property.- Parameters:
value- allowed object isClinicalGroupTable
-
getComorbidityGroupTable
Gets the value of the comorbidityGroupTable property.- Returns:
- possible object is
ComorbidityGroupTable
-
setComorbidityGroupTable
Sets the value of the comorbidityGroupTable property.- Parameters:
value- allowed object isComorbidityGroupTable
-
getComorbidityInteractionTable
Gets the value of the comorbidityInteractionTable property.- Returns:
- possible object is
ComorbidityInteractionTable
-
setComorbidityInteractionTable
Sets the value of the comorbidityInteractionTable property.- Parameters:
value- allowed object isComorbidityInteractionTable
-
getDiagnosisTable
Gets the value of the diagnosisTable property.- Returns:
- possible object is
DiagnosisTable
-
setDiagnosisTable
Sets the value of the diagnosisTable property.- Parameters:
value- allowed object isDiagnosisTable
-
getDiagnosisSubchapterTable
Gets the value of the diagnosisSubchapterTable property.- Returns:
- possible object is
DiagnosisSubchapterTable
-
setDiagnosisSubchapterTable
Sets the value of the diagnosisSubchapterTable property.- Parameters:
value- allowed object isDiagnosisSubchapterTable
-
getHippsValueTable
Gets the value of the hippsValueTable property.- Returns:
- possible object is
HippsValueTable
-
setHippsValueTable
Sets the value of the hippsValueTable property.- Parameters:
value- allowed object isHippsValueTable
-
getOasisResponseTable
Gets the value of the oasisResponseTable property.- Returns:
- possible object is
OasisResponseTable
-
setOasisResponseTable
Sets the value of the oasisResponseTable property.- Parameters:
value- allowed object isOasisResponseTable
-
getReturnCodeTable
Gets the value of the returnCodeTable property.- Returns:
- possible object is
ReturnCodeTable
-
setReturnCodeTable
Sets the value of the returnCodeTable property.- Parameters:
value- allowed object isReturnCodeTable
-
getValidityFlagTable
Gets the value of the validityFlagTable property.- Returns:
- possible object is
ValidityFlagTable
-
setValidityFlagTable
Sets the value of the validityFlagTable property.- Parameters:
value- allowed object isValidityFlagTable
-
getCodeFirstConditionTable
Gets the value of the codeFirstConditionTable property.- Returns:
- possible object is
CodeFirstConditionTable
-
setCodeFirstConditionTable
Sets the value of the codeFirstConditionTable property.- Parameters:
value- allowed object isCodeFirstConditionTable
-