Class: OrcaApi::MedicalPracticeService::Response1Result
- Inherits:
-
ResponseResult
- Object
- Result
- ResponseResult
- OrcaApi::MedicalPracticeService::Response1Result
- Defined in:
- lib/orca_api/medical_practice_service.rb
Overview
診療処理開始または、デフォルト保険組合せ取得のレスポンスを表現したクラス
Constant Summary
Constants inherited from Result
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
Methods inherited from ResponseResult
Methods inherited from Result
#[], #body, def_info, #initialize, #locked?, #message, #method_missing, #ok?, parse, #respond_to_missing?, trim_response, #warning?
Constructor Details
This class inherits a constructor from OrcaApi::MedicalPracticeService::ResponseResult
Constructor Details
This class inherits a constructor from OrcaApi::MedicalPracticeService::ResponseResult
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OrcaApi::Result
Instance Method Details
#medical_info ⇒ Array<Hash>
137 138 139 140 141 |
# File 'lib/orca_api/medical_practice_service.rb', line 137 def medical_info medical_information.flat_map do |mi| Array(mi["Medical_Info"]) end end |
#medical_information ⇒ Array<Hash>
119 120 121 |
# File 'lib/orca_api/medical_practice_service.rb', line 119 def medical_information Array(body["Medical_Information"]) end |