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

    Interface ContactDetailSchema

    Patient contact detail

    interface ContactDetailSchema {
        commenttext?: string | null;
        use?: string | null;
        value?: string | null;
    }
    Index
    commenttext?: string | null
    use?: string | null
    value?: string | null