@medic/cht-datasource
Preparing search index...
Report
v1
ReportWithLineage
Interface ReportWithLineage
A report document with lineage information.
interface
ReportWithLineage
{
_id
:
string
;
_rev
:
string
;
contact
?:
NormalizedParent
|
ContactWithLineage
;
fields
:
DataObject
;
form
:
string
;
patient
?:
NormalizedParent
|
ContactWithLineage
;
place
?:
NormalizedParent
|
ContactWithLineage
;
reported_date
:
Date
;
readonly
[
key
:
string
]:
DataValue
;
}
Hierarchy (
View Summary
)
Report
.
v1
.
Report
ReportWithLineage
Indexable
readonly
[
key
:
string
]:
DataValue
Index
Properties
_
id
_
rev
contact?
fields
form
patient?
place?
reported_
date
Properties
Readonly
_
id
_id
:
string
Readonly
_
rev
_rev
:
string
Optional
Readonly
contact
contact
?:
NormalizedParent
|
ContactWithLineage
Readonly
fields
fields
:
DataObject
Readonly
form
form
:
string
Optional
Readonly
patient
patient
?:
NormalizedParent
|
ContactWithLineage
Optional
Readonly
place
place
?:
NormalizedParent
|
ContactWithLineage
Readonly
reported_
date
reported_date
:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
_
rev
contact
fields
form
patient
place
reported_
date
@medic/cht-datasource
Loading...
A report document with lineage information.