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

    Interface SurveyScoreSchema

    Information about a single survey score

    SurveyScoreSchema

    interface SurveyScoreSchema {
        id: string;
        scoretypecode: string;
        value: string;
    }
    Index

    Properties

    id: string

    Survey score ID

    SurveyScoreSchema

    scoretypecode: string

    Survey score type code

    SurveyScoreSchema

    value: string

    Survey score value

    SurveyScoreSchema