We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be0e395 + 94cc5ad commit 6c3ef5eCopy full SHA for 6c3ef5e
1 file changed
src/data.ts
@@ -15,7 +15,7 @@ export const medications : Medication[] = [
15
{
16
brand_name: "ADDYI",
17
generic_name: "FLIBANSERINE",
18
- product_ndc: "58604-214",
+ product_ndc: "58604-214-30",
19
rems_administrator: "REMS Prototype Admin 1",
20
rems_endpoint: env.get('REMS_ADMIN_1_URL').asString(),
21
rems_approval_date: "20240906",
@@ -41,7 +41,7 @@ export const medications : Medication[] = [
41
}, {
42
brand_name: "Turalio",
43
generic_name: "PEXIDARTINIB HYDROCHLORIDE",
44
- product_ndc: "65597-402-20",
+ product_ndc: "65597-407-20",
45
rems_administrator: "REMS Prototype Admin 2",
46
rems_endpoint: env.get('REMS_ADMIN_2_URL').asString(),
47
0 commit comments