Merged in bugfix/add-greater_of-in-breakout (pull request #853)
added greater_of_ind in methodology breakout * added greater_of_ind in methodology breakout * Merged main into bugfix/add-greater_of-in-breakout Approved-by: Katon Minhas
This commit is contained in:
committed by
Katon Minhas
parent
ff01deddf0
commit
9e2de58ee4
@@ -80,9 +80,6 @@ def postprocess(df, constants: Constants):
|
||||
# Add AARETE_DERIVED_PRODUCT
|
||||
df = postprocessing_funcs.add_aarete_derived_product(df)
|
||||
|
||||
# Add GREATER_OF_IND
|
||||
df["GREATER_OF_IND"] = "N"
|
||||
|
||||
df = postprocessing_funcs.update_grouper_base_rate_and_grouper_pct_rate(df)
|
||||
|
||||
df = postprocessing_funcs.fill_empty_dynamic(df)
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
{
|
||||
"field_name": "GREATER_OF_IND",
|
||||
"relationship": "one_to_n",
|
||||
"field_type": "TBD",
|
||||
"field_type": "methodology_breakout",
|
||||
"prompt": "If the methodology text indicates that the reimbursement shall be the greater of two or more values, write 'Y' for this field. Otherwise, write 'N'."
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user