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

Index of all elements

[ 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

getField
in file Segment.php, method Net_HL7_Segment::getField()
    Get the field at index. If the field is a composed field, you might
getFields
in file Segment.php, method Net_HL7_Segment::getFields()
    Get the fields in the specified range, or all if nothing specified. If only the 'from' value is provided, all fields from this index till the end of the segment will be returned.
getName
in file Segment.php, method Net_HL7_Segment::getName()
    Get the name of the segment. This is basically the value at index 0
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, class Net_HL7_Connection
    Usage:
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_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_Messages_ACK
in file ACK.php, class Net_HL7_Messages_ACK
    Class specifying the HL7 message, both request and response.
Net_HL7_Messages_ACK
in file ACK.php, method Net_HL7_Messages_ACK::Net_HL7_Messages_ACK()
    Usage:
Net_HL7_Segment
in file Segment.php, method Net_HL7_Segment::Net_HL7_Segment()
    Create an instance of this segment. A segment may be created with just
Net_HL7_Segment
in file Segment.php, class Net_HL7_Segment
Net_HL7_Segments_MSH
in file MSH.php, class Net_HL7_Segments_MSH
    MSH (message header) segment class
Net_HL7_Segments_MSH
in file MSH.php, method Net_HL7_Segments_MSH::Net_HL7_Segments_MSH()
    Create an instance of the MSH segment.
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.
setAckCode
in file ACK.php, method Net_HL7_Messages_ACK::setAckCode()
    Set the acknowledgement code for the acknowledgement. Code should be
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 ^
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.
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.
setField
in file Segment.php, method Net_HL7_Segment::setField()
    Set the field specified by index to value, and return some true 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: &
size
in file Segment.php, method Net_HL7_Segment::size()
    Get the number of fields for this segment, not including the name
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.