Skip to content

Commit 6c3ef5e

Browse files
authored
Merge pull request #5 from mcode/package-ndc-updates
Package-ndc-updates
2 parents be0e395 + 94cc5ad commit 6c3ef5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/data.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const medications : Medication[] = [
1515
{
1616
brand_name: "ADDYI",
1717
generic_name: "FLIBANSERINE",
18-
product_ndc: "58604-214",
18+
product_ndc: "58604-214-30",
1919
rems_administrator: "REMS Prototype Admin 1",
2020
rems_endpoint: env.get('REMS_ADMIN_1_URL').asString(),
2121
rems_approval_date: "20240906",
@@ -41,7 +41,7 @@ export const medications : Medication[] = [
4141
}, {
4242
brand_name: "Turalio",
4343
generic_name: "PEXIDARTINIB HYDROCHLORIDE",
44-
product_ndc: "65597-402-20",
44+
product_ndc: "65597-407-20",
4545
rems_administrator: "REMS Prototype Admin 2",
4646
rems_endpoint: env.get('REMS_ADMIN_2_URL').asString(),
4747
rems_approval_date: "20240906",

0 commit comments

Comments
 (0)