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

    Interface TransferPrescriptionsParams

    Parameters for transferring prescriptions.

    interface TransferPrescriptionsParams {
        codes?: string[] | null;
        images?: string[] | null;
        orderId?: string | null;
        pdfs?: PdfPrescription[] | null;
    }
    Index

    Properties

    codes?: string[] | null

    JSON-encoded eRezept codes.

    images?: string[] | null

    Base64-encoded images (JPG/PNG).

    orderId?: string | null

    Client order identifier for differentiating orders on checkout completion.

    pdfs?: PdfPrescription[] | null

    PDF prescriptions with insurance type classification.