@squawk
    Preparing search index...

    Interface ProcedureDataset

    A pre-processed array of Procedure records together with metadata about the build provenance and CIFP cycle.

    interface ProcedureDataset {
        properties: ProcedureDatasetProperties;
        records: Procedure[];
    }
    Index

    Properties

    Properties

    Metadata about the dataset build.

    records: Procedure[]

    Procedure records.