Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

[ { "dosespot_rxcui": 1747294, "active": true, "ndc": "39822103001", ..

Decoded Output download

<?  [ 
  { 
    "dosespot_rxcui": 1747294, 
    "active": true, 
    "ndc": "39822103001", 
    "days_supply": 1, 
    "refills": 1, 
    "name": "Ibuprofen (intravenous - solution)", 
    "pharmacy_notes": "This an example", 
    "directions": "take once a day", 
    "quantity": "1", 
    "dispense_unit": "Bottle", 
    "strength": "10 mg/mL", 
    "dispense_unit_id": 2, 
    "pharmacy_id": 13012, 
    "pharmacy_name": "Curexa", 
    "order": 1, 
    "metadata": "metadata example", 
    "thank_you_note": "thank you note example", 
    "clinical_note": "clinical note example", 
    "partner_medication_id": "ded742a4-2dc9-4fc6-9bd3-fa96924b1823", 
    "title": "Ibuprofen", 
    "allow_substitutions": true 
  }, 
  { 
    "dosespot_rxcui": 1747294, 
    "active": true, 
    "ndc": "39822103001", 
    "days_supply": 1, 
    "refills": 1, 
    "name": "Ibuprofen (intravenous - solution)", 
    "pharmacy_notes": "This an example", 
    "directions": "take once a day", 
    "quantity": "1", 
    "dispense_unit": "Bottle", 
    "strength": "10 mg/mL", 
    "dispense_unit_id": 2, 
    "pharmacy_id": 13012, 
    "pharmacy_name": "Curexa", 
    "order": 2, 
    "metadata": "metadata example", 
    "thank_you_note": "thank you note example", 
    "clinical_note": "clinical note example", 
    "partner_medication_id": "ded742a4-2dc9-4fc6-9bd3-fa96924b1823", 
    "title": "Ibuprofen", 
    "allow_substitutions": true, 
    "effective_date": "60" 
  } 
] ?>

Did this file decode correctly?

Original Code

[
  {
    "dosespot_rxcui": 1747294,
    "active": true,
    "ndc": "39822103001",
    "days_supply": 1,
    "refills": 1,
    "name": "Ibuprofen (intravenous - solution)",
    "pharmacy_notes": "This an example",
    "directions": "take once a day",
    "quantity": "1",
    "dispense_unit": "Bottle",
    "strength": "10 mg/mL",
    "dispense_unit_id": 2,
    "pharmacy_id": 13012,
    "pharmacy_name": "Curexa",
    "order": 1,
    "metadata": "metadata example",
    "thank_you_note": "thank you note example",
    "clinical_note": "clinical note example",
    "partner_medication_id": "ded742a4-2dc9-4fc6-9bd3-fa96924b1823",
    "title": "Ibuprofen",
    "allow_substitutions": true
  },
  {
    "dosespot_rxcui": 1747294,
    "active": true,
    "ndc": "39822103001",
    "days_supply": 1,
    "refills": 1,
    "name": "Ibuprofen (intravenous - solution)",
    "pharmacy_notes": "This an example",
    "directions": "take once a day",
    "quantity": "1",
    "dispense_unit": "Bottle",
    "strength": "10 mg/mL",
    "dispense_unit_id": 2,
    "pharmacy_id": 13012,
    "pharmacy_name": "Curexa",
    "order": 2,
    "metadata": "metadata example",
    "thank_you_note": "thank you note example",
    "clinical_note": "clinical note example",
    "partner_medication_id": "ded742a4-2dc9-4fc6-9bd3-fa96924b1823",
    "title": "Ibuprofen",
    "allow_substitutions": true,
    "effective_date": "60"
  }
]

Function Calls

None

Variables

None

Stats

MD5 5eeb66d4e189ac79f6a539a2ab1b25e6
Eval Count 0
Decode Time 54 ms