GitHub
Preparing search index...
The search index is not available
Node HL7 Client - v3.0.0-beta.1
Node HL7 Client
HL7
HL7_SPEC
Interface HL7_SPEC
HL7 Base Interface
Since
1.0.0
interface
HL7_SPEC
{
buildMSH
:
(
(
mshHeader
:
MSH
,
massage
:
Message
)
=>
void
)
;
checkMSH
:
(
(
options
:
MSH
)
=>
boolean
)
;
name
:
string
;
}
Implemented by
HL7_SPEC_BASE
Index
Properties
buildMSH
checkMSH
name
Properties
buildMSH
buildMSH
:
(
(
mshHeader
:
MSH
,
massage
:
Message
)
=>
void
)
Build MSH
checkMSH
checkMSH
:
(
(
options
:
MSH
)
=>
boolean
)
Check the MSH Header for this Specification
name
name
:
string
Name of the HL7 Spec
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
buildMSH
checkMSH
name
GitHub
Node HL7 Client - v3.0.0-beta.1
Loading...
HL7 Base Interface
Since
1.0.0