Class: OrcaApi::PatientService::HealthPublicInsurance
- Inherits:
-
HealthPublicInsuranceCommon
- Object
- Service
- HealthPublicInsuranceCommon
- OrcaApi::PatientService::HealthPublicInsurance
- Defined in:
- lib/orca_api/patient_service/health_public_insurance.rb
Overview
患者保険・公費情報を扱うサービス
Instance Attribute Summary
Attributes inherited from Service
Instance Method Summary collapse
-
#update(id, args) ⇒ Object
患者保険・公費情報を更新する.
Methods inherited from HealthPublicInsuranceCommon
Methods inherited from Service
Constructor Details
This class inherits a constructor from OrcaApi::Service
Constructor Details
This class inherits a constructor from OrcaApi::Service
Instance Method Details
#update(id, args) ⇒ Object
患者保険・公費情報を更新する
33 34 35 36 37 38 |
# File 'lib/orca_api/patient_service/health_public_insurance.rb', line 33 def update(id, args) super( id, args.select { |key, _| OPTION_KEYS.include? key } ) end |