@biblioteksentralen/cordata
    Preparing search index...

    Interface GrepSubject

    interface GrepSubject {
        code: string;
        id: string;
        modifiedDateTime?: string;
        name: LanguageMap;
        notes?: string;
        originModifiedDateTime?: string;
        replacedBy?: string;
        status?: string;
        teachedUntil?: string;
        uri: string;
        validFrom?: string;
        validUntil?: string;
    }
    Index

    Properties

    code: string

    Subject code: unique identifier for the subject in the GREP database. Ref: https://github.com/Utdanningsdirektoratet/KL06-LK20-public/wiki/fagkode

    id: string

    Local identifier for the subject in BMDB.

    modifiedDateTime?: string

    Date and time when the subject was last modified in BMDB.

    Name of the subject.

    Note that several subjects may share the same name. Information in the notes field may be used to disambiguate them.

    notes?: string

    Notes to help disambiguate the subject from other subjects.

    originModifiedDateTime?: string

    Date and time when the subject was last modified in GREP.

    replacedBy?: string

    Reference to another subject that replaces this subject.

    status?: string

    Whether the subject is active or deprecated.

    teachedUntil?: string

    Date the subject is teached until.

    uri: string

    URI to the subject in the GREP database. The URI is based on the subject code.

    validFrom?: string

    Date the subject is valid from.

    validUntil?: string

    Date the subject is valid until.