GitHub
Preparing search index...
The search index is not available
Node HL7 Client - v3.0.0-beta.1
Node HL7 Client
CORE
NodeBase
Class NodeBase
Node Base
Since
1.0.0
Hierarchy (
view full
)
EventEmitter
NodeBase
Segment
Implements
HL7Node
Index
Constructors
constructor
Properties
_name
parent
empty
Accessors
length
name
path
Methods
exists
for
Each
get
is
Empty
read
set
to
Array
to
Boolean
to
Date
to
File
to
Float
to
Integer
to
Raw
to
String
write
Constructors
constructor
new
Node
Base
(
parent
,
text
?
,
delimiter
?
)
:
NodeBase
Parameters
parent
:
null
|
NodeBase
text
:
string
= ""
delimiter
:
undefined
|
Delimiters
= undefined
Returns
NodeBase
Properties
_name
_name
:
string
Protected
parent
parent
:
null
|
NodeBase
Static
empty
empty
:
EmptyNode
= ...
Accessors
length
get
length
(
)
:
number
Returns
number
name
get
name
(
)
:
string
Returns
string
path
get
path
(
)
:
string
[]
Returns
string
[]
Methods
exists
exists
(
path
)
:
boolean
Parameters
path
:
string
|
number
Returns
boolean
for
Each
for
Each
(
callback
)
:
void
Parameters
callback
:
(
(
value
:
HL7Node
,
index
:
number
)
=>
void
)
(
value
,
index
)
:
void
Parameters
value
:
HL7Node
index
:
number
Returns
void
Returns
void
get
get
(
path
)
:
HL7Node
Parameters
path
:
string
|
number
Returns
HL7Node
is
Empty
is
Empty
(
)
:
boolean
Returns
boolean
read
read
(
_path
)
:
HL7Node
Parameters
_path
:
string
[]
Returns
HL7Node
set
set
(
path
,
value
?
)
:
HL7Node
Parameters
path
:
string
|
number
Optional
value
:
any
Returns
HL7Node
to
Array
to
Array
(
)
:
HL7Node
[]
Returns
HL7Node
[]
to
Boolean
to
Boolean
(
)
:
boolean
Returns
boolean
to
Date
to
Date
(
)
:
Date
Returns
Date
to
File
to
File
(
_name
,
_newLine
?
,
_location
?
)
:
void
Parameters
_name
:
string
Optional
_newLine
:
boolean
Optional
_location
:
string
Returns
void
to
Float
to
Float
(
)
:
number
Returns
number
to
Integer
to
Integer
(
)
:
number
Returns
number
to
Raw
to
Raw
(
)
:
string
Returns
string
to
String
to
String
(
)
:
string
Returns a string representation of an object.
Returns
string
write
write
(
path
,
value
)
:
HL7Node
Parameters
path
:
string
[]
value
:
string
Returns
HL7Node
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_name
parent
empty
Accessors
length
name
path
Methods
exists
for
Each
get
is
Empty
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