Class: Mindee::Product::US::HealthcareCard::HealthcareCardV1PagePrediction
- Inherits:
-
HealthcareCardV1Document
- Object
- Mindee::Parsing::Common::Prediction
- HealthcareCardV1Document
- Mindee::Product::US::HealthcareCard::HealthcareCardV1PagePrediction
- Defined in:
- lib/mindee/product/us/healthcare_card/healthcare_card_v1_page.rb
Overview
Healthcare Card V1 page prediction.
Instance Attribute Summary
Attributes inherited from HealthcareCardV1Document
#company_name, #copays, #dependents, #enrollment_date, #group_number, #issuer80840, #member_id, #member_name, #payer_id, #rx_bin, #rx_grp, #rx_pcn
Instance Method Summary collapse
Methods inherited from HealthcareCardV1Document
Constructor Details
This class inherits a constructor from Mindee::Product::US::HealthcareCard::HealthcareCardV1Document
Instance Method Details
#to_s ⇒ String
25 26 27 28 29 |
# File 'lib/mindee/product/us/healthcare_card/healthcare_card_v1_page.rb', line 25 def to_s out_str = String.new out_str << "\n#{super}" out_str end |