@medic/cht-datasource
Preparing search index...
Input
v1
PersonInput
Interface PersonInput
Input data for a person.
interface
PersonInput
{
_id
?:
undefined
;
_rev
?:
undefined
;
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
)
ContactInput
PersonInput
Indexable
readonly
[
key
:
string
]:
DataValue
Index
Properties
_
id?
_
rev?
date_
of_
birth?
name
parent
patient_
id?
phone?
reported_
date?
sex?
type
Properties
Optional
Readonly
_
id
_id
?:
undefined
Optional
Readonly
_
rev
_rev
?:
undefined
Optional
Readonly
date_
of_
birth
date_of_birth
?:
string
|
Date
Readonly
name
name
:
string
Readonly
parent
parent
:
string
Optional
Readonly
patient_
id
patient_id
?:
string
Optional
Readonly
phone
phone
?:
string
Optional
Readonly
reported_
date
reported_date
?:
string
|
number
Optional
Readonly
sex
sex
?:
string
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
_
rev
date_
of_
birth
name
parent
patient_
id
phone
reported_
date
sex
type
@medic/cht-datasource
Loading...
Input data for a person.