The hl7-client Reference Manual

This is the hl7-client Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:41:19 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 hl7-client

hl7-client - send HL7-Messages over TCP/IP with MLLP

Author

Martin R. Enders <>

License

BSD

Dependency

usocket (system).

Source

hl7-client.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 hl7-client/hl7-client.asd

Source

hl7-client.asd.

Parent Component

hl7-client (system).

ASDF Systems

hl7-client.


3.1.2 hl7-client/package.lisp

Source

hl7-client.asd.

Parent Component

hl7-client (system).

Packages

hl7-client.


3.1.3 hl7-client/hl7-client.lisp

Dependency

package.lisp (file).

Source

hl7-client.asd.

Parent Component

hl7-client (system).

Public Interface
Internals

4 Packages

Packages are listed by definition order.


4.1 hl7-client

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: get-hl7-test-message (&optional message-control-id)
Package

hl7-client.

Source

hl7-client.lisp.

Function: send (server port message-or-message-list)
Package

hl7-client.

Source

hl7-client.lisp.


5.2 Internals


5.2.1 Ordinary functions

Function: get-hl7-test-message-list (&optional number-of-messages)
Package

hl7-client.

Source

hl7-client.lisp.

Function: mllp-send-message (stream line)

Print Message with MLLP Envelope to stream

Package

hl7-client.

Source

hl7-client.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables