SAS logoSAS® Mobile Investigator API
    Preparing search index...

    Interface SmiReferenceDataItem

    A single reference data item.

    interface SmiReferenceDataItem {
        archived?: boolean;
        code: string;
        label: string;
        parentCode?: string;
    }
    Index

    Properties

    archived?: boolean

    Whether the item is archived.

    code: string

    The code for the item.

    label: string

    The label for the item.

    parentCode?: string

    The parent code for the item.