Method: LIS::Transfer::ApplicationProtocol#received_header
- Defined in:
- lib/lis/transfer/application_protocol.rb
#received_header(message) ⇒ Object
19 20 21 22 |
# File 'lib/lis/transfer/application_protocol.rb', line 19 def received_header() @patient_information_requests ||= {} # delete the list of patients @device_name = .sender_name end |