Skip to content

Commit

Permalink
v2.18.2 release build (AMPATH#1721)
Browse files Browse the repository at this point in the history
* v2.18.2 release build

* v2.18.2 release build
  • Loading branch information
Alfred-Mutai authored Feb 16, 2024
1 parent 7dd85a0 commit d480d87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-amrs",
"version": "2.18.1",
"version": "2.18.2",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --port 3000",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export class PatientIdentifierService {
}
sum = Math.abs(sum) + 10;
const digit = (10 - (sum % 10)) % 10;
console.log('Lunh Check Digit Is =' + digit);
return digit;
}

Expand Down Expand Up @@ -139,7 +138,7 @@ export class PatientIdentifierService {
},
{
label: 'NAT',
format: 'NAT-\\d{4}$',
format: 'NAT-\\d{4,6}$',
checkdigit: 0,
val: '22ee6ad7-58fb-4382-9af2-c6a553f3d56a'
},
Expand Down

0 comments on commit d480d87

Please sign in to comment.