Technical Elements Documentation
    Preparing search index...

    Interface SaphireFieldMapping

    Represents a mapping between OpenPRA fields and SAPHIRE fields

    technical_elements.integration.SAPHIRE

    interface SaphireFieldMapping {
        description?: string;
        openPraField: string;
        saphireField: string;
    }
    Index

    Properties

    description?: string

    Optional description of the mapping

    openPraField: string

    Field name in OpenPRA

    saphireField: string

    Corresponding field name in SAPHIRE