@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface SurveySchema

    Information about a single survey

    SurveySchema

    interface SurveySchema {
        enteredatcode?: string;
        enteredbycode?: string;
        id: string;
        levels: SurveyLevelSchema[];
        pid: string;
        questions: SurveyQuestionSchema[];
        scores: SurveyScoreSchema[];
        surveytime: string;
        surveytypecode: string;
    }
    Index

    Properties

    enteredatcode?: string

    Survey organization code

    SurveySchema

    enteredbycode?: string

    Survey author code

    SurveySchema

    id: string

    Survey ID

    SurveySchema

    Survey levels

    SurveySchema

    pid: string

    Patient ID

    SurveySchema

    Survey questions

    SurveySchema

    Survey scores

    SurveySchema

    surveytime: string

    Survey timestamp

    SurveySchema

    surveytypecode: string

    Survey type code

    SurveySchema