Skip to content

Commit

Permalink
Update validation.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
sohail0992 authored Oct 25, 2023
1 parent 4342172 commit e7b681c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions lib/utils/validation.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,3 @@ class Validation {
}
}
}



// "hasSSIbeenDetected_Conditions": [
// { "key" : "recomendSur", "recomendSur": "recomendSur", "type": "mutual", "criterail": ">"},
// { "key" : "deepSurgicalSiteInfection", "deepSurgicalSiteInfectionIndex": 0, "type": "=="},
// { "key" : "deepSurgicalSiteInfection", "deepSurgicalSiteInfectionIndex": 0, "type": "=="},

// { "key" : "deepSurgicalSiteInfection", "deepSurgicalSiteInfectionIndex": 1, "type": "=="},

// { "key" : "deepSurgicalSiteInfection", "deepSurgicalSiteInfectionIndex": [2,3], "type": "in"},
// { "key" : "deepSurgicalSiteInfection", "deepSurgicalSiteInfectionIndex": [4,5,6,7], "type": "in"}
// ]

0 comments on commit e7b681c

Please sign in to comment.