Sha256: bda061ec1a2d846f3ddb55c1318cd5922b2a90a0f97e9a07d171ba63330a7731
Contents?: true
Size: 1.8 KB
Versions: 5
Compression:
Stored size: 1.8 KB
Contents
# encoding: UTF-8 require 'ruby-hl7' class HL7::Message::Segment::PV2 < HL7::Message::Segment weight 3 add_field :prior_pending_location add_field :accommodation_code add_field :admit_reason add_field :transfer_reason add_field :patient_valuables add_field :patient_valuables_location add_field :visit_user_code add_field :expected_admit_date add_field :expected_discharge_date add_field :estimated_inpatient_stay_length add_field :actual_inpatient_stay_length add_field :visit_description add_field :referral_source_code add_field :previous_service_date add_field :employment_illness_related_indicator add_field :purge_status_code add_field :purge_status_date add_field :special_program_code add_field :retention_indicator add_field :expected_number_of_insurance_plans add_field :visit_publicity_code add_field :visit_protection_indicator add_field :clinic_organization_name add_field :patient_status_code add_field :visit_priority_code add_field :previous_treatment_date add_field :expected_discharge_disposition add_field :signature_on_file add_field :first_similar_illness_date add_field :patient_charge_adjustment_code add_field :recurring_service_code add_field :billing_media_code add_field :expected_surgery_date add_field :military_partnership_code add_field :military_non_availibility_code add_field :newborn_baby_indicator add_field :baby_detained_indicator add_field :mode_of_arrival_code add_field :recreational_drug_use_code add_field :precaution_code add_field :patient_condition_code add_field :living_will_code add_field :organ_donor_code add_field :advance_directive_code add_field :patient_status_effective_date add_field :expected_loa_return_date add_field :expected_preadmission_testing_date add_field :notify_clergy_code end
Version data entries
5 entries across 5 versions & 2 rubygems
Version | Path |
---|---|
segfault-ruby-hl7-0.3.0 | lib/segments/pv2.rb |
ruby-hl7-1.0.3 | lib/segments/pv2.rb |
ruby-hl7-1.0.2 | lib/segments/pv2.rb |
ruby-hl7-1.0.1 | lib/segments/pv2.rb |
ruby-hl7-1.0 | lib/segments/pv2.rb |