Loads the Case mix adjustment values for the Clinical scoring
The data is loaded from a tab separated file with the format:
Id
name
equation 1 value
equation 2 value
equation 3 value
equation 4 value
Loads the Case mix adjustment values for the Clinical scoring
The data is loaded from a tab separated file with the format:
Id
name
equation 1 value
equation 2 value
equation 3 value
equation 4 value
This is a consolidated/generic Diagnosis code loaded that requires
the input file, and the hashtable to put the codes into
The data is loaded from a tab separated file with the format:
Diagnosis Code
Description
Diagnosis Group Number
Secondary only code indicated with M (without quotes) - can be blank
Diabetes related indicator - D = Diabetes, U = Diabetic Ulcer - can be blank
This is a consolidated/generic Diagnosis code loaded that requires
the input file, and the hashtable to put the codes into
The data is loaded from a tab separated file with the format:
Diagnosis Code
Description
Diagnosis Group Number
Secondary only code indicated with M (without quotes) - can be blank
Diabetes related indicator - D = Diabetes, U = Diabetic Ulcer - can be blank
Loads the Diagnostic Group information from a text file
The data is loaded from a tab separated file with the format:
Id
Diagnostic Category/Group name
Loads the Diagnostic Group information from a text file
The data is loaded from a tab separated file with the format:
Id
Diagnostic Category/Group name
Based on the preliminary Case Mix table format of:
Row ID: unique id
Diagnostic Category id:
0 for rows that include field logic only
1 - 22 for Diagnostic Group id
Diagnostic Category logic type indicator:
1 to indicate Primary code logic only
2 to indicate Primary code scoring after an Other code
3 to indicate Other code logic only
4 to indicate both Primary and Other logic
Description:
Equation 1 Value:
Equation 2 Value:
Equation 3 Value:
Equation 4 Value:
Field Logic: Variable length field with logic with brackets
<if>
Field="M0250"
Condition="=" or ">" or "<" or "!=" or "<=" or ">="
Values="2, 3, 4" - comma separated list of values
</if>
Optionally:
<and /> <or />
other condition...