Class: OrcaApi::MedicalPracticeService::Response3Result
- Inherits:
-
ResponseResult
- Object
- Result
- ResponseResult
- OrcaApi::MedicalPracticeService::Response3Result
- 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
#cd_information ⇒ Hash
164 165 166 |
# File 'lib/orca_api/medical_practice_service.rb', line 164 def cd_information Hash(body["Cd_Information"]) end |
#medical_information ⇒ Hash
159 160 161 |
# File 'lib/orca_api/medical_practice_service.rb', line 159 def medical_information Hash(body["Medical_Information"]) end |
#print_information ⇒ Hash
169 170 171 |
# File 'lib/orca_api/medical_practice_service.rb', line 169 def print_information Hash(body["Print_Information"]) end |