class Google::Apis::HealthcareV1::IngestMessageRequest

Ingests a message into the specified HL7v2 store.

Attributes

message[RW]

A complete HL7v2 message. See [Introduction to HL7 Standards] (www.hl7. org/implement/standards/index.cfm?ref=common) for details on the standard. Corresponds to the JSON property `message` @return [Google::Apis::HealthcareV1::Message]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/healthcare_v1/classes.rb, line 2489
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/healthcare_v1/classes.rb, line 2494
def update!(**args)
  @message = args[:message] if args.key?(:message)
end