Skip to content

Commit

Permalink
Merge pull request #1387 from synthetichealth/fix-referral-npe
Browse files Browse the repository at this point in the history
Fix for NPE seen when sometimes trying to clone the next state
  • Loading branch information
jawalonoski authored Nov 21, 2023
2 parents 36ca5da + d082b16 commit 0087993
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "referral",
"name": "AVRr referral",
"specialty": "CARDIOVASCULAR DISEASE (CARDIOLOGY)",
"remarks": [
"AVRr Referral"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modules/heart/avrr/sequence.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
},
"Referral and Preoperative Testing": {
"type": "CallSubmodule",
"submodule": "heart/avrr/referral",
"submodule": "heart/avrr/avrr_referral",
"conditional_transition": [
{
"transition": "Terminal",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "referral",
"name": "CABG referral",
"specialty": "CARDIOVASCULAR DISEASE (CARDIOLOGY)",
"remarks": [
"This submodule of Cardiac Surgery models Referral Pathways.",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modules/heart/cabg_sequence.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
"Referral and Preoperative Testing": {
"type": "CallSubmodule",
"submodule": "heart/cabg/referral",
"submodule": "heart/cabg/cabg_referral",
"conditional_transition": [
{
"transition": "End Last Encounter",
Expand Down

0 comments on commit 0087993

Please sign in to comment.