Class: Google::Apis::HealthcareV1beta1::IngestMessageRequest
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::IngestMessageRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb
Overview
Ingests a message into the specified HL7v2 store.
Instance Attribute Summary collapse
-
#message ⇒ Google::Apis::HealthcareV1beta1::Message
A complete HL7v2 message.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IngestMessageRequest
constructor
A new instance of IngestMessageRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IngestMessageRequest
Returns a new instance of IngestMessageRequest.
4002 4003 4004 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4002 def initialize(**args) update!(**args) end |
Instance Attribute Details
#message ⇒ Google::Apis::HealthcareV1beta1::Message
A complete HL7v2 message. See Introduction to HL7 Standards for details on the standard.
Corresponds to the JSON property message
4000 4001 4002 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4000 def @message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4007 4008 4009 |
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4007 def update!(**args) @message = args[:message] if args.key?(:message) end |