Class: AvvoApi::AdvancedTraining

Inherits:
Base
  • Object
show all
Defined in:
lib/avvo_api/advanced_training.rb

Overview

Represents advanced training, like residencies, for doctors. This model is only applicable to doctors. The following attributes MUST be set when using this model:

  • doctor_id

This model has the following attributes:

  • id - The model’s id

  • advanced_training_type_id - an AvvoApi::AdvancedTrainingType constant

  • specialty_name - The name of the specialty this advanced training is in

  • hospital_name - The normalized name of the hospital. This will be resolved by Avvo when it is set by this client.

  • graduation_date - The date this training was completed

Constant Summary

Constants inherited from Base

Base::API_VERSION