UNPKG
@redox-contrib/models
Version:
latest (0.2.0)
0.2.0
0.1.0
Typescript definitions for the Redox API.
github.com/redox-contrib/models
redox-contrib/models
@redox-contrib/models
/
common
/
ClinicalInfo.d.ts
7 lines
(6 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
CodeSetDescriptionWithValue
}
from
'./CodeSetDescriptionWithValue'
;
export
interface
ClinicalInfo
extends
CodeSetDescriptionWithValue
{
Abbreviation
?:
string
|
null
;
Notes
?:
string
[];
Units
?:
string
|
null
; }