Class: Google::Apis::HealthcareV1::IngestMessageRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1/classes.rb,
lib/google/apis/healthcare_v1/representations.rb,
lib/google/apis/healthcare_v1/representations.rb

Overview

Ingests a message into the specified HL7v2 store.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ IngestMessageRequest

Returns a new instance of IngestMessageRequest.



2732
2733
2734
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2732

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#messageGoogle::Apis::HealthcareV1::Message

A complete HL7v2 message. See Introduction to HL7 Standards for details on the standard. Corresponds to the JSON property message



2730
2731
2732
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2730

def message
  @message
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2737
2738
2739
# File 'lib/google/apis/healthcare_v1/classes.rb', line 2737

def update!(**args)
  @message = args[:message] if args.key?(:message)
end