@medic/cht-datasource
    Preparing search index...

    Interface PersonInput

    Input data for a person.

    interface PersonInput {
        _id?: undefined;
        _rev?: undefined;
        contact_type?: string;
        date_of_birth?: string | Date;
        name: string;
        parent: string;
        patient_id?: string;
        phone?: string;
        reported_date?: string | number;
        sex?: string;
        type: string;
        readonly [key: string]: DataValue;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    _id?: undefined
    _rev?: undefined
    contact_type?: string
    date_of_birth?: string | Date
    name: string
    parent: string
    patient_id?: string
    phone?: string
    reported_date?: string | number
    sex?: string
    type: string