@ukkidney/ukrdc-axios-ts
Preparing search index...
DocumentSummarySchema
Interface DocumentSummarySchema
Summary of a patient document.
interface
DocumentSummarySchema
{
documentname
?:
string
|
null
;
documenttime
?:
string
|
null
;
enteredatcode
?:
string
|
null
;
enteredbydesc
?:
string
|
null
;
filename
?:
string
|
null
;
filetype
?:
string
|
null
;
id
:
string
;
pid
:
string
;
}
Index
Properties
documentname?
documenttime?
enteredatcode?
enteredbydesc?
filename?
filetype?
id
pid
Properties
Optional
documentname
documentname
?:
string
|
null
Optional
documenttime
documenttime
?:
string
|
null
Optional
enteredatcode
enteredatcode
?:
string
|
null
Optional
enteredbydesc
enteredbydesc
?:
string
|
null
Optional
filename
filename
?:
string
|
null
Optional
filetype
filetype
?:
string
|
null
id
id
:
string
Document ID
pid
pid
:
string
Patient ID
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
documentname
documenttime
enteredatcode
enteredbydesc
filename
filetype
id
pid
@ukkidney/ukrdc-axios-ts
Loading...
Summary of a patient document.