class Google::Apis::HealthcareV1::IngestMessageResponse
Acknowledges that a message has been ingested into the specified HL7v2 store.
Attributes
hl7_ack[RW]
HL7v2 ACK message. Corresponds to the JSON property `hl7Ack` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]
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 2515 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 2520 def update!(**args) @hl7_ack = args[:hl7_ack] if args.key?(:hl7_ack) @message = args[:message] if args.key?(:message) end