Interface HL7_SPEC

HL7 Base Interface

1.0.0

interface HL7_SPEC {
    buildMSH: ((mshHeader: MSH, massage: Message) => void);
    checkMSH: ((options: MSH) => boolean);
    name: string;
}

Implemented by

Properties

buildMSH: ((mshHeader: MSH, massage: Message) => void)

Build MSH

checkMSH: ((options: MSH) => boolean)

Check the MSH Header for this Specification

name: string

Name of the HL7 Spec