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

    Interface IaPrescriptionModule

    Interface for the Prescription module. Provides prescription scanning and management functionality.

    interface IaPrescriptionModule {
        moduleType: Prescription;
        register(): Promise<void>;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    moduleType: Prescription

    The type of module this instance represents.

    Methods