Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 812 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 812 Bytes

WellSync Pharmacy Services

Streamlining Prescription Management for Medical Providers

WellSync Pharmacy Services enable medical providers to seamlessly order prescriptions from mail-order pharmacies. Our platform ensures efficient data collection, including shipment tracking links, drug statuses, and other key updates, empowering providers to focus on patient care.

For more information or support, contact us at [email protected].

new PharmacyOrder("#order", "super-secret-key", {
  clinic: "...",
  clinician: "...",
  privateKey: "...",
  patient: "...",
  drugs: {
    message: "The medication was chosen based on the patient’s preference",
    selected: ["..."],
  }, // optional
});