Class: OrcaApi::PatientService::CreateResult
- Defined in:
- lib/orca_api/patient_service.rb
Overview
患者情報の登録の結果を表現するクラス
Constant Summary
Constants inherited from Result
Instance Attribute Summary
Attributes inherited from Result
Instance Method Summary collapse
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::Result
Constructor Details
This class inherits a constructor from OrcaApi::Result
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class OrcaApi::Result
Instance Method Details
#duplicated_patient_candidates ⇒ Object
13 14 15 |
# File 'lib/orca_api/patient_service.rb', line 13 def duplicated_patient_candidates body["Patient2_Information"] || [] end |