Class: Google::Apis::HealthcareV1::CreateMessageRequest
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::HealthcareV1::CreateMessageRequest
 
- 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
Creates a new message.
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ Google::Apis::HealthcareV1::Message 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A complete HL7v2 message. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ CreateMessageRequest 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of CreateMessageRequest. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ CreateMessageRequest
Returns a new instance of CreateMessageRequest.
| 778 779 780 | # File 'lib/google/apis/healthcare_v1/classes.rb', line 778 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#message ⇒ Google::Apis::HealthcareV1::Message
A complete HL7v2 message. See Introduction to HL7 Standards for details on the standard.
Corresponds to the JSON property message
| 776 777 778 | # File 'lib/google/apis/healthcare_v1/classes.rb', line 776 def @message end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 783 784 785 | # File 'lib/google/apis/healthcare_v1/classes.rb', line 783 def update!(**args) @message = args[:message] if args.key?(:message) end |