GitHub
Preparing search index...
The search index is not available
Node HL7 Client - v3.0.0-beta.1
Node HL7 Client
CORE
HL7Node
Interface HL7Node
Node Base
Since
1.0.0
interface
HL7Node
{
exists
:
(
(
path
:
string
|
number
)
=>
boolean
)
;
forEach
:
(
(
callback
:
(
(
value
:
HL7Node
,
index
:
number
)
=>
void
)
)
=>
void
)
;
get
:
(
(
path
:
string
|
number
)
=>
HL7Node
)
;
isEmpty
:
(
(
)
=>
boolean
)
;
length
:
number
;
name
:
string
;
path
:
string
[]
;
read
:
(
(
path
:
string
[]
)
=>
HL7Node
)
;
set
:
(
(
path
:
string
|
number
,
value
?:
any
)
=>
HL7Node
)
;
toArray
:
(
(
)
=>
HL7Node
[]
)
;
toBoolean
:
(
(
)
=>
boolean
)
;
toDate
:
(
(
)
=>
Date
)
;
toFile
:
(
(
name
:
string
,
newLine
?:
boolean
,
location
?:
string
)
=>
void
)
;
toFloat
:
(
(
)
=>
number
)
;
toInteger
:
(
(
)
=>
number
)
;
toRaw
:
(
(
)
=>
string
)
;
toString
:
(
(
)
=>
string
)
;
write
:
(
(
path
:
string
[]
,
value
:
string
)
=>
HL7Node
)
;
}
Implemented by
EmptyNode
NodeBase
Index
Properties
exists
for
Each
get
is
Empty
length
name
path
read
set
to
Array
to
Boolean
to
Date
to
File
to
Float
to
Integer
to
Raw
to
String
write
Properties
exists
exists
:
(
(
path
:
string
|
number
)
=>
boolean
)
for
Each
for
Each
:
(
(
callback
:
(
(
value
:
HL7Node
,
index
:
number
)
=>
void
)
)
=>
void
)
get
get
:
(
(
path
:
string
|
number
)
=>
HL7Node
)
is
Empty
is
Empty
:
(
(
)
=>
boolean
)
length
length
:
number
name
name
:
string
path
path
:
string
[]
read
read
:
(
(
path
:
string
[]
)
=>
HL7Node
)
set
set
:
(
(
path
:
string
|
number
,
value
?:
any
)
=>
HL7Node
)
to
Array
to
Array
:
(
(
)
=>
HL7Node
[]
)
to
Boolean
to
Boolean
:
(
(
)
=>
boolean
)
to
Date
to
Date
:
(
(
)
=>
Date
)
to
File
to
File
:
(
(
name
:
string
,
newLine
?:
boolean
,
location
?:
string
)
=>
void
)
to
Float
to
Float
:
(
(
)
=>
number
)
to
Integer
to
Integer
:
(
(
)
=>
number
)
to
Raw
to
Raw
:
(
(
)
=>
string
)
to
String
to
String
:
(
(
)
=>
string
)
write
write
:
(
(
path
:
string
[]
,
value
:
string
)
=>
HL7Node
)
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
exists
for
Each
get
is
Empty
length
name
path
read
set
to
Array
to
Boolean
to
Date
to
File
to
Float
to
Integer
to
Raw
to
String
write
GitHub
Node HL7 Client - v3.0.0-beta.1
Loading...
Node Base
Since
1.0.0