class Google::Apis::HealthcareV1::CreateMessageRequest
Creates a new message.
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 733 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 738 def update!(**args) @message = args[:message] if args.key?(:message) end