Skip to content

Commit 7b3275d

Browse files
committed
NRL-820 map types to category
1 parent 2ac8ac1 commit 7b3275d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

layer/nrlf/core/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ class Categories(Enum):
6868
PointerTypes.EOL_CARE_PLAN.value: Categories.CARE_PLAN.value,
6969
PointerTypes.LLOYD_GEORGE_FOLDER.value: Categories.CARE_PLAN.value,
7070
PointerTypes.NEWS2_CHART.value: Categories.OBSERVATIONS.value,
71+
PointerTypes.ADVANCED_CARE_PLAN.value: Categories.CARE_PLAN.value,
72+
PointerTypes.TREATMENT_ESCALATION_PLAN.value: Categories.CARE_PLAN.value,
7173
}
7274

7375

0 commit comments

Comments
 (0)