ia-sdk-react-native-monorepo - v1.0.0
    Preparing search index...

    Interface PdfPrescription

    A PDF prescription with its associated insurance type.

    interface PdfPrescription {
        data: string;
        insuranceType: PrescriptionInsuranceType;
    }
    Index

    Properties

    Properties

    data: string

    Base64-encoded PDF data.

    Insurance type for this PDF prescription.