Preparing search index...
The search index is not available
@medic/cht-datasource
@medic/cht-datasource
Contact
v1
Contact
Interface Contact
Immutable data about a Contact.
interface
Contact
{
_id
:
string
;
_rev
:
string
;
contact_type
?:
string
;
name
?:
string
;
parent
?:
NormalizedParent
;
reported_date
?:
Date
;
type
:
string
;
readonly
[
key
:
string
]:
DataValue
;
}
Hierarchy (
View Summary
)
Doc
NormalizedParent
Contact
ContactWithLineage
Person
.
v1
.
Person
Place
.
v1
.
Place
Indexable
readonly
[
key
:
string
]:
DataValue
Index
Properties
_id
_rev
contact_
type?
name?
parent?
reported_
date?
type
Properties
Readonly
_id
_id
:
string
Readonly
_rev
_rev
:
string
Optional
Readonly
contact_
type
contact_type
?:
string
Optional
Readonly
name
name
?:
string
Optional
Readonly
parent
parent
?:
NormalizedParent
Optional
Readonly
reported_
date
reported_date
?:
Date
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_id
_rev
contact_
type
name
parent
reported_
date
type
@medic/cht-datasource
Loading...
Immutable data about a Contact.