Class: OrcaApi::MedicalPracticeService::Response3Result

Inherits:
ResponseResult show all
Defined in:
lib/orca_api/medical_practice_service.rb

Overview

診療行為確認・登録のレスポンスを表現したクラス

Constant Summary

Constants inherited from Result

Result::LOCKED_API_RESULT

Instance Attribute Summary

Attributes inherited from Result

#raw

Instance Method Summary collapse

Methods inherited from ResponseResult

#initialize, #ok?

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_informationHash

Returns:

  • (Hash)


164
165
166
# File 'lib/orca_api/medical_practice_service.rb', line 164

def cd_information
  Hash(body["Cd_Information"])
end

#medical_informationHash

Returns:

  • (Hash)


159
160
161
# File 'lib/orca_api/medical_practice_service.rb', line 159

def medical_information
  Hash(body["Medical_Information"])
end

Returns:

  • (Hash)


169
170
171
# File 'lib/orca_api/medical_practice_service.rb', line 169

def print_information
  Hash(body["Print_Information"])
end