Net_HL7
[ class tree: Net_HL7 ] [ index: Net_HL7 ] [ all elements ]

Element index for package Net_HL7

[ a ] [ c ] [ g ] [ h ] [ i ] [ m ] [ n ] [ r ] [ s ] [ t ]

a

addSegment
in file Message.php, method Net_HL7_Message::addSegment()
    Add a segment.
ACK.php
procedural page ACK.php
top

c

close
in file Connection.php, method Net_HL7_Connection::close()
    Close the connection.
createMessage
in file HL7.php, method Net_HL7::createMessage()
    Create a new Net_HL7_Message, using the global HL7 variables as defaults.
createMSH
in file HL7.php, method Net_HL7::createMSH()
    Create a new Net_HL7_Segments_MSH segment, using the global HL7 variables as defaults.
Connection.php
procedural page Connection.php
top

g

getNull
in file HL7.php, method Net_HL7::getNull()
    Convenience method for obtaining the special NULL value.
getSegmentAsString
in file Message.php, method Net_HL7_Message::getSegmentAsString()
    Get the segment identified by index as string, using the messsages separators.
getSegmentByIndex
in file Message.php, method Net_HL7_Message::getSegmentByIndex()
    Return the segment specified by $index.
getSegmentFieldAsString
in file Message.php, method Net_HL7_Message::getSegmentFieldAsString()
    Get the field identified by $fldIndex from segment $segIndex.
getSegments
in file Message.php, method Net_HL7_Message::getSegments()
    Return an array containing all segments in the right order.
getSegmentsByName
in file Message.php, method Net_HL7_Message::getSegmentsByName()
    Return an array of all segments with the given name
top

h

HL7.php
procedural page HL7.php
top

i

insertSegment
in file Message.php, method Net_HL7_Message::insertSegment()
    Insert a segment.
top

m

Message.php
procedural page Message.php
MSH.php
procedural page MSH.php
top

n

Net_HL7
in file HL7.php, class Net_HL7
    The Net_HL7 class is a factory class for HL7 messages.
Net_HL7
in file HL7.php, method Net_HL7::Net_HL7()
    Create a new instance of the HL7 factory, and set global defaults.
Net_HL7_Connection
in file Connection.php, method Net_HL7_Connection::Net_HL7_Connection()
    Creates a connection to a HL7 server, or returns undef when a connection could not be established.are:
Net_HL7_Connection
in file Connection.php, class Net_HL7_Connection
    Usage:
Net_HL7_Message
in file Message.php, method Net_HL7_Message::Net_HL7_Message()
    Constructor for Net_HL7_Message. Consider using the HL7 factory to obtain a message instead.
Net_HL7_Message
in file Message.php, class Net_HL7_Message
    Class specifying the HL7 message, both request and response.
Net_HL7_Segments_MSH
in file MSH.php, method Net_HL7_Segments_MSH::Net_HL7_Segments_MSH()
    Create an instance of the MSH segment.
Net_HL7_Segments_MSH
in file MSH.php, class Net_HL7_Segments_MSH
    MSH (message header) segment class
Net_HL7_Messages_ACK
in file ACK.php, method Net_HL7_Messages_ACK::Net_HL7_Messages_ACK()
    Usage:
Net_HL7_Messages_ACK
in file ACK.php, class Net_HL7_Messages_ACK
    Class specifying the HL7 message, both request and response.
top

r

removeSegmentByIndex
in file Message.php, method Net_HL7_Message::removeSegmentByIndex()
    Remove the segment indexed by $index.
top

s

Segment.php
procedural page Segment.php
send
in file Connection.php, method Net_HL7_Connection::send()
    Sends a Net_HL7_Message object over this connection.
setComponentSeparator
in file HL7.php, method Net_HL7::setComponentSeparator()
    Set the component separator to be used by the factory. Should be a single character. Default ^
setEscapeCharacter
in file HL7.php, method Net_HL7::setEscapeCharacter()
    Set the escape character to be used by the factory. Should be a single character. Default: \
setField
in file MSH.php, method Net_HL7_Segments_MSH::setField()
    Set the field specified by index to value.
setFieldSeparator
in file HL7.php, method Net_HL7::setFieldSeparator()
    Set the field separator to be used by the factory. Should be a single character. Default: |
setHL7Version
in file HL7.php, method Net_HL7::setHL7Version()
    Set the HL7 version to be used by the factory.
setNull
in file HL7.php, method Net_HL7::setNull()
    Set the NULL string to be used by the factory.
setRepetitionSeparator
in file HL7.php, method Net_HL7::setRepetitionSeparator()
    Set the repetition separator to be used by the factory. Should be a single character. Default: ~
setSegment
in file Message.php, method Net_HL7_Message::setSegment()
    Set the segment on index.
setSegmentSeparator
in file HL7.php, method Net_HL7::setSegmentSeparator()
    Set the segment separator to be used by the factory. Should be a single character. Default: \015
setSubcomponentSeparator
in file HL7.php, method Net_HL7::setSubcomponentSeparator()
    Set the subcomponent separator to be used by the factory. Should be a single character. Default: &
setAckCode
in file ACK.php, method Net_HL7_Messages_ACK::setAckCode()
    Set the acknowledgement code for the acknowledgement. Code should be
setErrorMessage
in file ACK.php, method Net_HL7_Messages_ACK::setErrorMessage()
    Set the error message for the acknowledgement. This will also set the error code to either AE or CE, depending on the mode of the incoming message.
top

t

toString
in file Message.php, method Net_HL7_Message::toString()
    Return a string representation of this message.
top

Documentation generated on Mon, 11 Mar 2019 15:32:34 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.