Posos Widgets JavaScript SDK
    Preparing search index...

    Interface PrescriptionImportElementMedicalDevice

    interface PrescriptionImportElementMedicalDevice {
        comment?: string;
        designation: string;
        dosage?: { text: string };
        isForLongTermIllness?: boolean;
        locationDurationDay?: number;
        lppCode: string;
        packagingNumber?: number;
        patientAdvice?: string;
        renewal?: { term: "times"; value: number };
        specificPrescriptionConditions?: string[];
        specificPrescriptionDetails?: {
            emergencyPrescriptionDate?: string;
            medicalData?: string;
        };
        type: "medical_device";
    }
    Index

    Properties

    comment?: string

    The comment related to the element.

    designation: string

    The designation of the element.

    dosage?: { text: string }

    The object containing the drug’s dosage information.

    Type Declaration

    • text: string

      The dosage text input.

    isForLongTermIllness?: boolean

    Indicates whether the element is used to treat a long-term illness.

    locationDurationDay?: number

    The duration in days for location services.

    lppCode: string

    The LPP code of the element.

    packagingNumber?: number

    The packaging number of the element.

    patientAdvice?: string

    The advice for patient.

    renewal?: { term: "times"; value: number }

    The object containing the drug’s renewal information.

    specificPrescriptionConditions?: string[]

    The specific prescription condition indentifiers for the element.

    specificPrescriptionDetails?: {
        emergencyPrescriptionDate?: string;
        medicalData?: string;
    }

    The details of the specific prescription conditions.

    Type Declaration

    • OptionalemergencyPrescriptionDate?: string

      The date of emergency prescription

    • OptionalmedicalData?: string

      The medical data related to the prescription.

    type: "medical_device"

    The type of the element.