sig
  type syntax = [ `BE_explicit | `File | `LE_explicit | `LE_implicit ]
  type vr =
      [ `AE
      | `AS
      | `AT
      | `CS
      | `DA
      | `DS
      | `DT
      | `FD
      | `FL
      | `IS
      | `LO
      | `LT
      | `OB
      | `OF
      | `OW
      | `PN
      | `SH
      | `SL
      | `SQ
      | `SS
      | `ST
      | `TM
      | `UI
      | `UL
      | `UN
      | `US
      | `UT ]
  val pp_vr : Format.formatter -> Dicomm.vr -> unit
  type tag
  module Tag :
    sig
      type t = Dicomm.tag
      val group : Dicomm.tag -> int
      val element : Dicomm.tag -> int
      val of_group_element : int -> int -> Dicomm.tag
      val name : Dicomm.tag -> string option
      val keyword : Dicomm.tag -> string option
      val vr :
        Dicomm.tag ->
        [ `AE
        | `AS
        | `AT
        | `CS
        | `DA
        | `DS
        | `DT
        | `FD
        | `FL
        | `IS
        | `LO
        | `LT
        | `OB
        | `OB_or_OW
        | `OF
        | `OW
        | `PN
        | `SH
        | `SL
        | `SQ
        | `SS
        | `ST
        | `TM
        | `UI
        | `UL
        | `UN
        | `US
        | `US_or_OW
        | `US_or_SS
        | `US_or_SS_or_OW
        | `UT ] option
      val vm :
        Dicomm.tag ->
        [ `Four
        | `Nine
        | `One
        | `One_2
        | `One_3
        | `One_32
        | `One_8
        | `One_99
        | `One_n
        | `Six
        | `Six_n
        | `Sixteen
        | `Three
        | `Three_3n
        | `Three_n
        | `Two
        | `Two_2n
        | `Two_n ] option
      val retired : Dicomm.tag -> bool option
      val equal : Dicomm.tag -> Dicomm.tag -> bool
      val compare : Dicomm.tag -> Dicomm.tag -> int
      val pp : Format.formatter -> Dicomm.Tag.t -> unit
      val command_group_length : Dicomm.tag
      val affected_sop_class_uid : Dicomm.tag
      val requested_sopclass_uid : Dicomm.tag
      val command_field : Dicomm.tag
      val message_id : Dicomm.tag
      val message_id_being_responded_to : Dicomm.tag
      val move_destination : Dicomm.tag
      val priority : Dicomm.tag
      val command_data_set_type : Dicomm.tag
      val status : Dicomm.tag
      val offending_element : Dicomm.tag
      val error_comment : Dicomm.tag
      val error_id : Dicomm.tag
      val affected_sop_instance_uid : Dicomm.tag
      val requested_sop_instance_uid : Dicomm.tag
      val event_type_id : Dicomm.tag
      val attribute_identifier_list : Dicomm.tag
      val action_type_id : Dicomm.tag
      val number_of_remaining_suboperations : Dicomm.tag
      val number_of_completed_suboperations : Dicomm.tag
      val number_of_failed_suboperations : Dicomm.tag
      val number_of_warning_suboperations : Dicomm.tag
      val move_originator_application_entity_title : Dicomm.tag
      val move_originator_message_id : Dicomm.tag
      val command_length_to_end : Dicomm.tag
      val command_recognition_code : Dicomm.tag
      val initiator : Dicomm.tag
      val receiver : Dicomm.tag
      val find_location : Dicomm.tag
      val number_of_matches : Dicomm.tag
      val response_sequence_number : Dicomm.tag
      val dialog_receiver : Dicomm.tag
      val terminal_type : Dicomm.tag
      val message_set_id : Dicomm.tag
      val end_message_id : Dicomm.tag
      val display_format : Dicomm.tag
      val page_position_id : Dicomm.tag
      val text_format_id : Dicomm.tag
      val normal_reverse : Dicomm.tag
      val add_gray_scale : Dicomm.tag
      val borders : Dicomm.tag
      val copies : Dicomm.tag
      val command_magnification_type : Dicomm.tag
      val erase : Dicomm.tag
      val print : Dicomm.tag
      val overlays : Dicomm.tag
      val file_meta_information_group_length : Dicomm.tag
      val file_meta_information_version : Dicomm.tag
      val media_storage_sop_class_uid : Dicomm.tag
      val media_storage_sop_instance_uid : Dicomm.tag
      val transfer_syntax_uid : Dicomm.tag
      val implementation_class_uid : Dicomm.tag
      val implementation_version_name : Dicomm.tag
      val source_application_entity_title : Dicomm.tag
      val private_information_creator_uid : Dicomm.tag
      val private_information : Dicomm.tag
      val file_set_id : Dicomm.tag
      val file_set_descriptor_file_id : Dicomm.tag
      val specific_character_set_of_file_set_descriptor_file : Dicomm.tag
      val offset_of_the_first_directory_record_of_the_root_directory_entity :
        Dicomm.tag
      val offset_of_the_last_directory_record_of_the_root_directory_entity :
        Dicomm.tag
      val file_set_consistency_flag : Dicomm.tag
      val directory_record_sequence : Dicomm.tag
      val offset_of_the_next_directory_record : Dicomm.tag
      val record_in_use_flag : Dicomm.tag
      val offset_of_referenced_lower_level_directory_entity : Dicomm.tag
      val directory_record_type : Dicomm.tag
      val private_record_uid : Dicomm.tag
      val referenced_file_id : Dicomm.tag
      val mrdr_directory_record_offset : Dicomm.tag
      val referenced_sop_class_uid_in_file : Dicomm.tag
      val referenced_sop_instance_uid_in_file : Dicomm.tag
      val referenced_transfer_syntax_uid_in_file : Dicomm.tag
      val referenced_related_general_sop_class_uid_in_file : Dicomm.tag
      val number_of_references : Dicomm.tag
      val length_to_end : Dicomm.tag
      val specific_character_set : Dicomm.tag
      val language_code_sequence : Dicomm.tag
      val image_type : Dicomm.tag
      val recognition_code : Dicomm.tag
      val instance_creation_date : Dicomm.tag
      val instance_creation_time : Dicomm.tag
      val instance_creator_uid : Dicomm.tag
      val sop_class_uid : Dicomm.tag
      val sop_instance_uid : Dicomm.tag
      val related_general_sop_class_uid : Dicomm.tag
      val original_specialized_sop_class_uid : Dicomm.tag
      val study_date : Dicomm.tag
      val series_date : Dicomm.tag
      val acquisition_date : Dicomm.tag
      val content_date : Dicomm.tag
      val overlay_date : Dicomm.tag
      val curve_date : Dicomm.tag
      val acquisition_date_time : Dicomm.tag
      val study_time : Dicomm.tag
      val series_time : Dicomm.tag
      val acquisition_time : Dicomm.tag
      val content_time : Dicomm.tag
      val overlay_time : Dicomm.tag
      val curve_time : Dicomm.tag
      val data_set_type : Dicomm.tag
      val data_set_subtype : Dicomm.tag
      val nuclear_medicine_series_type : Dicomm.tag
      val accession_number : Dicomm.tag
      val issuer_of_accession_number_sequence : Dicomm.tag
      val query_retrieve_level : Dicomm.tag
      val retrieve_ae_title : Dicomm.tag
      val instance_availability : Dicomm.tag
      val failed_sop_instance_uid_list : Dicomm.tag
      val modality : Dicomm.tag
      val modalities_in_study : Dicomm.tag
      val sop_classes_in_study : Dicomm.tag
      val conversion_type : Dicomm.tag
      val presentation_intent_type : Dicomm.tag
      val manufacturer : Dicomm.tag
      val institution_name : Dicomm.tag
      val institution_address : Dicomm.tag
      val institution_code_sequence : Dicomm.tag
      val referring_physician_name : Dicomm.tag
      val referring_physician_address : Dicomm.tag
      val referring_physician_telephone_numbers : Dicomm.tag
      val referring_physician_identification_sequence : Dicomm.tag
      val code_value : Dicomm.tag
      val coding_scheme_designator : Dicomm.tag
      val coding_scheme_version : Dicomm.tag
      val code_meaning : Dicomm.tag
      val mapping_resource : Dicomm.tag
      val context_group_version : Dicomm.tag
      val context_group_local_version : Dicomm.tag
      val context_group_extension_flag : Dicomm.tag
      val coding_scheme_uid : Dicomm.tag
      val context_group_extension_creator_uid : Dicomm.tag
      val context_identifier : Dicomm.tag
      val coding_scheme_identification_sequence : Dicomm.tag
      val coding_scheme_registry : Dicomm.tag
      val coding_scheme_external_id : Dicomm.tag
      val coding_scheme_name : Dicomm.tag
      val coding_scheme_responsible_organization : Dicomm.tag
      val context_uid : Dicomm.tag
      val timezone_offset_from_utc : Dicomm.tag
      val network_id : Dicomm.tag
      val station_name : Dicomm.tag
      val study_description : Dicomm.tag
      val procedure_code_sequence : Dicomm.tag
      val series_description : Dicomm.tag
      val series_description_code_sequence : Dicomm.tag
      val institutional_department_name : Dicomm.tag
      val physicians_of_record : Dicomm.tag
      val physicians_of_record_identification_sequence : Dicomm.tag
      val performing_physician_name : Dicomm.tag
      val performing_physician_identification_sequence : Dicomm.tag
      val name_of_physicians_reading_study : Dicomm.tag
      val physicians_reading_study_identification_sequence : Dicomm.tag
      val operators_name : Dicomm.tag
      val operator_identification_sequence : Dicomm.tag
      val admitting_diagnoses_description : Dicomm.tag
      val admitting_diagnoses_code_sequence : Dicomm.tag
      val manufacturer_model_name : Dicomm.tag
      val referenced_results_sequence : Dicomm.tag
      val referenced_study_sequence : Dicomm.tag
      val referenced_performed_procedure_step_sequence : Dicomm.tag
      val referenced_series_sequence : Dicomm.tag
      val referenced_patient_sequence : Dicomm.tag
      val referenced_visit_sequence : Dicomm.tag
      val referenced_overlay_sequence : Dicomm.tag
      val referenced_stereometric_instance_sequence : Dicomm.tag
      val referenced_waveform_sequence : Dicomm.tag
      val referenced_image_sequence : Dicomm.tag
      val referenced_curve_sequence : Dicomm.tag
      val referenced_instance_sequence : Dicomm.tag
      val referenced_real_world_value_mapping_instance_sequence : Dicomm.tag
      val referenced_sop_class_uid : Dicomm.tag
      val referenced_sop_instance_uid : Dicomm.tag
      val sop_classes_supported : Dicomm.tag
      val referenced_frame_number : Dicomm.tag
      val simple_frame_list : Dicomm.tag
      val calculated_frame_list : Dicomm.tag
      val time_range : Dicomm.tag
      val frame_extraction_sequence : Dicomm.tag
      val multi_frame_source_sop_instance_uid : Dicomm.tag
      val transaction_uid : Dicomm.tag
      val failure_reason : Dicomm.tag
      val failed_sop_sequence : Dicomm.tag
      val referenced_sop_sequence : Dicomm.tag
      val studies_containing_other_referenced_instances_sequence : Dicomm.tag
      val related_series_sequence : Dicomm.tag
      val lossy_image_compression_retired : Dicomm.tag
      val derivation_description : Dicomm.tag
      val source_image_sequence : Dicomm.tag
      val stage_name : Dicomm.tag
      val stage_number : Dicomm.tag
      val number_of_stages : Dicomm.tag
      val view_name : Dicomm.tag
      val view_number : Dicomm.tag
      val number_of_event_timers : Dicomm.tag
      val number_of_views_in_stage : Dicomm.tag
      val event_elapsed_times : Dicomm.tag
      val event_timer_names : Dicomm.tag
      val event_timer_sequence : Dicomm.tag
      val event_time_offset : Dicomm.tag
      val event_code_sequence : Dicomm.tag
      val start_trim : Dicomm.tag
      val stop_trim : Dicomm.tag
      val recommended_display_frame_rate : Dicomm.tag
      val transducer_position : Dicomm.tag
      val transducer_orientation : Dicomm.tag
      val anatomic_structure : Dicomm.tag
      val anatomic_region_sequence : Dicomm.tag
      val anatomic_region_modifier_sequence : Dicomm.tag
      val primary_anatomic_structure_sequence : Dicomm.tag
      val anatomic_structure_space_or_region_sequence : Dicomm.tag
      val primary_anatomic_structure_modifier_sequence : Dicomm.tag
      val transducer_position_sequence : Dicomm.tag
      val transducer_position_modifier_sequence : Dicomm.tag
      val transducer_orientation_sequence : Dicomm.tag
      val transducer_orientation_modifier_sequence : Dicomm.tag
      val anatomic_structure_space_or_region_code_sequence_trial : Dicomm.tag
      val anatomic_portal_of_entrance_code_sequence_trial : Dicomm.tag
      val anatomic_approach_direction_code_sequence_trial : Dicomm.tag
      val anatomic_perspective_description_trial : Dicomm.tag
      val anatomic_perspective_code_sequence_trial : Dicomm.tag
      val anatomic_location_of_examining_instrument_description_trial :
        Dicomm.tag
      val anatomic_location_of_examining_instrument_code_sequence_trial :
        Dicomm.tag
      val anatomic_structure_space_or_region_modifier_code_sequence_trial :
        Dicomm.tag
      val on_axis_background_anatomic_structure_code_sequence_trial :
        Dicomm.tag
      val alternate_representation_sequence : Dicomm.tag
      val irradiation_event_uid : Dicomm.tag
      val identifying_comments : Dicomm.tag
      val frame_type : Dicomm.tag
      val referenced_image_evidence_sequence : Dicomm.tag
      val referenced_raw_data_sequence : Dicomm.tag
      val creator_version_uid : Dicomm.tag
      val derivation_image_sequence : Dicomm.tag
      val source_image_evidence_sequence : Dicomm.tag
      val pixel_presentation : Dicomm.tag
      val volumetric_properties : Dicomm.tag
      val volume_based_calculation_technique : Dicomm.tag
      val complex_image_component : Dicomm.tag
      val acquisition_contrast : Dicomm.tag
      val derivation_code_sequence : Dicomm.tag
      val referenced_presentation_state_sequence : Dicomm.tag
      val referenced_other_plane_sequence : Dicomm.tag
      val frame_display_sequence : Dicomm.tag
      val recommended_display_frame_rate_in_float : Dicomm.tag
      val skip_frame_range_flag : Dicomm.tag
      val patient_name : Dicomm.tag
      val patient_id : Dicomm.tag
      val issuer_of_patient_id : Dicomm.tag
      val type_of_patient_id : Dicomm.tag
      val issuer_of_patient_id_qualifiers_sequence : Dicomm.tag
      val patient_birth_date : Dicomm.tag
      val patient_birth_time : Dicomm.tag
      val patient_sex : Dicomm.tag
      val patient_insurance_plan_code_sequence : Dicomm.tag
      val patient_primary_language_code_sequence : Dicomm.tag
      val patient_primary_language_modifier_code_sequence : Dicomm.tag
      val other_patient_ids : Dicomm.tag
      val other_patient_names : Dicomm.tag
      val other_patient_ids_sequence : Dicomm.tag
      val patient_birth_name : Dicomm.tag
      val patient_age : Dicomm.tag
      val patient_size : Dicomm.tag
      val patient_size_code_sequence : Dicomm.tag
      val patient_weight : Dicomm.tag
      val patient_address : Dicomm.tag
      val insurance_plan_identification : Dicomm.tag
      val patient_mother_birth_name : Dicomm.tag
      val military_rank : Dicomm.tag
      val branch_of_service : Dicomm.tag
      val medical_record_locator : Dicomm.tag
      val medical_alerts : Dicomm.tag
      val allergies : Dicomm.tag
      val country_of_residence : Dicomm.tag
      val region_of_residence : Dicomm.tag
      val patient_telephone_numbers : Dicomm.tag
      val ethnic_group : Dicomm.tag
      val occupation : Dicomm.tag
      val smoking_status : Dicomm.tag
      val additional_patient_history : Dicomm.tag
      val pregnancy_status : Dicomm.tag
      val last_menstrual_date : Dicomm.tag
      val patient_religious_preference : Dicomm.tag
      val patient_species_description : Dicomm.tag
      val patient_species_code_sequence : Dicomm.tag
      val patient_sex_neutered : Dicomm.tag
      val anatomical_orientation_type : Dicomm.tag
      val patient_breed_description : Dicomm.tag
      val patient_breed_code_sequence : Dicomm.tag
      val breed_registration_sequence : Dicomm.tag
      val breed_registration_number : Dicomm.tag
      val breed_registry_code_sequence : Dicomm.tag
      val responsible_person : Dicomm.tag
      val responsible_person_role : Dicomm.tag
      val responsible_organization : Dicomm.tag
      val patient_comments : Dicomm.tag
      val examined_body_thickness : Dicomm.tag
      val clinical_trial_sponsor_name : Dicomm.tag
      val clinical_trial_protocol_id : Dicomm.tag
      val clinical_trial_protocol_name : Dicomm.tag
      val clinical_trial_site_id : Dicomm.tag
      val clinical_trial_site_name : Dicomm.tag
      val clinical_trial_subject_id : Dicomm.tag
      val clinical_trial_subject_reading_id : Dicomm.tag
      val clinical_trial_time_point_id : Dicomm.tag
      val clinical_trial_time_point_description : Dicomm.tag
      val clinical_trial_coordinating_center_name : Dicomm.tag
      val patient_identity_removed : Dicomm.tag
      val deidentification_method : Dicomm.tag
      val deidentification_method_code_sequence : Dicomm.tag
      val clinical_trial_series_id : Dicomm.tag
      val clinical_trial_series_description : Dicomm.tag
      val clinical_trial_protocol_ethics_committee_name : Dicomm.tag
      val clinical_trial_protocol_ethics_committee_approval_number :
        Dicomm.tag
      val consent_for_clinical_trial_use_sequence : Dicomm.tag
      val distribution_type : Dicomm.tag
      val consent_for_distribution_flag : Dicomm.tag
      val cad_file_format : Dicomm.tag
      val component_reference_system : Dicomm.tag
      val component_manufacturing_procedure : Dicomm.tag
      val component_manufacturer : Dicomm.tag
      val material_thickness : Dicomm.tag
      val material_pipe_diameter : Dicomm.tag
      val material_isolation_diameter : Dicomm.tag
      val material_grade : Dicomm.tag
      val material_properties_file_id : Dicomm.tag
      val material_properties_file_format : Dicomm.tag
      val material_notes : Dicomm.tag
      val component_shape : Dicomm.tag
      val curvature_type : Dicomm.tag
      val outer_diameter : Dicomm.tag
      val inner_diameter : Dicomm.tag
      val actual_environmental_conditions : Dicomm.tag
      val expiry_date : Dicomm.tag
      val environmental_conditions : Dicomm.tag
      val evaluator_sequence : Dicomm.tag
      val evaluator_number : Dicomm.tag
      val evaluator_name : Dicomm.tag
      val evaluation_attempt : Dicomm.tag
      val indication_sequence : Dicomm.tag
      val indication_number : Dicomm.tag
      val indication_label : Dicomm.tag
      val indication_description : Dicomm.tag
      val indication_type : Dicomm.tag
      val indication_disposition : Dicomm.tag
      val indication_roisequence : Dicomm.tag
      val indication_physical_property_sequence : Dicomm.tag
      val property_label : Dicomm.tag
      val coordinate_system_number_of_axes : Dicomm.tag
      val coordinate_system_axes_sequence : Dicomm.tag
      val coordinate_system_axis_description : Dicomm.tag
      val coordinate_system_data_set_mapping : Dicomm.tag
      val coordinate_system_axis_number : Dicomm.tag
      val coordinate_system_axis_type : Dicomm.tag
      val coordinate_system_axis_units : Dicomm.tag
      val coordinate_system_axis_values : Dicomm.tag
      val coordinate_system_transform_sequence : Dicomm.tag
      val transform_description : Dicomm.tag
      val transform_number_of_axes : Dicomm.tag
      val transform_order_of_axes : Dicomm.tag
      val transformed_axis_units : Dicomm.tag
      val coordinate_system_transform_rotation_and_scale_matrix : Dicomm.tag
      val coordinate_system_transform_translation_matrix : Dicomm.tag
      val internal_detector_frame_time : Dicomm.tag
      val number_of_frames_integrated : Dicomm.tag
      val detector_temperature_sequence : Dicomm.tag
      val sensor_name : Dicomm.tag
      val horizontal_offset_of_sensor : Dicomm.tag
      val vertical_offset_of_sensor : Dicomm.tag
      val sensor_temperature : Dicomm.tag
      val dark_current_sequence : Dicomm.tag
      val dark_current_counts : Dicomm.tag
      val gain_correction_reference_sequence : Dicomm.tag
      val air_counts : Dicomm.tag
      val kv_used_in_gain_calibration : Dicomm.tag
      val ma_used_in_gain_calibration : Dicomm.tag
      val number_of_frames_used_for_integration : Dicomm.tag
      val filter_material_used_in_gain_calibration : Dicomm.tag
      val filter_thickness_used_in_gain_calibration : Dicomm.tag
      val date_of_gain_calibration : Dicomm.tag
      val time_of_gain_calibration : Dicomm.tag
      val bad_pixel_image : Dicomm.tag
      val calibration_notes : Dicomm.tag
      val pulser_equipment_sequence : Dicomm.tag
      val pulser_type : Dicomm.tag
      val pulser_notes : Dicomm.tag
      val receiver_equipment_sequence : Dicomm.tag
      val amplifier_type : Dicomm.tag
      val receiver_notes : Dicomm.tag
      val pre_amplifier_equipment_sequence : Dicomm.tag
      val pre_amplifier_notes : Dicomm.tag
      val transmit_transducer_sequence : Dicomm.tag
      val receive_transducer_sequence : Dicomm.tag
      val number_of_elements : Dicomm.tag
      val element_shape : Dicomm.tag
      val element_dimension_a : Dicomm.tag
      val element_dimension_b : Dicomm.tag
      val element_pitch : Dicomm.tag
      val measured_beam_dimension_a : Dicomm.tag
      val measured_beam_dimension_b : Dicomm.tag
      val location_of_measured_beam_diameter : Dicomm.tag
      val nominal_frequency : Dicomm.tag
      val measured_center_frequency : Dicomm.tag
      val measured_bandwidth : Dicomm.tag
      val pulser_settings_sequence : Dicomm.tag
      val pulse_width : Dicomm.tag
      val excitation_frequency : Dicomm.tag
      val modulation_type : Dicomm.tag
      val damping : Dicomm.tag
      val receiver_settings_sequence : Dicomm.tag
      val acquired_soundpath_length : Dicomm.tag
      val acquisition_compression_type : Dicomm.tag
      val acquisition_sample_size : Dicomm.tag
      val rectifier_smoothing : Dicomm.tag
      val dacsequence : Dicomm.tag
      val dactype : Dicomm.tag
      val dacgainpoints : Dicomm.tag
      val dactimepoints : Dicomm.tag
      val dacamplitude : Dicomm.tag
      val pre_amplifier_settings_sequence : Dicomm.tag
      val transmit_transducer_settings_sequence : Dicomm.tag
      val receive_transducer_settings_sequence : Dicomm.tag
      val incident_angle : Dicomm.tag
      val coupling_technique : Dicomm.tag
      val coupling_medium : Dicomm.tag
      val coupling_velocity : Dicomm.tag
      val crystal_center_location_x : Dicomm.tag
      val crystal_center_location_z : Dicomm.tag
      val sound_path_length : Dicomm.tag
      val delay_law_identifier : Dicomm.tag
      val gate_settings_sequence : Dicomm.tag
      val gate_threshold : Dicomm.tag
      val velocity_of_sound : Dicomm.tag
      val calibration_settings_sequence : Dicomm.tag
      val calibration_procedure : Dicomm.tag
      val procedure_version : Dicomm.tag
      val procedure_creation_date : Dicomm.tag
      val procedure_expiration_date : Dicomm.tag
      val procedure_last_modified_date : Dicomm.tag
      val calibration_time : Dicomm.tag
      val calibration_date : Dicomm.tag
      val linacenergy : Dicomm.tag
      val linacoutput : Dicomm.tag
      val contrast_bolus_agent : Dicomm.tag
      val contrast_bolus_agent_sequence : Dicomm.tag
      val contrast_bolus_administration_route_sequence : Dicomm.tag
      val body_part_examined : Dicomm.tag
      val scanning_sequence : Dicomm.tag
      val sequence_variant : Dicomm.tag
      val scan_options : Dicomm.tag
      val mr_acquisition_type : Dicomm.tag
      val sequence_name : Dicomm.tag
      val angio_flag : Dicomm.tag
      val intervention_drug_information_sequence : Dicomm.tag
      val intervention_drug_stop_time : Dicomm.tag
      val intervention_drug_dose : Dicomm.tag
      val intervention_drug_code_sequence : Dicomm.tag
      val additional_drug_sequence : Dicomm.tag
      val radionuclide : Dicomm.tag
      val radiopharmaceutical : Dicomm.tag
      val energy_window_centerline : Dicomm.tag
      val energy_window_total_width : Dicomm.tag
      val intervention_drug_name : Dicomm.tag
      val intervention_drug_start_time : Dicomm.tag
      val intervention_sequence : Dicomm.tag
      val therapy_type : Dicomm.tag
      val intervention_status : Dicomm.tag
      val therapy_description : Dicomm.tag
      val intervention_description : Dicomm.tag
      val cine_rate : Dicomm.tag
      val initial_cine_run_state : Dicomm.tag
      val slice_thickness : Dicomm.tag
      val kvp : Dicomm.tag
      val counts_accumulated : Dicomm.tag
      val acquisition_termination_condition : Dicomm.tag
      val effective_duration : Dicomm.tag
      val acquisition_start_condition : Dicomm.tag
      val acquisition_start_condition_data : Dicomm.tag
      val acquisition_termination_condition_data : Dicomm.tag
      val repetition_time : Dicomm.tag
      val echo_time : Dicomm.tag
      val inversion_time : Dicomm.tag
      val number_of_averages : Dicomm.tag
      val imaging_frequency : Dicomm.tag
      val imaged_nucleus : Dicomm.tag
      val echo_numbers : Dicomm.tag
      val magnetic_field_strength : Dicomm.tag
      val spacing_between_slices : Dicomm.tag
      val number_of_phase_encoding_steps : Dicomm.tag
      val data_collection_diameter : Dicomm.tag
      val echo_train_length : Dicomm.tag
      val percent_sampling : Dicomm.tag
      val percent_phase_field_of_view : Dicomm.tag
      val pixel_bandwidth : Dicomm.tag
      val device_serial_number : Dicomm.tag
      val device_uid : Dicomm.tag
      val device_id : Dicomm.tag
      val plate_id : Dicomm.tag
      val generator_id : Dicomm.tag
      val grid_id : Dicomm.tag
      val cassette_id : Dicomm.tag
      val gantry_id : Dicomm.tag
      val secondary_capture_device_id : Dicomm.tag
      val hardcopy_creation_device_id : Dicomm.tag
      val date_of_secondary_capture : Dicomm.tag
      val time_of_secondary_capture : Dicomm.tag
      val secondary_capture_device_manufacturer : Dicomm.tag
      val hardcopy_device_manufacturer : Dicomm.tag
      val secondary_capture_device_manufacturer_model_name : Dicomm.tag
      val secondary_capture_device_software_versions : Dicomm.tag
      val hardcopy_device_software_version : Dicomm.tag
      val hardcopy_device_manufacturer_model_name : Dicomm.tag
      val software_versions : Dicomm.tag
      val video_image_format_acquired : Dicomm.tag
      val digital_image_format_acquired : Dicomm.tag
      val protocol_name : Dicomm.tag
      val contrast_bolus_route : Dicomm.tag
      val contrast_bolus_volume : Dicomm.tag
      val contrast_bolus_start_time : Dicomm.tag
      val contrast_bolus_stop_time : Dicomm.tag
      val contrast_bolus_total_dose : Dicomm.tag
      val syringe_counts : Dicomm.tag
      val contrast_flow_rate : Dicomm.tag
      val contrast_flow_duration : Dicomm.tag
      val contrast_bolus_ingredient : Dicomm.tag
      val contrast_bolus_ingredient_concentration : Dicomm.tag
      val spatial_resolution : Dicomm.tag
      val trigger_time : Dicomm.tag
      val trigger_source_or_type : Dicomm.tag
      val nominal_interval : Dicomm.tag
      val frame_time : Dicomm.tag
      val cardiac_framing_type : Dicomm.tag
      val frame_time_vector : Dicomm.tag
      val frame_delay : Dicomm.tag
      val image_trigger_delay : Dicomm.tag
      val multiplex_group_time_offset : Dicomm.tag
      val trigger_time_offset : Dicomm.tag
      val synchronization_trigger : Dicomm.tag
      val synchronization_channel : Dicomm.tag
      val trigger_sample_position : Dicomm.tag
      val radiopharmaceutical_route : Dicomm.tag
      val radiopharmaceutical_volume : Dicomm.tag
      val radiopharmaceutical_start_time : Dicomm.tag
      val radiopharmaceutical_stop_time : Dicomm.tag
      val radionuclide_total_dose : Dicomm.tag
      val radionuclide_half_life : Dicomm.tag
      val radionuclide_positron_fraction : Dicomm.tag
      val radiopharmaceutical_specific_activity : Dicomm.tag
      val radiopharmaceutical_start_date_time : Dicomm.tag
      val radiopharmaceutical_stop_date_time : Dicomm.tag
      val beat_rejection_flag : Dicomm.tag
      val low_rr_value : Dicomm.tag
      val high_rr_value : Dicomm.tag
      val intervals_acquired : Dicomm.tag
      val intervals_rejected : Dicomm.tag
      val p_vcrejection : Dicomm.tag
      val skip_beats : Dicomm.tag
      val heart_rate : Dicomm.tag
      val cardiac_number_of_images : Dicomm.tag
      val trigger_window : Dicomm.tag
      val reconstruction_diameter : Dicomm.tag
      val distance_source_to_detector : Dicomm.tag
      val distance_source_to_patient : Dicomm.tag
      val estimated_radiographic_magnification_factor : Dicomm.tag
      val gantry_detector_tilt : Dicomm.tag
      val gantry_detector_slew : Dicomm.tag
      val table_height : Dicomm.tag
      val table_traverse : Dicomm.tag
      val table_motion : Dicomm.tag
      val table_vertical_increment : Dicomm.tag
      val table_lateral_increment : Dicomm.tag
      val table_longitudinal_increment : Dicomm.tag
      val table_angle : Dicomm.tag
      val table_type : Dicomm.tag
      val rotation_direction : Dicomm.tag
      val angular_position : Dicomm.tag
      val radial_position : Dicomm.tag
      val scan_arc : Dicomm.tag
      val angular_step : Dicomm.tag
      val center_of_rotation_offset : Dicomm.tag
      val rotation_offset : Dicomm.tag
      val field_of_view_shape : Dicomm.tag
      val field_of_view_dimensions : Dicomm.tag
      val exposure_time : Dicomm.tag
      val x_ray_tube_current : Dicomm.tag
      val exposure : Dicomm.tag
      val exposure_inu_as : Dicomm.tag
      val average_pulse_width : Dicomm.tag
      val radiation_setting : Dicomm.tag
      val rectification_type : Dicomm.tag
      val radiation_mode : Dicomm.tag
      val image_and_fluoroscopy_area_dose_product : Dicomm.tag
      val filter_type : Dicomm.tag
      val type_of_filters : Dicomm.tag
      val intensifier_size : Dicomm.tag
      val imager_pixel_spacing : Dicomm.tag
      val grid : Dicomm.tag
      val generator_power : Dicomm.tag
      val collimator_grid_name : Dicomm.tag
      val collimator_type : Dicomm.tag
      val focal_distance : Dicomm.tag
      val x_focus_center : Dicomm.tag
      val y_focus_center : Dicomm.tag
      val focal_spots : Dicomm.tag
      val anode_target_material : Dicomm.tag
      val body_part_thickness : Dicomm.tag
      val compression_force : Dicomm.tag
      val date_of_last_calibration : Dicomm.tag
      val time_of_last_calibration : Dicomm.tag
      val convolution_kernel : Dicomm.tag
      val upper_lower_pixel_values : Dicomm.tag
      val actual_frame_duration : Dicomm.tag
      val count_rate : Dicomm.tag
      val preferred_playback_sequencing : Dicomm.tag
      val receive_coil_name : Dicomm.tag
      val transmit_coil_name : Dicomm.tag
      val plate_type : Dicomm.tag
      val phosphor_type : Dicomm.tag
      val scan_velocity : Dicomm.tag
      val whole_body_technique : Dicomm.tag
      val scan_length : Dicomm.tag
      val acquisition_matrix : Dicomm.tag
      val in_plane_phase_encoding_direction : Dicomm.tag
      val flip_angle : Dicomm.tag
      val variable_flip_angle_flag : Dicomm.tag
      val sat : Dicomm.tag
      val dbdt : Dicomm.tag
      val acquisition_device_processing_description : Dicomm.tag
      val acquisition_device_processing_code : Dicomm.tag
      val cassette_orientation : Dicomm.tag
      val cassette_size : Dicomm.tag
      val exposures_on_plate : Dicomm.tag
      val relative_x_ray_exposure : Dicomm.tag
      val exposure_index : Dicomm.tag
      val target_exposure_index : Dicomm.tag
      val deviation_index : Dicomm.tag
      val column_angulation : Dicomm.tag
      val tomo_layer_height : Dicomm.tag
      val tomo_angle : Dicomm.tag
      val tomo_time : Dicomm.tag
      val tomo_type : Dicomm.tag
      val tomo_class : Dicomm.tag
      val number_of_tomosynthesis_source_images : Dicomm.tag
      val positioner_motion : Dicomm.tag
      val positioner_type : Dicomm.tag
      val positioner_primary_angle : Dicomm.tag
      val positioner_secondary_angle : Dicomm.tag
      val positioner_primary_angle_increment : Dicomm.tag
      val positioner_secondary_angle_increment : Dicomm.tag
      val detector_primary_angle : Dicomm.tag
      val detector_secondary_angle : Dicomm.tag
      val shutter_shape : Dicomm.tag
      val shutter_left_vertical_edge : Dicomm.tag
      val shutter_right_vertical_edge : Dicomm.tag
      val shutter_upper_horizontal_edge : Dicomm.tag
      val shutter_lower_horizontal_edge : Dicomm.tag
      val center_of_circular_shutter : Dicomm.tag
      val radius_of_circular_shutter : Dicomm.tag
      val vertices_of_the_polygonal_shutter : Dicomm.tag
      val shutter_presentation_value : Dicomm.tag
      val shutter_overlay_group : Dicomm.tag
      val shutter_presentation_color_cielab_value : Dicomm.tag
      val collimator_shape : Dicomm.tag
      val collimator_left_vertical_edge : Dicomm.tag
      val collimator_right_vertical_edge : Dicomm.tag
      val collimator_upper_horizontal_edge : Dicomm.tag
      val collimator_lower_horizontal_edge : Dicomm.tag
      val center_of_circular_collimator : Dicomm.tag
      val radius_of_circular_collimator : Dicomm.tag
      val vertices_of_the_polygonal_collimator : Dicomm.tag
      val acquisition_time_synchronized : Dicomm.tag
      val time_source : Dicomm.tag
      val time_distribution_protocol : Dicomm.tag
      val ntp_source_address : Dicomm.tag
      val page_number_vector : Dicomm.tag
      val frame_label_vector : Dicomm.tag
      val frame_primary_angle_vector : Dicomm.tag
      val frame_secondary_angle_vector : Dicomm.tag
      val slice_location_vector : Dicomm.tag
      val display_window_label_vector : Dicomm.tag
      val nominal_scanned_pixel_spacing : Dicomm.tag
      val digitizing_device_transport_direction : Dicomm.tag
      val rotation_of_scanned_film : Dicomm.tag
      val ivus_acquisition : Dicomm.tag
      val ivus_pullback_rate : Dicomm.tag
      val ivus_gated_rate : Dicomm.tag
      val ivus_pullback_start_frame_number : Dicomm.tag
      val ivus_pullback_stop_frame_number : Dicomm.tag
      val lesion_number : Dicomm.tag
      val acquisition_comments : Dicomm.tag
      val output_power : Dicomm.tag
      val transducer_data : Dicomm.tag
      val focus_depth : Dicomm.tag
      val processing_function : Dicomm.tag
      val postprocessing_function : Dicomm.tag
      val mechanical_index : Dicomm.tag
      val bone_thermal_index : Dicomm.tag
      val cranial_thermal_index : Dicomm.tag
      val soft_tissue_thermal_index : Dicomm.tag
      val soft_tissue_focus_thermal_index : Dicomm.tag
      val soft_tissue_surface_thermal_index : Dicomm.tag
      val dynamic_range : Dicomm.tag
      val total_gain : Dicomm.tag
      val depth_of_scan_field : Dicomm.tag
      val patient_position : Dicomm.tag
      val view_position : Dicomm.tag
      val projection_eponymous_name_code_sequence : Dicomm.tag
      val image_transformation_matrix : Dicomm.tag
      val image_translation_vector : Dicomm.tag
      val sensitivity : Dicomm.tag
      val sequence_of_ultrasound_regions : Dicomm.tag
      val region_spatial_format : Dicomm.tag
      val region_data_type : Dicomm.tag
      val region_flags : Dicomm.tag
      val region_location_min_x0 : Dicomm.tag
      val region_location_min_y0 : Dicomm.tag
      val region_location_max_x1 : Dicomm.tag
      val region_location_max_y1 : Dicomm.tag
      val reference_pixel_x0 : Dicomm.tag
      val reference_pixel_y0 : Dicomm.tag
      val physical_units_xdirection : Dicomm.tag
      val physical_units_ydirection : Dicomm.tag
      val reference_pixel_physical_value_x : Dicomm.tag
      val reference_pixel_physical_value_y : Dicomm.tag
      val physical_delta_x : Dicomm.tag
      val physical_delta_y : Dicomm.tag
      val transducer_frequency : Dicomm.tag
      val transducer_type : Dicomm.tag
      val pulse_repetition_frequency : Dicomm.tag
      val doppler_correction_angle : Dicomm.tag
      val steering_angle : Dicomm.tag
      val doppler_sample_volume_xposition_retired : Dicomm.tag
      val doppler_sample_volume_xposition : Dicomm.tag
      val doppler_sample_volume_yposition_retired : Dicomm.tag
      val doppler_sample_volume_yposition : Dicomm.tag
      val tm_line_position_x0_retired : Dicomm.tag
      val tm_line_position_x0 : Dicomm.tag
      val tm_line_position_y0_retired : Dicomm.tag
      val tm_line_position_y0 : Dicomm.tag
      val tm_line_position_x1_retired : Dicomm.tag
      val tm_line_position_x1 : Dicomm.tag
      val tm_line_position_y1_retired : Dicomm.tag
      val tm_line_position_y1 : Dicomm.tag
      val pixel_component_organization : Dicomm.tag
      val pixel_component_mask : Dicomm.tag
      val pixel_component_range_start : Dicomm.tag
      val pixel_component_range_stop : Dicomm.tag
      val pixel_component_physical_units : Dicomm.tag
      val pixel_component_data_type : Dicomm.tag
      val number_of_table_break_points : Dicomm.tag
      val table_of_xbreak_points : Dicomm.tag
      val table_of_ybreak_points : Dicomm.tag
      val number_of_table_entries : Dicomm.tag
      val table_of_pixel_values : Dicomm.tag
      val table_of_parameter_values : Dicomm.tag
      val r_wave_time_vector : Dicomm.tag
      val detector_conditions_nominal_flag : Dicomm.tag
      val detector_temperature : Dicomm.tag
      val detector_type : Dicomm.tag
      val detector_configuration : Dicomm.tag
      val detector_description : Dicomm.tag
      val detector_mode : Dicomm.tag
      val detector_id : Dicomm.tag
      val date_of_last_detector_calibration : Dicomm.tag
      val time_of_last_detector_calibration : Dicomm.tag
      val exposures_on_detector_since_last_calibration : Dicomm.tag
      val exposures_on_detector_since_manufactured : Dicomm.tag
      val detector_time_since_last_exposure : Dicomm.tag
      val detector_active_time : Dicomm.tag
      val detector_activation_offset_from_exposure : Dicomm.tag
      val detector_binning : Dicomm.tag
      val detector_element_physical_size : Dicomm.tag
      val detector_element_spacing : Dicomm.tag
      val detector_active_shape : Dicomm.tag
      val detector_active_dimensions : Dicomm.tag
      val detector_active_origin : Dicomm.tag
      val detector_manufacturer_name : Dicomm.tag
      val detector_manufacturer_model_name : Dicomm.tag
      val field_of_view_origin : Dicomm.tag
      val field_of_view_rotation : Dicomm.tag
      val field_of_view_horizontal_flip : Dicomm.tag
      val pixel_data_area_origin_relative_to_fov : Dicomm.tag
      val pixel_data_area_rotation_angle_relative_to_fov : Dicomm.tag
      val grid_absorbing_material : Dicomm.tag
      val grid_spacing_material : Dicomm.tag
      val grid_thickness : Dicomm.tag
      val grid_pitch : Dicomm.tag
      val grid_aspect_ratio : Dicomm.tag
      val grid_period : Dicomm.tag
      val grid_focal_distance : Dicomm.tag
      val filter_material : Dicomm.tag
      val filter_thickness_minimum : Dicomm.tag
      val filter_thickness_maximum : Dicomm.tag
      val filter_beam_path_length_minimum : Dicomm.tag
      val filter_beam_path_length_maximum : Dicomm.tag
      val exposure_control_mode : Dicomm.tag
      val exposure_control_mode_description : Dicomm.tag
      val exposure_status : Dicomm.tag
      val phototimer_setting : Dicomm.tag
      val exposure_time_inu_s : Dicomm.tag
      val x_ray_tube_current_inu_a : Dicomm.tag
      val content_qualification : Dicomm.tag
      val pulse_sequence_name : Dicomm.tag
      val m_rimaging_modifier_sequence : Dicomm.tag
      val echo_pulse_sequence : Dicomm.tag
      val inversion_recovery : Dicomm.tag
      val flow_compensation : Dicomm.tag
      val multiple_spin_echo : Dicomm.tag
      val multi_planar_excitation : Dicomm.tag
      val phase_contrast : Dicomm.tag
      val time_of_flight_contrast : Dicomm.tag
      val spoiling : Dicomm.tag
      val steady_state_pulse_sequence : Dicomm.tag
      val echo_planar_pulse_sequence : Dicomm.tag
      val tag_angle_first_axis : Dicomm.tag
      val magnetization_transfer : Dicomm.tag
      val t2_preparation : Dicomm.tag
      val blood_signal_nulling : Dicomm.tag
      val saturation_recovery : Dicomm.tag
      val spectrally_selected_suppression : Dicomm.tag
      val spectrally_selected_excitation : Dicomm.tag
      val spatial_presaturation : Dicomm.tag
      val tagging : Dicomm.tag
      val oversampling_phase : Dicomm.tag
      val tag_spacing_first_dimension : Dicomm.tag
      val geometry_of_kspace_traversal : Dicomm.tag
      val segmented_kspace_traversal : Dicomm.tag
      val rectilinear_phase_encode_reordering : Dicomm.tag
      val tag_thickness : Dicomm.tag
      val partial_fourier_direction : Dicomm.tag
      val cardiac_synchronization_technique : Dicomm.tag
      val receive_coil_manufacturer_name : Dicomm.tag
      val m_rreceive_coil_sequence : Dicomm.tag
      val receive_coil_type : Dicomm.tag
      val quadrature_receive_coil : Dicomm.tag
      val multi_coil_definition_sequence : Dicomm.tag
      val multi_coil_configuration : Dicomm.tag
      val multi_coil_element_name : Dicomm.tag
      val multi_coil_element_used : Dicomm.tag
      val mr_transmit_coil_sequence : Dicomm.tag
      val transmit_coil_manufacturer_name : Dicomm.tag
      val transmit_coil_type : Dicomm.tag
      val spectral_width : Dicomm.tag
      val chemical_shift_reference : Dicomm.tag
      val volume_localization_technique : Dicomm.tag
      val mr_acquisition_frequency_encoding_steps : Dicomm.tag
      val decoupling : Dicomm.tag
      val decoupled_nucleus : Dicomm.tag
      val decoupling_frequency : Dicomm.tag
      val decoupling_method : Dicomm.tag
      val decoupling_chemical_shift_reference : Dicomm.tag
      val kspace_filtering : Dicomm.tag
      val time_domain_filtering : Dicomm.tag
      val number_of_zero_fills : Dicomm.tag
      val baseline_correction : Dicomm.tag
      val parallel_reduction_factor_in_plane : Dicomm.tag
      val cardiac_rr_interval_specified : Dicomm.tag
      val acquisition_duration : Dicomm.tag
      val frame_acquisition_date_time : Dicomm.tag
      val diffusion_directionality : Dicomm.tag
      val diffusion_gradient_direction_sequence : Dicomm.tag
      val parallel_acquisition : Dicomm.tag
      val parallel_acquisition_technique : Dicomm.tag
      val inversion_times : Dicomm.tag
      val metabolite_map_description : Dicomm.tag
      val partial_fourier : Dicomm.tag
      val effective_echo_time : Dicomm.tag
      val metabolite_map_code_sequence : Dicomm.tag
      val chemical_shift_sequence : Dicomm.tag
      val cardiac_signal_source : Dicomm.tag
      val diffusion_bvalue : Dicomm.tag
      val diffusion_gradient_orientation : Dicomm.tag
      val velocity_encoding_direction : Dicomm.tag
      val velocity_encoding_minimum_value : Dicomm.tag
      val velocity_encoding_acquisition_sequence : Dicomm.tag
      val number_of_kspace_trajectories : Dicomm.tag
      val coverage_of_kspace : Dicomm.tag
      val spectroscopy_acquisition_phase_rows : Dicomm.tag
      val parallel_reduction_factor_in_plane_retired : Dicomm.tag
      val transmitter_frequency : Dicomm.tag
      val resonant_nucleus : Dicomm.tag
      val frequency_correction : Dicomm.tag
      val mr_spectroscopy_fovgeometry_sequence : Dicomm.tag
      val slab_thickness : Dicomm.tag
      val slab_orientation : Dicomm.tag
      val mid_slab_position : Dicomm.tag
      val mrspatialsaturationsequence : Dicomm.tag
      val mrtimingandrelatedparameterssequence : Dicomm.tag
      val mrechosequence : Dicomm.tag
      val mrmodifiersequence : Dicomm.tag
      val mrdiffusionsequence : Dicomm.tag
      val cardiac_synchronization_sequence : Dicomm.tag
      val mr_averages_sequence : Dicomm.tag
      val mr_fovgeometry_sequence : Dicomm.tag
      val volume_localization_sequence : Dicomm.tag
      val spectroscopy_acquisition_data_columns : Dicomm.tag
      val diffusion_anisotropy_type : Dicomm.tag
      val frame_reference_date_time : Dicomm.tag
      val mr_metabolite_map_sequence : Dicomm.tag
      val parallel_reduction_factor_out_of_plane : Dicomm.tag
      val spectroscopy_acquisition_out_of_plane_phase_steps : Dicomm.tag
      val bulk_motion_status : Dicomm.tag
      val parallel_reduction_factor_second_in_plane : Dicomm.tag
      val cardiac_beat_rejection_technique : Dicomm.tag
      val respiratory_motion_compensation_technique : Dicomm.tag
      val respiratory_signal_source : Dicomm.tag
      val bulk_motion_compensation_technique : Dicomm.tag
      val bulk_motion_signal_source : Dicomm.tag
      val applicable_safety_standard_agency : Dicomm.tag
      val applicable_safety_standard_description : Dicomm.tag
      val operating_mode_sequence : Dicomm.tag
      val operating_mode_type : Dicomm.tag
      val operating_mode : Dicomm.tag
      val specific_absorption_rate_definition : Dicomm.tag
      val gradient_output_type : Dicomm.tag
      val specific_absorption_rate_value : Dicomm.tag
      val gradient_output : Dicomm.tag
      val flow_compensation_direction : Dicomm.tag
      val tagging_delay : Dicomm.tag
      val respiratory_motion_compensation_technique_description : Dicomm.tag
      val respiratory_signal_source_id : Dicomm.tag
      val chemical_shift_minimum_integration_limit_in_hz : Dicomm.tag
      val chemical_shift_maximum_integration_limit_in_hz : Dicomm.tag
      val mrvelocityencodingsequence : Dicomm.tag
      val first_order_phase_correction : Dicomm.tag
      val water_referenced_phase_correction : Dicomm.tag
      val mr_spectroscopy_acquisition_type : Dicomm.tag
      val respiratory_cycle_position : Dicomm.tag
      val velocity_encoding_maximum_value : Dicomm.tag
      val tag_spacing_second_dimension : Dicomm.tag
      val tag_angle_second_axis : Dicomm.tag
      val frame_acquisition_duration : Dicomm.tag
      val mr_image_frame_type_sequence : Dicomm.tag
      val mr_spectroscopy_frame_type_sequence : Dicomm.tag
      val mr_acquisition_phase_encoding_steps_in_plane : Dicomm.tag
      val mr_acquisition_phase_encoding_steps_out_of_plane : Dicomm.tag
      val spectroscopy_acquisition_phase_columns : Dicomm.tag
      val cardiac_cycle_position : Dicomm.tag
      val specific_absorption_rate_sequence : Dicomm.tag
      val rf_echo_train_length : Dicomm.tag
      val gradient_echo_train_length : Dicomm.tag
      val arterial_spin_labeling_contrast : Dicomm.tag
      val mr_arterial_spin_labeling_sequence : Dicomm.tag
      val asl_technique_description : Dicomm.tag
      val asl_slab_number : Dicomm.tag
      val asl_slab_thickness : Dicomm.tag
      val asl_slab_orientation : Dicomm.tag
      val asl_mid_slab_position : Dicomm.tag
      val asl_context : Dicomm.tag
      val asl_pulse_train_duration : Dicomm.tag
      val asl_crusher_flag : Dicomm.tag
      val asl_crusher_flow : Dicomm.tag
      val asl_crusher_description : Dicomm.tag
      val asl_bolus_cutoff_flag : Dicomm.tag
      val asl_bolus_cutoff_timing_sequence : Dicomm.tag
      val asl_bolus_cutoff_technique : Dicomm.tag
      val asl_bolus_cutoff_delay_time : Dicomm.tag
      val asl_slab_sequence : Dicomm.tag
      val chemical_shift_minimum_integration_limit_inppm : Dicomm.tag
      val chemical_shift_maximum_integration_limit_inppm : Dicomm.tag
      val ct_acquisition_type_sequence : Dicomm.tag
      val acquisition_type : Dicomm.tag
      val tube_angle : Dicomm.tag
      val ct_acquisition_details_sequence : Dicomm.tag
      val revolution_time : Dicomm.tag
      val single_collimation_width : Dicomm.tag
      val total_collimation_width : Dicomm.tag
      val ct_table_dynamics_sequence : Dicomm.tag
      val table_speed : Dicomm.tag
      val table_feed_per_rotation : Dicomm.tag
      val spiral_pitch_factor : Dicomm.tag
      val ct_geometry_sequence : Dicomm.tag
      val data_collection_center_patient : Dicomm.tag
      val ct_reconstruction_sequence : Dicomm.tag
      val reconstruction_algorithm : Dicomm.tag
      val convolution_kernel_group : Dicomm.tag
      val reconstruction_field_of_view : Dicomm.tag
      val reconstruction_target_center_patient : Dicomm.tag
      val reconstruction_angle : Dicomm.tag
      val image_filter : Dicomm.tag
      val ct_exposure_sequence : Dicomm.tag
      val reconstruction_pixel_spacing : Dicomm.tag
      val exposure_modulation_type : Dicomm.tag
      val estimated_dose_saving : Dicomm.tag
      val ct_x_ray_details_sequence : Dicomm.tag
      val ct_position_sequence : Dicomm.tag
      val table_position : Dicomm.tag
      val exposure_time_inms : Dicomm.tag
      val ct_image_frame_type_sequence : Dicomm.tag
      val x_ray_tube_current_inm_a : Dicomm.tag
      val exposure_inm_as : Dicomm.tag
      val constant_volume_flag : Dicomm.tag
      val fluoroscopy_flag : Dicomm.tag
      val distance_source_to_data_collection_center : Dicomm.tag
      val contrast_bolus_agent_number : Dicomm.tag
      val contrast_bolus_ingredient_code_sequence : Dicomm.tag
      val contrast_administration_profile_sequence : Dicomm.tag
      val contrast_bolus_usage_sequence : Dicomm.tag
      val contrast_bolus_agent_administered : Dicomm.tag
      val contrast_bolus_agent_detected : Dicomm.tag
      val contrast_bolus_agent_phase : Dicomm.tag
      val ctdi_vol : Dicomm.tag
      val ctdi_phantom_type_code_sequence : Dicomm.tag
      val calcium_scoring_mass_factor_patient : Dicomm.tag
      val calcium_scoring_mass_factor_device : Dicomm.tag
      val energy_weighting_factor : Dicomm.tag
      val ct_additional_xray_source_sequence : Dicomm.tag
      val projection_pixel_calibration_sequence : Dicomm.tag
      val distance_source_to_isocenter : Dicomm.tag
      val distance_object_to_table_top : Dicomm.tag
      val object_pixel_spacing_in_center_of_beam : Dicomm.tag
      val positioner_position_sequence : Dicomm.tag
      val table_position_sequence : Dicomm.tag
      val collimator_shape_sequence : Dicomm.tag
      val planes_in_acquisition : Dicomm.tag
      val xaxrf_frame_characteristics_sequence : Dicomm.tag
      val frame_acquisition_sequence : Dicomm.tag
      val x_ray_receptor_type : Dicomm.tag
      val acquisition_protocol_name : Dicomm.tag
      val acquisition_protocol_description : Dicomm.tag
      val contrast_bolus_ingredient_opaque : Dicomm.tag
      val distance_receptor_plane_to_detector_housing : Dicomm.tag
      val intensifier_active_shape : Dicomm.tag
      val intensifier_active_dimensions : Dicomm.tag
      val physical_detector_size : Dicomm.tag
      val position_of_isocenter_projection : Dicomm.tag
      val field_of_view_sequence : Dicomm.tag
      val field_of_view_description : Dicomm.tag
      val exposure_control_sensing_regions_sequence : Dicomm.tag
      val exposure_control_sensing_region_shape : Dicomm.tag
      val exposure_control_sensing_region_left_vertical_edge : Dicomm.tag
      val exposure_control_sensing_region_right_vertical_edge : Dicomm.tag
      val exposure_control_sensing_region_upper_horizontal_edge : Dicomm.tag
      val exposure_control_sensing_region_lower_horizontal_edge : Dicomm.tag
      val center_of_circular_exposure_control_sensing_region : Dicomm.tag
      val radius_of_circular_exposure_control_sensing_region : Dicomm.tag
      val vertices_of_the_polygonal_exposure_control_sensing_region :
        Dicomm.tag
      val column_angulation_patient : Dicomm.tag
      val beam_angle : Dicomm.tag
      val frame_detector_parameters_sequence : Dicomm.tag
      val calculated_anatomy_thickness : Dicomm.tag
      val calibration_sequence : Dicomm.tag
      val object_thickness_sequence : Dicomm.tag
      val plane_identification : Dicomm.tag
      val field_of_view_dimensions_in_float : Dicomm.tag
      val isocenter_reference_system_sequence : Dicomm.tag
      val positioner_isocenter_primary_angle : Dicomm.tag
      val positioner_isocenter_secondary_angle : Dicomm.tag
      val positioner_isocenter_detector_rotation_angle : Dicomm.tag
      val table_xposition_to_isocenter : Dicomm.tag
      val table_yposition_to_isocenter : Dicomm.tag
      val table_zposition_to_isocenter : Dicomm.tag
      val table_horizontal_rotation_angle : Dicomm.tag
      val table_head_tilt_angle : Dicomm.tag
      val table_cradle_tilt_angle : Dicomm.tag
      val frame_display_shutter_sequence : Dicomm.tag
      val acquired_image_area_dose_product : Dicomm.tag
      val c_arm_positioner_tabletop_relationship : Dicomm.tag
      val x_ray_geometry_sequence : Dicomm.tag
      val irradiation_event_identification_sequence : Dicomm.tag
      val x_ray_3d_frame_type_sequence : Dicomm.tag
      val contributing_sources_sequence : Dicomm.tag
      val x_ray_3d_acquisition_sequence : Dicomm.tag
      val primary_positioner_scan_arc : Dicomm.tag
      val secondary_positioner_scan_arc : Dicomm.tag
      val primary_positioner_scan_start_angle : Dicomm.tag
      val secondary_positioner_scan_start_angle : Dicomm.tag
      val primary_positioner_increment : Dicomm.tag
      val secondary_positioner_increment : Dicomm.tag
      val start_acquisition_date_time : Dicomm.tag
      val end_acquisition_date_time : Dicomm.tag
      val application_name : Dicomm.tag
      val application_version : Dicomm.tag
      val application_manufacturer : Dicomm.tag
      val algorithm_type : Dicomm.tag
      val algorithm_description : Dicomm.tag
      val x_ray_3dreconstruction_sequence : Dicomm.tag
      val reconstruction_description : Dicomm.tag
      val per_projection_acquisition_sequence : Dicomm.tag
      val diffusion_bmatrix_sequence : Dicomm.tag
      val diffusion_b_value_xx : Dicomm.tag
      val diffusion_b_value_xy : Dicomm.tag
      val diffusion_b_value_xz : Dicomm.tag
      val diffusion_b_value_yy : Dicomm.tag
      val diffusion_b_value_yz : Dicomm.tag
      val diffusion_b_value_zz : Dicomm.tag
      val decay_correction_date_time : Dicomm.tag
      val start_density_threshold : Dicomm.tag
      val start_relative_density_difference_threshold : Dicomm.tag
      val start_cardiac_trigger_count_threshold : Dicomm.tag
      val start_respiratory_trigger_count_threshold : Dicomm.tag
      val termination_counts_threshold : Dicomm.tag
      val termination_density_threshold : Dicomm.tag
      val termination_relative_density_threshold : Dicomm.tag
      val termination_time_threshold : Dicomm.tag
      val termination_cardiac_trigger_count_threshold : Dicomm.tag
      val termination_respiratory_trigger_count_threshold : Dicomm.tag
      val detector_geometry : Dicomm.tag
      val transverse_detector_separation : Dicomm.tag
      val axial_detector_dimension : Dicomm.tag
      val radiopharmaceutical_agent_number : Dicomm.tag
      val pet_frame_acquisition_sequence : Dicomm.tag
      val pet_detector_motion_details_sequence : Dicomm.tag
      val pettabledynamicssequence : Dicomm.tag
      val petpositionsequence : Dicomm.tag
      val petframecorrectionfactorssequence : Dicomm.tag
      val radiopharmaceutical_usage_sequence : Dicomm.tag
      val attenuation_correction_source : Dicomm.tag
      val number_of_iterations : Dicomm.tag
      val number_of_subsets : Dicomm.tag
      val pet_reconstruction_sequence : Dicomm.tag
      val pet_frame_type_sequence : Dicomm.tag
      val time_of_flight_information_used : Dicomm.tag
      val reconstruction_type : Dicomm.tag
      val decay_corrected : Dicomm.tag
      val attenuation_corrected : Dicomm.tag
      val scatter_corrected : Dicomm.tag
      val dead_time_corrected : Dicomm.tag
      val gantry_motion_corrected : Dicomm.tag
      val patient_motion_corrected : Dicomm.tag
      val count_loss_normalization_corrected : Dicomm.tag
      val randoms_corrected : Dicomm.tag
      val non_uniform_radial_sampling_corrected : Dicomm.tag
      val sensitivity_calibrated : Dicomm.tag
      val detector_normalization_correction : Dicomm.tag
      val iterative_reconstruction_method : Dicomm.tag
      val attenuation_correction_temporal_relationship : Dicomm.tag
      val patient_physiological_state_sequence : Dicomm.tag
      val patient_physiological_state_code_sequence : Dicomm.tag
      val depths_of_focus : Dicomm.tag
      val excluded_intervals_sequence : Dicomm.tag
      val exclusion_start_datetime : Dicomm.tag
      val exclusion_duration : Dicomm.tag
      val u_simage_description_sequence : Dicomm.tag
      val image_data_type_sequence : Dicomm.tag
      val data_type : Dicomm.tag
      val transducer_scan_pattern_code_sequence : Dicomm.tag
      val aliased_data_type : Dicomm.tag
      val position_measuring_device_used : Dicomm.tag
      val transducer_geometry_code_sequence : Dicomm.tag
      val transducer_beam_steering_code_sequence : Dicomm.tag
      val transducer_application_code_sequence : Dicomm.tag
      val contributing_equipment_sequence : Dicomm.tag
      val contribution_date_time : Dicomm.tag
      val contribution_description : Dicomm.tag
      val study_instance_uid : Dicomm.tag
      val series_instance_uid : Dicomm.tag
      val study_id : Dicomm.tag
      val series_number : Dicomm.tag
      val acquisition_number : Dicomm.tag
      val instance_number : Dicomm.tag
      val isotope_number : Dicomm.tag
      val phase_number : Dicomm.tag
      val interval_number : Dicomm.tag
      val time_slot_number : Dicomm.tag
      val angle_number : Dicomm.tag
      val item_number : Dicomm.tag
      val patient_orientation : Dicomm.tag
      val overlay_number : Dicomm.tag
      val curve_number : Dicomm.tag
      val lut_number : Dicomm.tag
      val image_position : Dicomm.tag
      val image_position_patient : Dicomm.tag
      val image_orientation : Dicomm.tag
      val image_orientation_patient : Dicomm.tag
      val location : Dicomm.tag
      val frame_of_reference_uid : Dicomm.tag
      val laterality : Dicomm.tag
      val image_laterality : Dicomm.tag
      val image_geometry_type : Dicomm.tag
      val masking_image : Dicomm.tag
      val report_number : Dicomm.tag
      val temporal_position_identifier : Dicomm.tag
      val number_of_temporal_positions : Dicomm.tag
      val temporal_resolution : Dicomm.tag
      val synchronization_frame_of_reference_uid : Dicomm.tag
      val sop_instance_uidofconcatenationsource : Dicomm.tag
      val series_in_study : Dicomm.tag
      val acquisitions_in_series : Dicomm.tag
      val images_in_acquisition : Dicomm.tag
      val images_in_series : Dicomm.tag
      val acquisitions_in_study : Dicomm.tag
      val images_in_study : Dicomm.tag
      val reference : Dicomm.tag
      val position_reference_indicator : Dicomm.tag
      val slice_location : Dicomm.tag
      val other_study_numbers : Dicomm.tag
      val number_of_patient_related_studies : Dicomm.tag
      val number_of_patient_related_series : Dicomm.tag
      val number_of_patient_related_instances : Dicomm.tag
      val number_of_study_related_series : Dicomm.tag
      val number_of_study_related_instances : Dicomm.tag
      val number_of_series_related_instances : Dicomm.tag
      val source_image_ids : Dicomm.tag
      val modifying_device_id : Dicomm.tag
      val modified_image_id : Dicomm.tag
      val modified_image_date : Dicomm.tag
      val modifying_device_manufacturer : Dicomm.tag
      val modified_image_time : Dicomm.tag
      val modified_image_description : Dicomm.tag
      val image_comments : Dicomm.tag
      val original_image_identification : Dicomm.tag
      val original_image_identification_nomenclature : Dicomm.tag
      val stack_id : Dicomm.tag
      val in_stack_position_number : Dicomm.tag
      val frame_anatomy_sequence : Dicomm.tag
      val frame_laterality : Dicomm.tag
      val frame_content_sequence : Dicomm.tag
      val plane_position_sequence : Dicomm.tag
      val plane_orientation_sequence : Dicomm.tag
      val temporal_position_index : Dicomm.tag
      val nominal_cardiac_trigger_delay_time : Dicomm.tag
      val nominal_cardiac_trigger_time_prior_to_rpeak : Dicomm.tag
      val actual_cardiac_trigger_time_prior_to_rpeak : Dicomm.tag
      val frame_acquisition_number : Dicomm.tag
      val dimension_index_values : Dicomm.tag
      val frame_comments : Dicomm.tag
      val concatenation_uid : Dicomm.tag
      val in_concatenation_number : Dicomm.tag
      val in_concatenation_total_number : Dicomm.tag
      val dimension_organization_uid : Dicomm.tag
      val dimension_index_pointer : Dicomm.tag
      val functional_group_pointer : Dicomm.tag
      val dimension_index_private_creator : Dicomm.tag
      val dimension_organization_sequence : Dicomm.tag
      val dimension_index_sequence : Dicomm.tag
      val concatenation_frame_offset_number : Dicomm.tag
      val functional_group_private_creator : Dicomm.tag
      val nominal_percentage_of_cardiac_phase : Dicomm.tag
      val nominal_percentage_of_respiratory_phase : Dicomm.tag
      val starting_respiratory_amplitude : Dicomm.tag
      val starting_respiratory_phase : Dicomm.tag
      val ending_respiratory_amplitude : Dicomm.tag
      val ending_respiratory_phase : Dicomm.tag
      val respiratory_trigger_type : Dicomm.tag
      val rr_interval_time_nominal : Dicomm.tag
      val actual_cardiac_trigger_delay_time : Dicomm.tag
      val respiratory_synchronization_sequence : Dicomm.tag
      val respiratory_interval_time : Dicomm.tag
      val nominal_respiratory_trigger_delay_time : Dicomm.tag
      val respiratory_trigger_delay_threshold : Dicomm.tag
      val actual_respiratory_trigger_delay_time : Dicomm.tag
      val image_position_volume : Dicomm.tag
      val image_orientation_volume : Dicomm.tag
      val ultrasound_acquisition_geometry : Dicomm.tag
      val apex_position : Dicomm.tag
      val volume_to_transducer_mapping_matrix : Dicomm.tag
      val volume_to_table_mapping_matrix : Dicomm.tag
      val patient_frame_of_reference_source : Dicomm.tag
      val temporal_position_time_offset : Dicomm.tag
      val plane_position_volume_sequence : Dicomm.tag
      val plane_orientation_volume_sequence : Dicomm.tag
      val temporal_position_sequence : Dicomm.tag
      val dimension_organization_type : Dicomm.tag
      val volume_frame_of_reference_uid : Dicomm.tag
      val table_frame_of_reference_uid : Dicomm.tag
      val dimension_description_label : Dicomm.tag
      val patient_orientation_in_frame_sequence : Dicomm.tag
      val frame_label : Dicomm.tag
      val acquisition_index : Dicomm.tag
      val contributing_sop_instances_reference_sequence : Dicomm.tag
      val reconstruction_index : Dicomm.tag
      val light_path_filter_pass_through_wavelength : Dicomm.tag
      val light_path_filter_pass_band : Dicomm.tag
      val image_path_filter_pass_through_wavelength : Dicomm.tag
      val image_path_filter_pass_band : Dicomm.tag
      val patient_eye_movement_commanded : Dicomm.tag
      val patient_eye_movement_command_code_sequence : Dicomm.tag
      val spherical_lens_power : Dicomm.tag
      val cylinder_lens_power : Dicomm.tag
      val cylinder_axis : Dicomm.tag
      val emmetropic_magnification : Dicomm.tag
      val intra_ocular_pressure : Dicomm.tag
      val horizontal_field_of_view : Dicomm.tag
      val pupil_dilated : Dicomm.tag
      val degree_of_dilation : Dicomm.tag
      val stereo_baseline_angle : Dicomm.tag
      val stereo_baseline_displacement : Dicomm.tag
      val stereo_horizontal_pixel_offset : Dicomm.tag
      val stereo_vertical_pixel_offset : Dicomm.tag
      val stereo_rotation : Dicomm.tag
      val acquisition_device_type_code_sequence : Dicomm.tag
      val illumination_type_code_sequence : Dicomm.tag
      val light_path_filter_type_stack_code_sequence : Dicomm.tag
      val image_path_filter_type_stack_code_sequence : Dicomm.tag
      val lenses_code_sequence : Dicomm.tag
      val channel_description_code_sequence : Dicomm.tag
      val refractive_state_sequence : Dicomm.tag
      val mydriatic_agent_code_sequence : Dicomm.tag
      val relative_image_position_code_sequence : Dicomm.tag
      val camera_angle_of_view : Dicomm.tag
      val stereo_pairs_sequence : Dicomm.tag
      val left_image_sequence : Dicomm.tag
      val right_image_sequence : Dicomm.tag
      val axial_length_of_the_eye : Dicomm.tag
      val ophthalmic_frame_location_sequence : Dicomm.tag
      val reference_coordinates : Dicomm.tag
      val depth_spatial_resolution : Dicomm.tag
      val maximum_depth_distortion : Dicomm.tag
      val along_scan_spatial_resolution : Dicomm.tag
      val maximum_along_scan_distortion : Dicomm.tag
      val ophthalmic_image_orientation : Dicomm.tag
      val depth_of_transverse_image : Dicomm.tag
      val mydriatic_agent_concentration_units_sequence : Dicomm.tag
      val across_scan_spatial_resolution : Dicomm.tag
      val maximum_across_scan_distortion : Dicomm.tag
      val mydriatic_agent_concentration : Dicomm.tag
      val illumination_wave_length : Dicomm.tag
      val illumination_power : Dicomm.tag
      val illumination_bandwidth : Dicomm.tag
      val mydriatic_agent_sequence : Dicomm.tag
      val ophthalmic_axial_measurements_right_eye_sequence : Dicomm.tag
      val ophthalmic_axial_measurements_left_eye_sequence : Dicomm.tag
      val ophthalmic_axial_length_measurements_type : Dicomm.tag
      val ophthalmic_axial_length : Dicomm.tag
      val lens_status_code_sequence : Dicomm.tag
      val vitreous_status_code_sequence : Dicomm.tag
      val iol_formula_code_sequence : Dicomm.tag
      val iol_formula_detail : Dicomm.tag
      val keratometer_index : Dicomm.tag
      val source_of_ophthalmic_axial_length_code_sequence : Dicomm.tag
      val target_refraction : Dicomm.tag
      val refractive_procedure_occurred : Dicomm.tag
      val refractive_surgery_type_code_sequence : Dicomm.tag
      val ophthalmic_ultrasound_axial_measurements_type_code_sequence :
        Dicomm.tag
      val ophthalmic_axial_length_measurements_sequence : Dicomm.tag
      val iol_power : Dicomm.tag
      val predicted_refractive_error : Dicomm.tag
      val ophthalmic_axial_length_velocity : Dicomm.tag
      val lens_status_description : Dicomm.tag
      val vitreous_status_description : Dicomm.tag
      val iol_power_sequence : Dicomm.tag
      val lens_constant_sequence : Dicomm.tag
      val iol_manufacturer : Dicomm.tag
      val lens_constant_description : Dicomm.tag
      val keratometry_measurement_type_code_sequence : Dicomm.tag
      val referenced_ophthalmic_axial_measurements_sequence : Dicomm.tag
      val ophthalmic_axial_length_measurements_segment_name_code_sequence :
        Dicomm.tag
      val refractive_error_before_refractive_surgery_code_sequence :
        Dicomm.tag
      val iol_power_for_exact_emmetropia : Dicomm.tag
      val iol_power_for_exact_target_refraction : Dicomm.tag
      val anterior_chamber_depth_definition_code_sequence : Dicomm.tag
      val lens_thickness : Dicomm.tag
      val anterior_chamber_depth : Dicomm.tag
      val source_of_lens_thickness_data_code_sequence : Dicomm.tag
      val source_of_anterior_chamber_depth_data_code_sequence : Dicomm.tag
      val source_of_refractive_error_data_code_sequence : Dicomm.tag
      val ophthalmic_axial_length_measurement_modified : Dicomm.tag
      val ophthalmic_axial_length_data_source_code_sequence : Dicomm.tag
      val ophthalmic_axial_length_acquisition_method_code_sequence :
        Dicomm.tag
      val signal_to_noise_ratio : Dicomm.tag
      val ophthalmic_axial_length_data_source_description : Dicomm.tag
      val ophthalmic_axial_length_measurements_total_length_sequence :
        Dicomm.tag
      val ophthalmic_axial_length_measurements_segmental_length_sequence :
        Dicomm.tag
      val ophthalmic_axial_length_measurements_length_summation_sequence :
        Dicomm.tag
      val ultrasound_ophthalmic_axial_length_measurements_sequence :
        Dicomm.tag
      val optical_ophthalmic_axial_length_measurements_sequence : Dicomm.tag
      val ultrasound_selected_ophthalmic_axial_length_sequence : Dicomm.tag
      val ophthalmic_axial_length_selection_method_code_sequence : Dicomm.tag
      val optical_selected_ophthalmic_axial_length_sequence : Dicomm.tag
      val selected_segmental_ophthalmic_axial_length_sequence : Dicomm.tag
      val selected_total_ophthalmic_axial_length_sequence : Dicomm.tag
      val ophthalmic_axial_length_quality_metric_sequence : Dicomm.tag
      val ophthalmic_axial_length_quality_metric_type_description :
        Dicomm.tag
      val intraocular_lens_calculations_right_eye_sequence : Dicomm.tag
      val intraocular_lens_calculations_left_eye_sequence : Dicomm.tag
      val referenced_ophthalmic_axial_length_measurement_qcimage_sequence :
        Dicomm.tag
      val visual_field_horizontal_extent : Dicomm.tag
      val visual_field_vertical_extent : Dicomm.tag
      val visual_field_shape : Dicomm.tag
      val screening_test_mode_code_sequence : Dicomm.tag
      val maximum_stimulus_luminance : Dicomm.tag
      val background_luminance : Dicomm.tag
      val stimulus_color_code_sequence : Dicomm.tag
      val background_illumination_color_code_sequence : Dicomm.tag
      val stimulus_area : Dicomm.tag
      val stimulus_presentation_time : Dicomm.tag
      val fixation_sequence : Dicomm.tag
      val fixation_monitoring_code_sequence : Dicomm.tag
      val visual_field_catch_trial_sequence : Dicomm.tag
      val fixation_checked_quantity : Dicomm.tag
      val patient_not_properly_fixated_quantity : Dicomm.tag
      val presented_visual_stimuli_data_flag : Dicomm.tag
      val number_of_visual_stimuli : Dicomm.tag
      val excessive_fixation_losses_data_flag : Dicomm.tag
      val excessive_fixation_losses : Dicomm.tag
      val stimuli_retesting_quantity : Dicomm.tag
      val comments_on_patient_performance_of_visual_field : Dicomm.tag
      val false_negatives_estimate_flag : Dicomm.tag
      val false_negatives_estimate : Dicomm.tag
      val negative_catch_trials_quantity : Dicomm.tag
      val false_negatives_quantity : Dicomm.tag
      val excessive_false_negatives_data_flag : Dicomm.tag
      val excessive_false_negatives : Dicomm.tag
      val false_positives_estimate_flag : Dicomm.tag
      val false_positives_estimate : Dicomm.tag
      val catch_trials_data_flag : Dicomm.tag
      val positive_catch_trials_quantity : Dicomm.tag
      val test_point_normals_data_flag : Dicomm.tag
      val test_point_normals_sequence : Dicomm.tag
      val global_deviation_probability_normals_flag : Dicomm.tag
      val false_positives_quantity : Dicomm.tag
      val excessive_false_positives_data_flag : Dicomm.tag
      val excessive_false_positives : Dicomm.tag
      val visual_field_test_normals_flag : Dicomm.tag
      val results_normals_sequence : Dicomm.tag
      val age_corrected_sensitivity_deviation_algorithm_sequence : Dicomm.tag
      val global_deviation_from_normal : Dicomm.tag
      val generalized_defect_sensitivity_deviation_algorithm_sequence :
        Dicomm.tag
      val localized_deviationfrom_normal : Dicomm.tag
      val patient_reliability_indicator : Dicomm.tag
      val visual_field_mean_sensitivity : Dicomm.tag
      val global_deviation_probability : Dicomm.tag
      val local_deviation_probability_normals_flag : Dicomm.tag
      val localized_deviation_probability : Dicomm.tag
      val short_term_fluctuation_calculated : Dicomm.tag
      val short_term_fluctuation : Dicomm.tag
      val short_term_fluctuation_probability_calculated : Dicomm.tag
      val short_term_fluctuation_probability : Dicomm.tag
      val corrected_localized_deviation_from_normal_calculated : Dicomm.tag
      val corrected_localized_deviation_from_normal : Dicomm.tag
      val corrected_localized_deviation_from_normal_probability_calculated :
        Dicomm.tag
      val corrected_localized_deviation_from_normal_probability : Dicomm.tag
      val global_deviation_probability_sequence : Dicomm.tag
      val localized_deviation_probability_sequence : Dicomm.tag
      val foveal_sensitivity_measured : Dicomm.tag
      val foveal_sensitivity : Dicomm.tag
      val visual_field_test_duration : Dicomm.tag
      val visual_field_test_point_sequence : Dicomm.tag
      val visual_field_test_point_xcoordinate : Dicomm.tag
      val visual_field_test_point_ycoordinate : Dicomm.tag
      val age_corrected_sensitivity_deviation_value : Dicomm.tag
      val stimulus_results : Dicomm.tag
      val sensitivity_value : Dicomm.tag
      val retest_stimulus_seen : Dicomm.tag
      val retest_sensitivity_value : Dicomm.tag
      val visual_field_test_point_normals_sequence : Dicomm.tag
      val quantified_defect : Dicomm.tag
      val age_corrected_sensitivity_deviation_probability_value : Dicomm.tag
      val generalized_defect_corrected_sensitivity_deviation_flag :
        Dicomm.tag
      val generalized_defect_corrected_sensitivity_deviation_value :
        Dicomm.tag
      val generalized_defect_corrected_sensitivity_deviation_probability_value :
        Dicomm.tag
      val minimum_sensitivity_value : Dicomm.tag
      val blind_spot_localized : Dicomm.tag
      val blind_spot_xcoordinate : Dicomm.tag
      val blind_spot_ycoordinate : Dicomm.tag
      val visual_acuity_measurement_sequence : Dicomm.tag
      val refractive_parameters_used_on_patient_sequence : Dicomm.tag
      val measurement_laterality : Dicomm.tag
      val ophthalmic_patient_clinical_information_left_eye_sequence :
        Dicomm.tag
      val ophthalmic_patient_clinical_information_right_eye_sequence :
        Dicomm.tag
      val foveal_point_normative_data_flag : Dicomm.tag
      val foveal_point_probability_value : Dicomm.tag
      val screening_baseline_measured : Dicomm.tag
      val screening_baseline_measured_sequence : Dicomm.tag
      val screening_baseline_type : Dicomm.tag
      val screening_baseline_value : Dicomm.tag
      val algorithm_source : Dicomm.tag
      val data_set_name : Dicomm.tag
      val data_set_version : Dicomm.tag
      val data_set_source : Dicomm.tag
      val data_set_description : Dicomm.tag
      val visual_field_test_reliability_global_index_sequence : Dicomm.tag
      val visual_field_global_results_index_sequence : Dicomm.tag
      val data_observation_sequence : Dicomm.tag
      val index_normals_flag : Dicomm.tag
      val index_probability : Dicomm.tag
      val index_probability_sequence : Dicomm.tag
      val samples_per_pixel : Dicomm.tag
      val samples_per_pixel_used : Dicomm.tag
      val photometric_interpretation : Dicomm.tag
      val image_dimensions : Dicomm.tag
      val planar_configuration : Dicomm.tag
      val number_of_frames : Dicomm.tag
      val frame_increment_pointer : Dicomm.tag
      val frame_dimension_pointer : Dicomm.tag
      val rows : Dicomm.tag
      val columns : Dicomm.tag
      val planes : Dicomm.tag
      val ultrasound_color_data_present : Dicomm.tag
      val pixel_spacing : Dicomm.tag
      val zoom_factor : Dicomm.tag
      val zoom_center : Dicomm.tag
      val pixel_aspect_ratio : Dicomm.tag
      val image_format : Dicomm.tag
      val manipulated_image : Dicomm.tag
      val corrected_image : Dicomm.tag
      val compression_recognition_code : Dicomm.tag
      val compression_code : Dicomm.tag
      val compression_originator : Dicomm.tag
      val compression_label : Dicomm.tag
      val compression_description : Dicomm.tag
      val compression_sequence : Dicomm.tag
      val compression_step_pointers : Dicomm.tag
      val repeat_interval : Dicomm.tag
      val bits_grouped : Dicomm.tag
      val perimeter_table : Dicomm.tag
      val perimeter_value : Dicomm.tag
      val predictor_rows : Dicomm.tag
      val predictor_columns : Dicomm.tag
      val predictor_constants : Dicomm.tag
      val blocked_pixels : Dicomm.tag
      val block_rows : Dicomm.tag
      val block_columns : Dicomm.tag
      val row_overlap : Dicomm.tag
      val column_overlap : Dicomm.tag
      val bits_allocated : Dicomm.tag
      val bits_stored : Dicomm.tag
      val high_bit : Dicomm.tag
      val pixel_representation : Dicomm.tag
      val smallest_valid_pixel_value : Dicomm.tag
      val largest_valid_pixel_value : Dicomm.tag
      val smallest_image_pixel_value : Dicomm.tag
      val largest_image_pixel_value : Dicomm.tag
      val smallest_pixel_value_in_series : Dicomm.tag
      val largest_pixel_value_in_series : Dicomm.tag
      val smallest_image_pixel_value_in_plane : Dicomm.tag
      val largest_image_pixel_value_in_plane : Dicomm.tag
      val pixel_padding_value : Dicomm.tag
      val pixel_padding_range_limit : Dicomm.tag
      val image_location : Dicomm.tag
      val quality_control_image : Dicomm.tag
      val burned_in_annotation : Dicomm.tag
      val recognizable_visual_features : Dicomm.tag
      val longitudinal_temporal_information_modified : Dicomm.tag
      val transform_label : Dicomm.tag
      val transform_version_number : Dicomm.tag
      val number_of_transform_steps : Dicomm.tag
      val sequence_of_compressed_data : Dicomm.tag
      val details_of_coefficients : Dicomm.tag
      val rows_for_nth_order_coefficients : Dicomm.tag
      val columns_for_nth_order_coefficients : Dicomm.tag
      val coefficient_coding : Dicomm.tag
      val coefficient_coding_pointers : Dicomm.tag
      val dct_label : Dicomm.tag
      val data_block_description : Dicomm.tag
      val data_block : Dicomm.tag
      val normalization_factor_format : Dicomm.tag
      val zonal_map_number_format : Dicomm.tag
      val zonal_map_location : Dicomm.tag
      val zonal_map_format : Dicomm.tag
      val adaptive_map_format : Dicomm.tag
      val code_number_format : Dicomm.tag
      val code_label : Dicomm.tag
      val number_of_tables : Dicomm.tag
      val code_table_location : Dicomm.tag
      val bits_for_code_word : Dicomm.tag
      val image_data_location : Dicomm.tag
      val pixel_spacing_calibration_type : Dicomm.tag
      val pixel_spacing_calibration_description : Dicomm.tag
      val pixel_intensity_relationship : Dicomm.tag
      val pixel_intensity_relationship_sign : Dicomm.tag
      val window_center : Dicomm.tag
      val window_width : Dicomm.tag
      val rescale_intercept : Dicomm.tag
      val rescale_slope : Dicomm.tag
      val rescale_type : Dicomm.tag
      val window_center_width_explanation : Dicomm.tag
      val voi_lut_function : Dicomm.tag
      val gray_scale : Dicomm.tag
      val recommended_viewing_mode : Dicomm.tag
      val gray_lookup_table_descriptor : Dicomm.tag
      val red_palette_color_lookup_table_descriptor : Dicomm.tag
      val green_palette_color_lookup_table_descriptor : Dicomm.tag
      val blue_palette_color_lookup_table_descriptor : Dicomm.tag
      val alpha_palette_color_lookup_table_descriptor : Dicomm.tag
      val large_red_palette_color_lookup_table_descriptor : Dicomm.tag
      val large_green_palette_color_lookup_table_descriptor : Dicomm.tag
      val large_blue_palette_color_lookup_table_descriptor : Dicomm.tag
      val palette_color_lookup_table_uid : Dicomm.tag
      val gray_lookup_table_data : Dicomm.tag
      val red_palette_color_lookup_table_data : Dicomm.tag
      val green_palette_color_lookup_table_data : Dicomm.tag
      val blue_palette_color_lookup_table_data : Dicomm.tag
      val alpha_palette_color_lookup_table_data : Dicomm.tag
      val large_red_palette_color_lookup_table_data : Dicomm.tag
      val large_green_palette_color_lookup_table_data : Dicomm.tag
      val large_blue_palette_color_lookup_table_data : Dicomm.tag
      val large_palette_color_lookup_table_uid : Dicomm.tag
      val segmented_red_palette_color_lookup_table_data : Dicomm.tag
      val segmented_green_palette_color_lookup_table_data : Dicomm.tag
      val segmented_blue_palette_color_lookup_table_data : Dicomm.tag
      val breast_implant_present : Dicomm.tag
      val partial_view : Dicomm.tag
      val partial_view_description : Dicomm.tag
      val partial_view_code_sequence : Dicomm.tag
      val spatial_locations_preserved : Dicomm.tag
      val data_frame_assignment_sequence : Dicomm.tag
      val data_path_assignment : Dicomm.tag
      val bits_mapped_to_color_lookup_table : Dicomm.tag
      val blending_lut1_sequence : Dicomm.tag
      val blending_lut1_transfer_function : Dicomm.tag
      val blending_weight_constant : Dicomm.tag
      val blending_lookup_table_descriptor : Dicomm.tag
      val blending_lookup_table_data : Dicomm.tag
      val enhanced_palette_color_lookup_table_sequence : Dicomm.tag
      val blending_lut2_sequence : Dicomm.tag
      val blending_lut2_transfer_function : Dicomm.tag
      val data_path_id : Dicomm.tag
      val rgb_lut_transfer_function : Dicomm.tag
      val alpha_lut_transfer_function : Dicomm.tag
      val icc_profile : Dicomm.tag
      val lossy_image_compression : Dicomm.tag
      val lossy_image_compression_ratio : Dicomm.tag
      val lossy_image_compression_method : Dicomm.tag
      val modality_lut_sequence : Dicomm.tag
      val lut_descriptor : Dicomm.tag
      val lut_explanation : Dicomm.tag
      val modality_lut_type : Dicomm.tag
      val lut_data : Dicomm.tag
      val voi_lut_sequence : Dicomm.tag
      val soft_copy_void_lut_sequence : Dicomm.tag
      val image_presentation_comments : Dicomm.tag
      val bi_plane_acquisition_sequence : Dicomm.tag
      val representative_frame_number : Dicomm.tag
      val frame_numbers_of_interest : Dicomm.tag
      val frame_of_interest_description : Dicomm.tag
      val frame_of_interest_type : Dicomm.tag
      val mask_pointers : Dicomm.tag
      val r_wave_pointer : Dicomm.tag
      val mask_subtraction_sequence : Dicomm.tag
      val mask_operation : Dicomm.tag
      val applicable_frame_range : Dicomm.tag
      val mask_frame_numbers : Dicomm.tag
      val contrast_frame_averaging : Dicomm.tag
      val mask_sub_pixel_shift : Dicomm.tag
      val tid_offset : Dicomm.tag
      val mask_operation_explanation : Dicomm.tag
      val pixel_data_provider_url : Dicomm.tag
      val data_point_rows : Dicomm.tag
      val data_point_columns : Dicomm.tag
      val signal_domain_columns : Dicomm.tag
      val largest_monochrome_pixel_value : Dicomm.tag
      val data_representation : Dicomm.tag
      val pixel_measures_sequence : Dicomm.tag
      val frame_voi_lut_sequence : Dicomm.tag
      val pixel_value_transformation_sequence : Dicomm.tag
      val signal_domain_rows : Dicomm.tag
      val display_filter_percentage : Dicomm.tag
      val frame_pixel_shift_sequence : Dicomm.tag
      val subtraction_item_id : Dicomm.tag
      val pixel_intensity_relationship_lutsequence : Dicomm.tag
      val frame_pixel_data_properties_sequence : Dicomm.tag
      val geometrical_properties : Dicomm.tag
      val geometric_maximum_distortion : Dicomm.tag
      val image_processing_applied : Dicomm.tag
      val mask_selection_mode : Dicomm.tag
      val lut_function : Dicomm.tag
      val mask_visibility_percentage : Dicomm.tag
      val pixel_shift_sequence : Dicomm.tag
      val region_pixel_shift_sequence : Dicomm.tag
      val vertices_of_the_region : Dicomm.tag
      val multi_frame_presentation_sequence : Dicomm.tag
      val pixel_shift_frame_range : Dicomm.tag
      val lut_frame_range : Dicomm.tag
      val image_to_equipment_mapping_matrix : Dicomm.tag
      val equipment_coordinate_system_identification : Dicomm.tag
      val study_status_id : Dicomm.tag
      val study_priority_id : Dicomm.tag
      val study_id_issuer : Dicomm.tag
      val study_verified_date : Dicomm.tag
      val study_verified_time : Dicomm.tag
      val study_read_date : Dicomm.tag
      val study_read_time : Dicomm.tag
      val scheduled_study_start_date : Dicomm.tag
      val scheduled_study_start_time : Dicomm.tag
      val scheduled_study_stop_date : Dicomm.tag
      val scheduled_study_stop_time : Dicomm.tag
      val scheduled_study_location : Dicomm.tag
      val scheduled_study_location_aetitle : Dicomm.tag
      val reason_for_study : Dicomm.tag
      val requesting_physician_identification_sequence : Dicomm.tag
      val requesting_physician : Dicomm.tag
      val requesting_service : Dicomm.tag
      val requesting_service_code_sequence : Dicomm.tag
      val study_arrival_date : Dicomm.tag
      val study_arrival_time : Dicomm.tag
      val study_completion_date : Dicomm.tag
      val study_completion_time : Dicomm.tag
      val study_component_status_id : Dicomm.tag
      val requested_procedure_description : Dicomm.tag
      val requested_procedure_code_sequence : Dicomm.tag
      val requested_contrast_agent : Dicomm.tag
      val study_comments : Dicomm.tag
      val referenced_patient_alias_sequence : Dicomm.tag
      val visit_status_id : Dicomm.tag
      val admission_id : Dicomm.tag
      val issuer_of_admission_id : Dicomm.tag
      val issuer_of_admission_id_sequence : Dicomm.tag
      val route_of_admissions : Dicomm.tag
      val scheduled_admission_date : Dicomm.tag
      val scheduled_admission_time : Dicomm.tag
      val scheduled_discharge_date : Dicomm.tag
      val scheduled_discharge_time : Dicomm.tag
      val scheduled_patient_institution_residence : Dicomm.tag
      val admitting_date : Dicomm.tag
      val admitting_time : Dicomm.tag
      val discharge_date : Dicomm.tag
      val discharge_time : Dicomm.tag
      val discharge_diagnosis_description : Dicomm.tag
      val discharge_diagnosis_code_sequence : Dicomm.tag
      val special_needs : Dicomm.tag
      val service_episode_id : Dicomm.tag
      val issuer_of_service_episode_id : Dicomm.tag
      val service_episode_description : Dicomm.tag
      val issuer_of_service_episode_id_sequence : Dicomm.tag
      val pertinent_documents_sequence : Dicomm.tag
      val current_patient_location : Dicomm.tag
      val patient_institution_residence : Dicomm.tag
      val patient_state : Dicomm.tag
      val patient_clinical_trial_participation_sequence : Dicomm.tag
      val visit_comments : Dicomm.tag
      val waveform_originality : Dicomm.tag
      val number_of_waveform_channels : Dicomm.tag
      val number_of_waveform_samples : Dicomm.tag
      val sampling_frequency : Dicomm.tag
      val multiplex_group_label : Dicomm.tag
      val channel_definition_sequence : Dicomm.tag
      val waveform_channel_number : Dicomm.tag
      val channel_label : Dicomm.tag
      val channel_status : Dicomm.tag
      val channel_source_sequence : Dicomm.tag
      val channel_source_modifiers_sequence : Dicomm.tag
      val source_waveform_sequence : Dicomm.tag
      val channel_derivation_description : Dicomm.tag
      val channel_sensitivity : Dicomm.tag
      val channel_sensitivity_units_sequence : Dicomm.tag
      val channel_sensitivity_correction_factor : Dicomm.tag
      val channel_baseline : Dicomm.tag
      val channel_time_skew : Dicomm.tag
      val channel_sample_skew : Dicomm.tag
      val channel_offset : Dicomm.tag
      val waveform_bits_stored : Dicomm.tag
      val filter_low_frequency : Dicomm.tag
      val filter_high_frequency : Dicomm.tag
      val notch_filter_frequency : Dicomm.tag
      val notch_filter_bandwidth : Dicomm.tag
      val waveform_data_display_scale : Dicomm.tag
      val waveform_display_background_cielab_value : Dicomm.tag
      val waveform_presentation_group_sequence : Dicomm.tag
      val presentation_group_number : Dicomm.tag
      val channel_display_sequence : Dicomm.tag
      val channel_recommended_display_cielab_value : Dicomm.tag
      val channel_position : Dicomm.tag
      val display_shading_flag : Dicomm.tag
      val fractional_channel_display_scale : Dicomm.tag
      val absolute_channel_display_scale : Dicomm.tag
      val multiplexed_audio_channels_description_code_sequence : Dicomm.tag
      val channel_identification_code : Dicomm.tag
      val channel_mode : Dicomm.tag
      val scheduled_station_aetitle : Dicomm.tag
      val scheduled_procedure_step_start_date : Dicomm.tag
      val scheduled_procedure_step_start_time : Dicomm.tag
      val scheduled_procedure_step_end_date : Dicomm.tag
      val scheduled_procedure_step_end_time : Dicomm.tag
      val scheduled_performing_physician_name : Dicomm.tag
      val scheduled_procedure_step_description : Dicomm.tag
      val scheduled_protocol_code_sequence : Dicomm.tag
      val scheduled_procedure_step_id : Dicomm.tag
      val stage_code_sequence : Dicomm.tag
      val scheduled_performing_physician_identification_sequence : Dicomm.tag
      val scheduled_station_name : Dicomm.tag
      val scheduled_procedure_step_location : Dicomm.tag
      val pre_medication : Dicomm.tag
      val scheduled_procedure_step_status : Dicomm.tag
      val order_placer_identifier_sequence : Dicomm.tag
      val order_filler_identifier_sequence : Dicomm.tag
      val local_namespace_entity_id : Dicomm.tag
      val universal_entity_id : Dicomm.tag
      val universal_entity_id_type : Dicomm.tag
      val identifier_type_code : Dicomm.tag
      val assigning_facility_sequence : Dicomm.tag
      val assigning_jurisdiction_code_sequence : Dicomm.tag
      val assigning_agency_or_department_code_sequence : Dicomm.tag
      val scheduled_procedure_step_sequence : Dicomm.tag
      val referenced_non_image_composite_sop_instance_sequence : Dicomm.tag
      val performed_station_aetitle : Dicomm.tag
      val performed_station_name : Dicomm.tag
      val performed_location : Dicomm.tag
      val performed_procedure_step_start_date : Dicomm.tag
      val performed_procedure_step_start_time : Dicomm.tag
      val performed_procedure_step_end_date : Dicomm.tag
      val performed_procedure_step_end_time : Dicomm.tag
      val performed_procedure_step_status : Dicomm.tag
      val performed_procedure_step_id : Dicomm.tag
      val performed_procedure_step_description : Dicomm.tag
      val performed_procedure_type_description : Dicomm.tag
      val performed_protocol_code_sequence : Dicomm.tag
      val performed_protocol_type : Dicomm.tag
      val scheduled_step_attributes_sequence : Dicomm.tag
      val request_attributes_sequence : Dicomm.tag
      val comments_on_the_performed_procedure_step : Dicomm.tag
      val performed_procedure_step_discontinuation_reason_code_sequence :
        Dicomm.tag
      val quantity_sequence : Dicomm.tag
      val quantity : Dicomm.tag
      val measuring_units_sequence : Dicomm.tag
      val billing_item_sequence : Dicomm.tag
      val total_time_of_fluoroscopy : Dicomm.tag
      val total_number_of_exposures : Dicomm.tag
      val entrance_dose : Dicomm.tag
      val exposed_area : Dicomm.tag
      val distance_source_to_entrance : Dicomm.tag
      val distance_source_to_support : Dicomm.tag
      val exposure_dose_sequence : Dicomm.tag
      val comments_on_radiation_dose : Dicomm.tag
      val x_ray_output : Dicomm.tag
      val half_value_layer : Dicomm.tag
      val organ_dose : Dicomm.tag
      val organ_exposed : Dicomm.tag
      val billing_procedure_step_sequence : Dicomm.tag
      val film_consumption_sequence : Dicomm.tag
      val billing_supplies_and_devices_sequence : Dicomm.tag
      val referenced_procedure_step_sequence : Dicomm.tag
      val performed_series_sequence : Dicomm.tag
      val comments_on_the_scheduled_procedure_step : Dicomm.tag
      val protocol_context_sequence : Dicomm.tag
      val content_item_modifier_sequence : Dicomm.tag
      val scheduled_specimen_sequence : Dicomm.tag
      val specimen_accession_number : Dicomm.tag
      val container_identifier : Dicomm.tag
      val issuer_of_the_container_identifier_sequence : Dicomm.tag
      val alternate_container_identifier_sequence : Dicomm.tag
      val container_type_code_sequence : Dicomm.tag
      val container_description : Dicomm.tag
      val container_component_sequence : Dicomm.tag
      val specimen_sequence : Dicomm.tag
      val specimen_identifier : Dicomm.tag
      val specimen_description_sequence_trial : Dicomm.tag
      val specimen_description_trial : Dicomm.tag
      val specimen_uid : Dicomm.tag
      val acquisition_context_sequence : Dicomm.tag
      val acquisition_context_description : Dicomm.tag
      val specimen_type_code_sequence : Dicomm.tag
      val specimen_description_sequence : Dicomm.tag
      val issuer_of_the_specimen_identifier_sequence : Dicomm.tag
      val specimen_short_description : Dicomm.tag
      val specimen_detailed_description : Dicomm.tag
      val specimen_preparation_sequence : Dicomm.tag
      val specimen_preparation_step_content_item_sequence : Dicomm.tag
      val specimen_localization_content_item_sequence : Dicomm.tag
      val slide_identifier : Dicomm.tag
      val image_center_point_coordinates_sequence : Dicomm.tag
      val x_offset_in_slide_coordinate_system : Dicomm.tag
      val y_offset_in_slide_coordinate_system : Dicomm.tag
      val z_offset_in_slide_coordinate_system : Dicomm.tag
      val pixel_spacing_sequence : Dicomm.tag
      val coordinate_system_axis_code_sequence : Dicomm.tag
      val measurement_units_code_sequence : Dicomm.tag
      val vital_stain_code_sequence_trial : Dicomm.tag
      val requested_procedure_id : Dicomm.tag
      val reason_for_the_requested_procedure : Dicomm.tag
      val requested_procedure_priority : Dicomm.tag
      val patient_transport_arrangements : Dicomm.tag
      val requested_procedure_location : Dicomm.tag
      val placer_order_number_procedure : Dicomm.tag
      val filler_order_number_procedure : Dicomm.tag
      val confidentiality_code : Dicomm.tag
      val reporting_priority : Dicomm.tag
      val reason_for_requested_procedure_code_sequence : Dicomm.tag
      val names_of_intended_recipients_of_results : Dicomm.tag
      val intended_recipients_of_results_identification_sequence : Dicomm.tag
      val reason_for_performed_procedure_code_sequence : Dicomm.tag
      val requested_procedure_description_trial : Dicomm.tag
      val person_identification_code_sequence : Dicomm.tag
      val person_address : Dicomm.tag
      val person_telephone_numbers : Dicomm.tag
      val requested_procedure_comments : Dicomm.tag
      val reason_for_the_imaging_service_request : Dicomm.tag
      val issue_date_of_imaging_service_request : Dicomm.tag
      val issue_time_of_imaging_service_request : Dicomm.tag
      val placer_order_number_imaging_service_request_retired : Dicomm.tag
      val filler_order_number_imaging_service_request_retired : Dicomm.tag
      val order_entered_by : Dicomm.tag
      val order_enterer_location : Dicomm.tag
      val order_callback_phone_number : Dicomm.tag
      val placer_order_number_imaging_service_request : Dicomm.tag
      val filler_order_number_imaging_service_request : Dicomm.tag
      val imaging_service_request_comments : Dicomm.tag
      val confidentiality_constraint_on_patient_data_description : Dicomm.tag
      val general_purpose_scheduled_procedure_step_status : Dicomm.tag
      val general_purpose_performed_procedure_step_status : Dicomm.tag
      val general_purpose_scheduled_procedure_step_priority : Dicomm.tag
      val scheduled_processing_applications_code_sequence : Dicomm.tag
      val scheduled_procedure_step_start_date_time : Dicomm.tag
      val multiple_copies_flag : Dicomm.tag
      val performed_processing_applications_code_sequence : Dicomm.tag
      val human_performer_code_sequence : Dicomm.tag
      val scheduled_procedure_step_modification_date_time : Dicomm.tag
      val expected_completion_date_time : Dicomm.tag
      val resulting_general_purpose_performed_procedure_steps_sequence :
        Dicomm.tag
      val referenced_general_purpose_scheduled_procedure_step_sequence :
        Dicomm.tag
      val scheduled_workitem_code_sequence : Dicomm.tag
      val performed_workitem_code_sequence : Dicomm.tag
      val input_availability_flag : Dicomm.tag
      val input_information_sequence : Dicomm.tag
      val relevant_information_sequence : Dicomm.tag
      val referenced_general_purpose_scheduled_procedure_step_transaction_uid :
        Dicomm.tag
      val scheduled_station_name_code_sequence : Dicomm.tag
      val scheduled_station_class_code_sequence : Dicomm.tag
      val scheduled_station_geographic_location_code_sequence : Dicomm.tag
      val performed_station_name_code_sequence : Dicomm.tag
      val performed_station_class_code_sequence : Dicomm.tag
      val performed_station_geographic_location_code_sequence : Dicomm.tag
      val requested_subsequent_workitem_code_sequence : Dicomm.tag
      val non_dicomoutput_code_sequence : Dicomm.tag
      val output_information_sequence : Dicomm.tag
      val scheduled_human_performers_sequence : Dicomm.tag
      val actual_human_performers_sequence : Dicomm.tag
      val human_performer_organization : Dicomm.tag
      val human_performer_name : Dicomm.tag
      val raw_data_handling : Dicomm.tag
      val input_readiness_state : Dicomm.tag
      val performed_procedure_step_start_date_time : Dicomm.tag
      val performed_procedure_step_end_date_time : Dicomm.tag
      val procedure_step_cancellation_date_time : Dicomm.tag
      val entrance_dose_inm_gy : Dicomm.tag
      val referenced_image_real_world_value_mapping_sequence : Dicomm.tag
      val real_world_value_mapping_sequence : Dicomm.tag
      val pixel_value_mapping_code_sequence : Dicomm.tag
      val lut_label : Dicomm.tag
      val real_world_value_last_value_mapped : Dicomm.tag
      val real_world_value_lut_data : Dicomm.tag
      val real_world_value_first_value_mapped : Dicomm.tag
      val real_world_value_intercept : Dicomm.tag
      val real_world_value_slope : Dicomm.tag
      val findings_flag_trial : Dicomm.tag
      val relationship_type : Dicomm.tag
      val findings_sequence_trial : Dicomm.tag
      val findings_group_uid_trial : Dicomm.tag
      val referenced_findings_group_uid_trial : Dicomm.tag
      val findings_group_recording_date_trial : Dicomm.tag
      val findings_group_recording_time_trial : Dicomm.tag
      val findings_source_category_code_sequence_trial : Dicomm.tag
      val verifying_organization : Dicomm.tag
      val documenting_organization_identifier_code_sequence_trial :
        Dicomm.tag
      val verification_date_time : Dicomm.tag
      val observation_date_time : Dicomm.tag
      val value_type : Dicomm.tag
      val concept_name_code_sequence : Dicomm.tag
      val measurement_precision_description_trial : Dicomm.tag
      val continuity_of_content : Dicomm.tag
      val urgency_or_priority_alerts_trial : Dicomm.tag
      val sequencing_indicator_trial : Dicomm.tag
      val document_identifier_code_sequence_trial : Dicomm.tag
      val document_author_trial : Dicomm.tag
      val document_author_identifier_code_sequence_trial : Dicomm.tag
      val identifier_code_sequence_trial : Dicomm.tag
      val verifying_observer_sequence : Dicomm.tag
      val object_binary_identifier_trial : Dicomm.tag
      val verifying_observer_name : Dicomm.tag
      val documenting_observer_identifier_code_sequence_trial : Dicomm.tag
      val author_observer_sequence : Dicomm.tag
      val participant_sequence : Dicomm.tag
      val custodial_organization_sequence : Dicomm.tag
      val participation_type : Dicomm.tag
      val participation_date_time : Dicomm.tag
      val observer_type : Dicomm.tag
      val procedure_identifier_code_sequence_trial : Dicomm.tag
      val verifying_observer_identification_code_sequence : Dicomm.tag
      val object_directory_binary_identifier_trial : Dicomm.tag
      val equivalent_cda_document_sequence : Dicomm.tag
      val referenced_waveform_channels : Dicomm.tag
      val date_of_document_or_verbal_transaction_trial : Dicomm.tag
      val time_of_document_creation_or_verbal_transaction_trial : Dicomm.tag
      val date_time : Dicomm.tag
      val date : Dicomm.tag
      val time : Dicomm.tag
      val person_name : Dicomm.tag
      val uid : Dicomm.tag
      val report_status_id_trial : Dicomm.tag
      val temporal_range_type : Dicomm.tag
      val referenced_sample_positions : Dicomm.tag
      val referenced_frame_numbers : Dicomm.tag
      val referenced_time_offsets : Dicomm.tag
      val referenced_date_time : Dicomm.tag
      val text_value : Dicomm.tag
      val observation_category_code_sequence_trial : Dicomm.tag
      val concept_code_sequence : Dicomm.tag
      val bibliographic_citation_trial : Dicomm.tag
      val purpose_of_reference_code_sequence : Dicomm.tag
      val observation_uid_trial : Dicomm.tag
      val referenced_observation_uid_trial : Dicomm.tag
      val referenced_observation_class_trial : Dicomm.tag
      val referenced_object_observation_class_trial : Dicomm.tag
      val annotation_group_number : Dicomm.tag
      val observation_date_trial : Dicomm.tag
      val observation_time_trial : Dicomm.tag
      val measurement_automation_trial : Dicomm.tag
      val modifier_code_sequence : Dicomm.tag
      val identification_description_trial : Dicomm.tag
      val coordinates_set_geometric_type_trial : Dicomm.tag
      val algorithm_code_sequence_trial : Dicomm.tag
      val algorithm_description_trial : Dicomm.tag
      val pixel_coordinates_set_trial : Dicomm.tag
      val measured_value_sequence : Dicomm.tag
      val numeric_value_qualifier_code_sequence : Dicomm.tag
      val current_observer_trial : Dicomm.tag
      val numeric_value : Dicomm.tag
      val referenced_accession_sequence_trial : Dicomm.tag
      val report_status_comment_trial : Dicomm.tag
      val procedure_context_sequence_trial : Dicomm.tag
      val verbal_source_trial : Dicomm.tag
      val address_trial : Dicomm.tag
      val telephone_number_trial : Dicomm.tag
      val verbal_source_identifier_code_sequence_trial : Dicomm.tag
      val predecessor_documents_sequence : Dicomm.tag
      val referenced_request_sequence : Dicomm.tag
      val performed_procedure_code_sequence : Dicomm.tag
      val current_requested_procedure_evidence_sequence : Dicomm.tag
      val report_detail_sequence_trial : Dicomm.tag
      val pertinent_other_evidence_sequence : Dicomm.tag
      val hl7_structured_document_reference_sequence : Dicomm.tag
      val observation_subject_uid_trial : Dicomm.tag
      val observation_subject_class_trial : Dicomm.tag
      val observation_subject_type_code_sequence_trial : Dicomm.tag
      val completion_flag : Dicomm.tag
      val completion_flag_description : Dicomm.tag
      val verification_flag : Dicomm.tag
      val archive_requested : Dicomm.tag
      val preliminary_flag : Dicomm.tag
      val content_template_sequence : Dicomm.tag
      val identical_documents_sequence : Dicomm.tag
      val observation_subject_context_flag_trial : Dicomm.tag
      val observer_context_flag_trial : Dicomm.tag
      val procedure_context_flag_trial : Dicomm.tag
      val content_sequence : Dicomm.tag
      val relationship_sequence_trial : Dicomm.tag
      val relationship_type_code_sequence_trial : Dicomm.tag
      val language_code_sequence_trial : Dicomm.tag
      val uniform_resource_locator_trial : Dicomm.tag
      val waveform_annotation_sequence : Dicomm.tag
      val template_identifier : Dicomm.tag
      val template_version : Dicomm.tag
      val template_local_version : Dicomm.tag
      val template_extension_flag : Dicomm.tag
      val template_extension_organization_uid : Dicomm.tag
      val template_extension_creator_uid : Dicomm.tag
      val referenced_content_item_identifier : Dicomm.tag
      val hl7_instance_identifier : Dicomm.tag
      val hl7_document_effective_time : Dicomm.tag
      val hl7_document_type_code_sequence : Dicomm.tag
      val document_class_code_sequence : Dicomm.tag
      val retrieve_uri : Dicomm.tag
      val retrieve_location_uid : Dicomm.tag
      val type_of_instances : Dicomm.tag
      val dicomretrievalsequence : Dicomm.tag
      val dicommediaretrievalsequence : Dicomm.tag
      val wado_retrieval_sequence : Dicomm.tag
      val xds_retrieval_sequence : Dicomm.tag
      val repository_unique_id : Dicomm.tag
      val home_community_id : Dicomm.tag
      val document_title : Dicomm.tag
      val encapsulated_document : Dicomm.tag
      val mime_type_of_encapsulated_document : Dicomm.tag
      val source_instance_sequence : Dicomm.tag
      val list_of_mime_types : Dicomm.tag
      val product_package_identifier : Dicomm.tag
      val substance_administration_approval : Dicomm.tag
      val approval_status_further_description : Dicomm.tag
      val approval_status_date_time : Dicomm.tag
      val product_type_code_sequence : Dicomm.tag
      val product_name : Dicomm.tag
      val product_description : Dicomm.tag
      val product_lot_identifier : Dicomm.tag
      val product_expiration_date_time : Dicomm.tag
      val substance_administration_date_time : Dicomm.tag
      val substance_administration_notes : Dicomm.tag
      val substance_administration_device_id : Dicomm.tag
      val product_parameter_sequence : Dicomm.tag
      val substance_administration_parameter_sequence : Dicomm.tag
      val lens_description : Dicomm.tag
      val right_lens_sequence : Dicomm.tag
      val left_lens_sequence : Dicomm.tag
      val unspecified_laterality_lens_sequence : Dicomm.tag
      val cylinder_sequence : Dicomm.tag
      val prism_sequence : Dicomm.tag
      val horizontal_prism_power : Dicomm.tag
      val horizontal_prism_base : Dicomm.tag
      val vertical_prism_power : Dicomm.tag
      val vertical_prism_base : Dicomm.tag
      val lens_segment_type : Dicomm.tag
      val optical_transmittance : Dicomm.tag
      val channel_width : Dicomm.tag
      val pupil_size : Dicomm.tag
      val corneal_size : Dicomm.tag
      val autorefraction_right_eye_sequence : Dicomm.tag
      val autorefraction_left_eye_sequence : Dicomm.tag
      val distance_pupillary_distance : Dicomm.tag
      val near_pupillary_distance : Dicomm.tag
      val intermediate_pupillary_distance : Dicomm.tag
      val other_pupillary_distance : Dicomm.tag
      val keratometry_right_eye_sequence : Dicomm.tag
      val keratometry_left_eye_sequence : Dicomm.tag
      val steep_keratometric_axis_sequence : Dicomm.tag
      val radius_of_curvature : Dicomm.tag
      val keratometric_power : Dicomm.tag
      val keratometric_axis : Dicomm.tag
      val flat_keratometric_axis_sequence : Dicomm.tag
      val background_color : Dicomm.tag
      val optotype : Dicomm.tag
      val optotype_presentation : Dicomm.tag
      val subjective_refraction_right_eye_sequence : Dicomm.tag
      val subjective_refraction_left_eye_sequence : Dicomm.tag
      val add_near_sequence : Dicomm.tag
      val add_intermediate_sequence : Dicomm.tag
      val add_other_sequence : Dicomm.tag
      val add_power : Dicomm.tag
      val viewing_distance : Dicomm.tag
      val visual_acuity_type_code_sequence : Dicomm.tag
      val visual_acuity_right_eye_sequence : Dicomm.tag
      val visual_acuity_left_eye_sequence : Dicomm.tag
      val visual_acuity_both_eyes_open_sequence : Dicomm.tag
      val viewing_distance_type : Dicomm.tag
      val visual_acuity_modifiers : Dicomm.tag
      val decimal_visual_acuity : Dicomm.tag
      val optotype_detailed_definition : Dicomm.tag
      val referenced_refractive_measurements_sequence : Dicomm.tag
      val sphere_power : Dicomm.tag
      val cylinder_power : Dicomm.tag
      val imaged_volume_width : Dicomm.tag
      val imaged_volume_height : Dicomm.tag
      val imaged_volume_depth : Dicomm.tag
      val total_pixel_matrix_columns : Dicomm.tag
      val total_pixel_matrix_rows : Dicomm.tag
      val total_pixel_matrix_origin_sequence : Dicomm.tag
      val specimen_label_in_image : Dicomm.tag
      val focus_method : Dicomm.tag
      val extended_depth_of_field : Dicomm.tag
      val number_of_focal_planes : Dicomm.tag
      val distance_between_focal_planes : Dicomm.tag
      val recommended_absent_pixel_cielab_value : Dicomm.tag
      val illuminator_type_code_sequence : Dicomm.tag
      val image_orientation_slide : Dicomm.tag
      val optical_path_sequence : Dicomm.tag
      val optical_path_identifier : Dicomm.tag
      val optical_path_description : Dicomm.tag
      val illumination_color_code_sequence : Dicomm.tag
      val specimen_reference_sequence : Dicomm.tag
      val condenser_lens_power : Dicomm.tag
      val objective_lens_power : Dicomm.tag
      val objective_lens_numerical_aperture : Dicomm.tag
      val palette_color_lookup_table_sequence : Dicomm.tag
      val referenced_image_navigation_sequence : Dicomm.tag
      val top_left_hand_corner_of_localizer_area : Dicomm.tag
      val bottom_right_hand_corner_of_localizer_area : Dicomm.tag
      val optical_path_identification_sequence : Dicomm.tag
      val plane_position_slide_sequence : Dicomm.tag
      val row_position_in_total_image_pixel_matrix : Dicomm.tag
      val column_position_in_total_image_pixel_matrix : Dicomm.tag
      val pixel_origin_interpretation : Dicomm.tag
      val calibration_image : Dicomm.tag
      val device_sequence : Dicomm.tag
      val container_component_type_code_sequence : Dicomm.tag
      val container_component_thickness : Dicomm.tag
      val device_length : Dicomm.tag
      val container_component_width : Dicomm.tag
      val device_diameter : Dicomm.tag
      val device_diameter_units : Dicomm.tag
      val device_volume : Dicomm.tag
      val inter_marker_distance : Dicomm.tag
      val container_component_material : Dicomm.tag
      val container_component_id : Dicomm.tag
      val container_component_length : Dicomm.tag
      val container_component_diameter : Dicomm.tag
      val container_component_description : Dicomm.tag
      val device_description : Dicomm.tag
      val contrast_bolus_ingredient_percent_by_volume : Dicomm.tag
      val oct_focal_distance : Dicomm.tag
      val beam_spot_size : Dicomm.tag
      val effective_refractive_index : Dicomm.tag
      val oct_acquisition_domain : Dicomm.tag
      val oct_optical_center_wavelength : Dicomm.tag
      val axial_resolution : Dicomm.tag
      val ranging_depth : Dicomm.tag
      val a_line_rate : Dicomm.tag
      val a_lines_per_frame : Dicomm.tag
      val catheter_rotational_rate : Dicomm.tag
      val a_line_pixel_spacing : Dicomm.tag
      val mode_of_percutaneous_access_sequence : Dicomm.tag
      val intravascular_oct_frame_type_sequence : Dicomm.tag
      val oct_zoffset_applied : Dicomm.tag
      val intravascular_frame_content_sequence : Dicomm.tag
      val intravascular_longitudinal_distance : Dicomm.tag
      val intravascular_oct_frame_content_sequence : Dicomm.tag
      val oct_zoffset_correction : Dicomm.tag
      val catheter_direction_of_rotation : Dicomm.tag
      val seam_line_location : Dicomm.tag
      val first_aline_location : Dicomm.tag
      val seam_line_index : Dicomm.tag
      val number_of_padded_alines : Dicomm.tag
      val interpolation_type : Dicomm.tag
      val refractive_index_applied : Dicomm.tag
      val energy_window_vector : Dicomm.tag
      val number_of_energy_windows : Dicomm.tag
      val energy_window_information_sequence : Dicomm.tag
      val energy_window_range_sequence : Dicomm.tag
      val energy_window_lower_limit : Dicomm.tag
      val energy_window_upper_limit : Dicomm.tag
      val radiopharmaceutical_information_sequence : Dicomm.tag
      val residual_syringe_counts : Dicomm.tag
      val energy_window_name : Dicomm.tag
      val detector_vector : Dicomm.tag
      val number_of_detectors : Dicomm.tag
      val detector_information_sequence : Dicomm.tag
      val phase_vector : Dicomm.tag
      val number_of_phases : Dicomm.tag
      val phase_information_sequence : Dicomm.tag
      val number_of_frames_in_phase : Dicomm.tag
      val phase_delay : Dicomm.tag
      val pause_between_frames : Dicomm.tag
      val phase_description : Dicomm.tag
      val rotation_vector : Dicomm.tag
      val number_of_rotations : Dicomm.tag
      val rotation_information_sequence : Dicomm.tag
      val number_of_frames_in_rotation : Dicomm.tag
      val r_rinterval_vector : Dicomm.tag
      val number_of_rrintervals : Dicomm.tag
      val gated_information_sequence : Dicomm.tag
      val data_information_sequence : Dicomm.tag
      val time_slot_vector : Dicomm.tag
      val number_of_time_slots : Dicomm.tag
      val time_slot_information_sequence : Dicomm.tag
      val time_slot_time : Dicomm.tag
      val slice_vector : Dicomm.tag
      val number_of_slices : Dicomm.tag
      val angular_view_vector : Dicomm.tag
      val time_slice_vector : Dicomm.tag
      val number_of_time_slices : Dicomm.tag
      val start_angle : Dicomm.tag
      val type_of_detector_motion : Dicomm.tag
      val trigger_vector : Dicomm.tag
      val number_of_triggers_in_phase : Dicomm.tag
      val view_code_sequence : Dicomm.tag
      val view_modifier_code_sequence : Dicomm.tag
      val radionuclide_code_sequence : Dicomm.tag
      val administration_route_code_sequence : Dicomm.tag
      val radiopharmaceutical_code_sequence : Dicomm.tag
      val calibration_data_sequence : Dicomm.tag
      val energy_window_number : Dicomm.tag
      val image_id : Dicomm.tag
      val patient_orientation_code_sequence : Dicomm.tag
      val patient_orientation_modifier_code_sequence : Dicomm.tag
      val patient_gantry_relationship_code_sequence : Dicomm.tag
      val slice_progression_direction : Dicomm.tag
      val series_type : Dicomm.tag
      val units : Dicomm.tag
      val counts_source : Dicomm.tag
      val reprojection_method : Dicomm.tag
      val suv_type : Dicomm.tag
      val randoms_correction_method : Dicomm.tag
      val attenuation_correction_method : Dicomm.tag
      val decay_correction : Dicomm.tag
      val reconstruction_method : Dicomm.tag
      val detector_lines_of_response_used : Dicomm.tag
      val scatter_correction_method : Dicomm.tag
      val axial_acceptance : Dicomm.tag
      val axial_mash : Dicomm.tag
      val transverse_mash : Dicomm.tag
      val detector_element_size : Dicomm.tag
      val coincidence_window_width : Dicomm.tag
      val secondary_counts_type : Dicomm.tag
      val frame_reference_time : Dicomm.tag
      val primary_prompts_counts_accumulated : Dicomm.tag
      val secondary_counts_accumulated : Dicomm.tag
      val slice_sensitivity_factor : Dicomm.tag
      val decay_factor : Dicomm.tag
      val dose_calibration_factor : Dicomm.tag
      val scatter_fraction_factor : Dicomm.tag
      val dead_time_factor : Dicomm.tag
      val image_index : Dicomm.tag
      val counts_included : Dicomm.tag
      val dead_time_correction_flag : Dicomm.tag
      val histogram_sequence : Dicomm.tag
      val histogram_number_of_bins : Dicomm.tag
      val histogram_first_bin_value : Dicomm.tag
      val histogram_last_bin_value : Dicomm.tag
      val histogram_bin_width : Dicomm.tag
      val histogram_explanation : Dicomm.tag
      val histogram_data : Dicomm.tag
      val segmentation_type : Dicomm.tag
      val segment_sequence : Dicomm.tag
      val segmented_property_category_code_sequence : Dicomm.tag
      val segment_number : Dicomm.tag
      val segment_label : Dicomm.tag
      val segment_description : Dicomm.tag
      val segment_algorithm_type : Dicomm.tag
      val segment_algorithm_name : Dicomm.tag
      val segment_identification_sequence : Dicomm.tag
      val referenced_segment_number : Dicomm.tag
      val recommended_display_grayscale_value : Dicomm.tag
      val recommended_display_cie_lab_value : Dicomm.tag
      val maximum_fractional_value : Dicomm.tag
      val segmented_property_type_code_sequence : Dicomm.tag
      val segmentation_fractional_type : Dicomm.tag
      val deformable_registration_sequence : Dicomm.tag
      val source_frame_of_reference_uid : Dicomm.tag
      val deformable_registration_grid_sequence : Dicomm.tag
      val grid_dimensions : Dicomm.tag
      val grid_resolution : Dicomm.tag
      val vector_grid_data : Dicomm.tag
      val pre_deformation_matrix_registration_sequence : Dicomm.tag
      val post_deformation_matrix_registration_sequence : Dicomm.tag
      val number_of_surfaces : Dicomm.tag
      val surface_sequence : Dicomm.tag
      val surface_number : Dicomm.tag
      val surface_comments : Dicomm.tag
      val surface_processing : Dicomm.tag
      val surface_processing_ratio : Dicomm.tag
      val surface_processing_description : Dicomm.tag
      val recommended_presentation_opacity : Dicomm.tag
      val recommended_presentation_type : Dicomm.tag
      val finite_volume : Dicomm.tag
      val manifold : Dicomm.tag
      val surface_points_sequence : Dicomm.tag
      val surface_points_normals_sequence : Dicomm.tag
      val surface_mesh_primitives_sequence : Dicomm.tag
      val number_of_surface_points : Dicomm.tag
      val point_coordinates_data : Dicomm.tag
      val point_position_accuracy : Dicomm.tag
      val mean_point_distance : Dicomm.tag
      val maximum_point_distance : Dicomm.tag
      val points_bounding_box_coordinates : Dicomm.tag
      val axis_of_rotation : Dicomm.tag
      val center_of_rotation : Dicomm.tag
      val number_of_vectors : Dicomm.tag
      val vector_dimensionality : Dicomm.tag
      val vector_accuracy : Dicomm.tag
      val vector_coordinate_data : Dicomm.tag
      val triangle_point_index_list : Dicomm.tag
      val edge_point_index_list : Dicomm.tag
      val vertex_point_index_list : Dicomm.tag
      val triangle_strip_sequence : Dicomm.tag
      val triangle_fan_sequence : Dicomm.tag
      val line_sequence : Dicomm.tag
      val primitive_point_index_list : Dicomm.tag
      val surface_count : Dicomm.tag
      val referenced_surface_sequence : Dicomm.tag
      val referenced_surface_number : Dicomm.tag
      val segment_surface_generation_algorithm_identification_sequence :
        Dicomm.tag
      val segment_surface_source_instance_sequence : Dicomm.tag
      val algorithm_family_code_sequence : Dicomm.tag
      val algorithm_name_code_sequence : Dicomm.tag
      val algorithm_version : Dicomm.tag
      val algorithm_parameters : Dicomm.tag
      val facet_sequence : Dicomm.tag
      val surface_processing_algorithm_identification_sequence : Dicomm.tag
      val algorithm_name : Dicomm.tag
      val implant_size : Dicomm.tag
      val implant_template_version : Dicomm.tag
      val replaced_implant_template_sequence : Dicomm.tag
      val implant_type : Dicomm.tag
      val derivation_implant_template_sequence : Dicomm.tag
      val original_implant_template_sequence : Dicomm.tag
      val effective_date_time : Dicomm.tag
      val implant_target_anatomy_sequence : Dicomm.tag
      val information_from_manufacturer_sequence : Dicomm.tag
      val notification_from_manufacturer_sequence : Dicomm.tag
      val information_issue_date_time : Dicomm.tag
      val information_summary : Dicomm.tag
      val implant_regulatory_disapproval_code_sequence : Dicomm.tag
      val overall_template_spatial_tolerance : Dicomm.tag
      val hpgldocumentsequence : Dicomm.tag
      val hpgldocument_id : Dicomm.tag
      val hpgldocumentlabel : Dicomm.tag
      val view_orientation_code_sequence : Dicomm.tag
      val view_orientation_modifier : Dicomm.tag
      val hpgl_document_scaling : Dicomm.tag
      val hpgl_document : Dicomm.tag
      val hpgl_contour_pen_number : Dicomm.tag
      val hpgl_pen_sequence : Dicomm.tag
      val hpgl_pen_number : Dicomm.tag
      val hpgl_pen_label : Dicomm.tag
      val hpgl_pen_description : Dicomm.tag
      val recommended_rotation_point : Dicomm.tag
      val bounding_rectangle : Dicomm.tag
      val implant_template3_dmodel_surface_number : Dicomm.tag
      val surface_model_description_sequence : Dicomm.tag
      val surface_model_label : Dicomm.tag
      val surface_model_scaling_factor : Dicomm.tag
      val materials_code_sequence : Dicomm.tag
      val coating_materials_code_sequence : Dicomm.tag
      val implant_type_code_sequence : Dicomm.tag
      val fixation_method_code_sequence : Dicomm.tag
      val mating_feature_sets_sequence : Dicomm.tag
      val mating_feature_set_id : Dicomm.tag
      val mating_feature_set_label : Dicomm.tag
      val mating_feature_sequence : Dicomm.tag
      val mating_feature_id : Dicomm.tag
      val mating_feature_degree_of_freedom_sequence : Dicomm.tag
      val degree_of_freedom_id : Dicomm.tag
      val degree_of_freedom_type : Dicomm.tag
      val two_dmating_feature_coordinates_sequence : Dicomm.tag
      val referenced_hpgl_document_id : Dicomm.tag
      val two_d_mating_point : Dicomm.tag
      val two_d_mating_axes : Dicomm.tag
      val two_d_degree_of_freedom_sequence : Dicomm.tag
      val three_d_degree_of_freedom_axis : Dicomm.tag
      val range_of_freedom : Dicomm.tag
      val three_d_mating_point : Dicomm.tag
      val three_d_mating_axes : Dicomm.tag
      val two_d_degree_of_freedom_axis : Dicomm.tag
      val planning_landmark_point_sequence : Dicomm.tag
      val planning_landmark_line_sequence : Dicomm.tag
      val planning_landmark_plane_sequence : Dicomm.tag
      val planning_landmark_id : Dicomm.tag
      val planning_landmark_description : Dicomm.tag
      val planning_landmark_identification_code_sequence : Dicomm.tag
      val two_d_point_coordinates_sequence : Dicomm.tag
      val two_d_point_coordinates : Dicomm.tag
      val three_d_point_coordinates : Dicomm.tag
      val two_d_line_coordinates_sequence : Dicomm.tag
      val two_d_line_coordinates : Dicomm.tag
      val three_d_line_coordinates : Dicomm.tag
      val two_d_plane_coordinates_sequence : Dicomm.tag
      val two_d_plane_intersection : Dicomm.tag
      val three_d_plane_origin : Dicomm.tag
      val three_d_plane_normal : Dicomm.tag
      val graphic_annotation_sequence : Dicomm.tag
      val graphic_layer : Dicomm.tag
      val bounding_box_annotation_units : Dicomm.tag
      val anchor_point_annotation_units : Dicomm.tag
      val graphic_annotation_units : Dicomm.tag
      val unformatted_text_value : Dicomm.tag
      val text_object_sequence : Dicomm.tag
      val graphic_object_sequence : Dicomm.tag
      val bounding_box_top_left_hand_corner : Dicomm.tag
      val bounding_box_bottom_right_hand_corner : Dicomm.tag
      val bounding_box_text_horizontal_justification : Dicomm.tag
      val anchor_point : Dicomm.tag
      val anchor_point_visibility : Dicomm.tag
      val graphic_dimensions : Dicomm.tag
      val number_of_graphic_points : Dicomm.tag
      val graphic_data : Dicomm.tag
      val graphic_type : Dicomm.tag
      val graphic_filled : Dicomm.tag
      val image_rotation_retired : Dicomm.tag
      val image_horizontal_flip : Dicomm.tag
      val image_rotation : Dicomm.tag
      val displayed_area_top_left_hand_corner_trial : Dicomm.tag
      val displayed_area_bottom_right_hand_corner_trial : Dicomm.tag
      val displayed_area_top_left_hand_corner : Dicomm.tag
      val displayed_area_bottom_right_hand_corner : Dicomm.tag
      val displayed_area_selection_sequence : Dicomm.tag
      val graphic_layer_sequence : Dicomm.tag
      val graphic_layer_order : Dicomm.tag
      val graphic_layer_recommended_display_grayscale_value : Dicomm.tag
      val graphic_layer_recommended_display_rgbvalue : Dicomm.tag
      val graphic_layer_description : Dicomm.tag
      val content_label : Dicomm.tag
      val content_description : Dicomm.tag
      val presentation_creation_date : Dicomm.tag
      val presentation_creation_time : Dicomm.tag
      val content_creator_name : Dicomm.tag
      val content_creator_identification_code_sequence : Dicomm.tag
      val alternate_content_description_sequence : Dicomm.tag
      val presentation_size_mode : Dicomm.tag
      val presentation_pixel_spacing : Dicomm.tag
      val presentation_pixel_aspect_ratio : Dicomm.tag
      val presentation_pixel_magnification_ratio : Dicomm.tag
      val graphic_group_label : Dicomm.tag
      val graphic_group_description : Dicomm.tag
      val compound_graphic_sequence : Dicomm.tag
      val compound_graphic_instance_id : Dicomm.tag
      val font_name : Dicomm.tag
      val font_name_type : Dicomm.tag
      val css_font_name : Dicomm.tag
      val rotation_angle : Dicomm.tag
      val text_style_sequence : Dicomm.tag
      val line_style_sequence : Dicomm.tag
      val fill_style_sequence : Dicomm.tag
      val graphic_group_sequence : Dicomm.tag
      val text_color_cie_lab_value : Dicomm.tag
      val horizontal_alignment : Dicomm.tag
      val vertical_alignment : Dicomm.tag
      val shadow_style : Dicomm.tag
      val shadow_offset_x : Dicomm.tag
      val shadow_offset_y : Dicomm.tag
      val shadow_color_cie_lab_value : Dicomm.tag
      val underlined : Dicomm.tag
      val bold : Dicomm.tag
      val italic : Dicomm.tag
      val pattern_on_color_cie_lab_value : Dicomm.tag
      val pattern_off_color_cie_lab_value : Dicomm.tag
      val line_thickness : Dicomm.tag
      val line_dashing_style : Dicomm.tag
      val line_pattern : Dicomm.tag
      val fill_pattern : Dicomm.tag
      val fill_mode : Dicomm.tag
      val shadow_opacity : Dicomm.tag
      val gap_length : Dicomm.tag
      val diameter_of_visibility : Dicomm.tag
      val rotation_point : Dicomm.tag
      val tick_alignment : Dicomm.tag
      val show_tick_label : Dicomm.tag
      val tick_label_alignment : Dicomm.tag
      val compound_graphic_units : Dicomm.tag
      val pattern_on_opacity : Dicomm.tag
      val pattern_off_opacity : Dicomm.tag
      val major_ticks_sequence : Dicomm.tag
      val tick_position : Dicomm.tag
      val tick_label : Dicomm.tag
      val compound_graphic_type : Dicomm.tag
      val graphic_group_id : Dicomm.tag
      val shape_type : Dicomm.tag
      val registration_sequence : Dicomm.tag
      val matrix_registration_sequence : Dicomm.tag
      val matrix_sequence : Dicomm.tag
      val frame_of_reference_transformation_matrix_type : Dicomm.tag
      val registration_type_code_sequence : Dicomm.tag
      val fiducial_description : Dicomm.tag
      val fiducial_identifier : Dicomm.tag
      val fiducial_identifier_code_sequence : Dicomm.tag
      val contour_uncertainty_radius : Dicomm.tag
      val used_fiducials_sequence : Dicomm.tag
      val graphic_coordinates_data_sequence : Dicomm.tag
      val fiducial_uid : Dicomm.tag
      val fiducial_set_sequence : Dicomm.tag
      val fiducial_sequence : Dicomm.tag
      val graphic_layer_recommended_display_cielab_value : Dicomm.tag
      val blending_sequence : Dicomm.tag
      val relative_opacity : Dicomm.tag
      val referenced_spatial_registration_sequence : Dicomm.tag
      val blending_position : Dicomm.tag
      val hanging_protocol_name : Dicomm.tag
      val hanging_protocol_description : Dicomm.tag
      val hanging_protocol_level : Dicomm.tag
      val hanging_protocol_creator : Dicomm.tag
      val hanging_protocol_creation_date_time : Dicomm.tag
      val hanging_protocol_definition_sequence : Dicomm.tag
      val hanging_protocol_user_identification_code_sequence : Dicomm.tag
      val hanging_protocol_user_group_name : Dicomm.tag
      val source_hanging_protocol_sequence : Dicomm.tag
      val number_of_priors_referenced : Dicomm.tag
      val image_sets_sequence : Dicomm.tag
      val image_set_selector_sequence : Dicomm.tag
      val image_set_selector_usage_flag : Dicomm.tag
      val selector_attribute : Dicomm.tag
      val selector_value_number : Dicomm.tag
      val time_based_image_sets_sequence : Dicomm.tag
      val image_set_number : Dicomm.tag
      val image_set_selector_category : Dicomm.tag
      val relative_time : Dicomm.tag
      val relative_time_units : Dicomm.tag
      val abstract_prior_value : Dicomm.tag
      val abstract_prior_code_sequence : Dicomm.tag
      val image_set_label : Dicomm.tag
      val selector_attribute_vr : Dicomm.tag
      val selector_sequence_pointer : Dicomm.tag
      val selector_sequence_pointer_private_creator : Dicomm.tag
      val selector_attribute_private_creator : Dicomm.tag
      val selector_at_value : Dicomm.tag
      val selector_cs_value : Dicomm.tag
      val selector_is_value : Dicomm.tag
      val selector_lo_value : Dicomm.tag
      val selector_lt_value : Dicomm.tag
      val selector_pn_value : Dicomm.tag
      val selector_sh_value : Dicomm.tag
      val selector_st_value : Dicomm.tag
      val selector_ut_value : Dicomm.tag
      val selector_ds_value : Dicomm.tag
      val selector_fd_value : Dicomm.tag
      val selector_fl_value : Dicomm.tag
      val selector_ul_value : Dicomm.tag
      val selector_us_value : Dicomm.tag
      val selector_sl_value : Dicomm.tag
      val selector_ss_value : Dicomm.tag
      val selector_code_sequence_value : Dicomm.tag
      val number_of_screens : Dicomm.tag
      val nominal_screen_definition_sequence : Dicomm.tag
      val number_of_vertical_pixels : Dicomm.tag
      val number_of_horizontal_pixels : Dicomm.tag
      val display_environment_spatial_position : Dicomm.tag
      val screen_minimum_grayscale_bit_depth : Dicomm.tag
      val screen_minimum_color_bit_depth : Dicomm.tag
      val application_maximum_repaint_time : Dicomm.tag
      val display_sets_sequence : Dicomm.tag
      val display_set_number : Dicomm.tag
      val display_set_label : Dicomm.tag
      val display_set_presentation_group : Dicomm.tag
      val display_set_presentation_group_description : Dicomm.tag
      val partial_data_display_handling : Dicomm.tag
      val synchronized_scrolling_sequence : Dicomm.tag
      val display_set_scrolling_group : Dicomm.tag
      val navigation_indicator_sequence : Dicomm.tag
      val navigation_display_set : Dicomm.tag
      val reference_display_sets : Dicomm.tag
      val image_boxes_sequence : Dicomm.tag
      val image_box_number : Dicomm.tag
      val image_box_layout_type : Dicomm.tag
      val image_box_tile_horizontal_dimension : Dicomm.tag
      val image_box_tile_vertical_dimension : Dicomm.tag
      val image_box_scroll_direction : Dicomm.tag
      val image_box_small_scroll_type : Dicomm.tag
      val image_box_small_scroll_amount : Dicomm.tag
      val image_box_large_scroll_type : Dicomm.tag
      val image_box_large_scroll_amount : Dicomm.tag
      val image_box_overlap_priority : Dicomm.tag
      val cine_relative_to_real_time : Dicomm.tag
      val filter_operations_sequence : Dicomm.tag
      val filter_by_category : Dicomm.tag
      val filter_by_attribute_presence : Dicomm.tag
      val filter_by_operator : Dicomm.tag
      val structured_display_background_cielab_value : Dicomm.tag
      val empty_image_box_cie_lab_value : Dicomm.tag
      val structured_display_image_box_sequence : Dicomm.tag
      val structured_display_text_box_sequence : Dicomm.tag
      val referenced_first_frame_sequence : Dicomm.tag
      val image_box_synchronization_sequence : Dicomm.tag
      val synchronized_image_box_list : Dicomm.tag
      val type_of_synchronization : Dicomm.tag
      val blending_operation_type : Dicomm.tag
      val reformatting_operation_type : Dicomm.tag
      val reformatting_thickness : Dicomm.tag
      val reformatting_interval : Dicomm.tag
      val reformatting_operation_initial_view_direction : Dicomm.tag
      val three_drendering_type : Dicomm.tag
      val sorting_operations_sequence : Dicomm.tag
      val sort_by_category : Dicomm.tag
      val sorting_direction : Dicomm.tag
      val display_set_patient_orientation : Dicomm.tag
      val voi_type : Dicomm.tag
      val pseudo_color_type : Dicomm.tag
      val pseudo_color_palette_instance_reference_sequence : Dicomm.tag
      val show_grayscale_inverted : Dicomm.tag
      val show_image_true_size_flag : Dicomm.tag
      val show_graphic_annotation_flag : Dicomm.tag
      val show_patient_demographics_flag : Dicomm.tag
      val show_acquisition_techniques_flag : Dicomm.tag
      val display_set_horizontal_justification : Dicomm.tag
      val display_set_vertical_justification : Dicomm.tag
      val continuation_start_meterset : Dicomm.tag
      val continuation_end_meterset : Dicomm.tag
      val procedure_step_state : Dicomm.tag
      val procedure_step_progress_information_sequence : Dicomm.tag
      val procedure_step_progress : Dicomm.tag
      val procedure_step_progress_description : Dicomm.tag
      val procedure_step_communications_urisequence : Dicomm.tag
      val contact_uri : Dicomm.tag
      val contact_display_name : Dicomm.tag
      val procedure_step_discontinuation_reason_code_sequence : Dicomm.tag
      val beam_task_sequence : Dicomm.tag
      val beam_task_type : Dicomm.tag
      val beam_order_index_trial : Dicomm.tag
      val table_top_vertical_adjusted_position : Dicomm.tag
      val table_top_longitudinal_adjusted_position : Dicomm.tag
      val table_top_lateral_adjusted_position : Dicomm.tag
      val patient_support_adjusted_angle : Dicomm.tag
      val table_top_eccentric_adjusted_angle : Dicomm.tag
      val table_top_pitch_adjusted_angle : Dicomm.tag
      val table_top_roll_adjusted_angle : Dicomm.tag
      val delivery_verification_image_sequence : Dicomm.tag
      val verification_image_timing : Dicomm.tag
      val double_exposure_flag : Dicomm.tag
      val double_exposure_ordering : Dicomm.tag
      val double_exposure_meterset_trial : Dicomm.tag
      val double_exposure_field_delta_trial : Dicomm.tag
      val related_reference_rtimage_sequence : Dicomm.tag
      val general_machine_verification_sequence : Dicomm.tag
      val conventional_machine_verification_sequence : Dicomm.tag
      val ion_machine_verification_sequence : Dicomm.tag
      val failed_attributes_sequence : Dicomm.tag
      val overridden_attributes_sequence : Dicomm.tag
      val conventional_control_point_verification_sequence : Dicomm.tag
      val ion_control_point_verification_sequence : Dicomm.tag
      val attribute_occurrence_sequence : Dicomm.tag
      val attribute_occurrence_pointer : Dicomm.tag
      val attribute_item_selector : Dicomm.tag
      val attribute_occurrence_private_creator : Dicomm.tag
      val selector_sequence_pointer_items : Dicomm.tag
      val scheduled_procedure_step_priority : Dicomm.tag
      val worklist_label : Dicomm.tag
      val procedure_step_label : Dicomm.tag
      val scheduled_processing_parameters_sequence : Dicomm.tag
      val performed_processing_parameters_sequence : Dicomm.tag
      val unified_procedure_step_performed_procedure_sequence : Dicomm.tag
      val related_procedure_step_sequence : Dicomm.tag
      val procedure_step_relationship_type : Dicomm.tag
      val replaced_procedure_step_sequence : Dicomm.tag
      val deletion_lock : Dicomm.tag
      val receiving_ae : Dicomm.tag
      val requesting_ae : Dicomm.tag
      val reason_for_cancellation : Dicomm.tag
      val scp_status : Dicomm.tag
      val subscription_list_status : Dicomm.tag
      val unified_procedure_step_list_status : Dicomm.tag
      val beam_order_index : Dicomm.tag
      val double_exposure_meterset : Dicomm.tag
      val double_exposure_field_delta : Dicomm.tag
      val implant_assembly_template_name : Dicomm.tag
      val implant_assembly_template_issuer : Dicomm.tag
      val implant_assembly_template_version : Dicomm.tag
      val replaced_implant_assembly_template_sequence : Dicomm.tag
      val implant_assembly_template_type : Dicomm.tag
      val original_implant_assembly_template_sequence : Dicomm.tag
      val derivation_implant_assembly_template_sequence : Dicomm.tag
      val implant_assembly_template_target_anatomy_sequence : Dicomm.tag
      val procedure_type_code_sequence : Dicomm.tag
      val surgical_technique : Dicomm.tag
      val component_types_sequence : Dicomm.tag
      val component_type_code_sequence : Dicomm.tag
      val exclusive_component_type : Dicomm.tag
      val mandatory_component_type : Dicomm.tag
      val component_sequence : Dicomm.tag
      val component_id : Dicomm.tag
      val component_assembly_sequence : Dicomm.tag
      val component1_referenced_id : Dicomm.tag
      val component1_referenced_mating_feature_set_id : Dicomm.tag
      val component1_referenced_mating_feature_id : Dicomm.tag
      val component2_referenced_id : Dicomm.tag
      val component2_referenced_mating_feature_set_id : Dicomm.tag
      val component2_referenced_mating_feature_id : Dicomm.tag
      val implant_template_group_name : Dicomm.tag
      val implant_template_group_description : Dicomm.tag
      val implant_template_group_issuer : Dicomm.tag
      val implant_template_group_version : Dicomm.tag
      val replaced_implant_template_group_sequence : Dicomm.tag
      val implant_template_group_target_anatomy_sequence : Dicomm.tag
      val implant_template_group_members_sequence : Dicomm.tag
      val implant_template_group_member_id : Dicomm.tag
      val three_d_implant_template_group_member_matching_point : Dicomm.tag
      val three_d_implant_template_group_member_matching_axes : Dicomm.tag
      val implant_template_group_member_matching2_dcoordinates_sequence :
        Dicomm.tag
      val two_d_implant_template_group_member_matching_point : Dicomm.tag
      val two_d_implant_template_group_member_matching_axes : Dicomm.tag
      val implant_template_group_variation_dimension_sequence : Dicomm.tag
      val implant_template_group_variation_dimension_name : Dicomm.tag
      val implant_template_group_variation_dimension_rank_sequence :
        Dicomm.tag
      val referenced_implant_template_group_member_id : Dicomm.tag
      val implant_template_group_variation_dimension_rank : Dicomm.tag
      val storage_media_file_set_id : Dicomm.tag
      val storage_media_file_set_uid : Dicomm.tag
      val icon_image_sequence : Dicomm.tag
      val topic_title : Dicomm.tag
      val topic_subject : Dicomm.tag
      val topic_author : Dicomm.tag
      val topic_keywords : Dicomm.tag
      val sop_instance_status : Dicomm.tag
      val sop_authorization_date_time : Dicomm.tag
      val sop_authorization_comment : Dicomm.tag
      val authorization_equipment_certification_number : Dicomm.tag
      val mac_id_number : Dicomm.tag
      val mac_calculation_transfer_syntax_uid : Dicomm.tag
      val mac_algorithm : Dicomm.tag
      val data_elements_signed : Dicomm.tag
      val digital_signature_uid : Dicomm.tag
      val digital_signature_date_time : Dicomm.tag
      val certificate_type : Dicomm.tag
      val certificate_of_signer : Dicomm.tag
      val signature : Dicomm.tag
      val certified_timestamp_type : Dicomm.tag
      val certified_timestamp : Dicomm.tag
      val digital_signature_purpose_code_sequence : Dicomm.tag
      val referenced_digital_signature_sequence : Dicomm.tag
      val referenced_sop_instance_mac_sequence : Dicomm.tag
      val mac : Dicomm.tag
      val encrypted_attributes_sequence : Dicomm.tag
      val encrypted_content_transfer_syntax_uid : Dicomm.tag
      val encrypted_content : Dicomm.tag
      val modified_attributes_sequence : Dicomm.tag
      val original_attributes_sequence : Dicomm.tag
      val attribute_modification_date_time : Dicomm.tag
      val modifying_system : Dicomm.tag
      val source_of_previous_values : Dicomm.tag
      val reason_for_the_attribute_modification : Dicomm.tag
      val escape_triplet : Dicomm.tag
      val run_length_triplet : Dicomm.tag
      val huffman_table_size : Dicomm.tag
      val huffman_table_triplet : Dicomm.tag
      val shift_table_size : Dicomm.tag
      val shift_table_triplet : Dicomm.tag
      val zonal_map : Dicomm.tag
      val number_of_copies : Dicomm.tag
      val printer_configuration_sequence : Dicomm.tag
      val print_priority : Dicomm.tag
      val medium_type : Dicomm.tag
      val film_destination : Dicomm.tag
      val film_session_label : Dicomm.tag
      val memory_allocation : Dicomm.tag
      val maximum_memory_allocation : Dicomm.tag
      val color_image_printing_flag : Dicomm.tag
      val collation_flag : Dicomm.tag
      val annotation_flag : Dicomm.tag
      val image_overlay_flag : Dicomm.tag
      val presentation_lut_flag : Dicomm.tag
      val image_box_presentation_lutflag : Dicomm.tag
      val memory_bit_depth : Dicomm.tag
      val printing_bit_depth : Dicomm.tag
      val media_installed_sequence : Dicomm.tag
      val other_media_available_sequence : Dicomm.tag
      val supported_image_display_formats_sequence : Dicomm.tag
      val referenced_film_box_sequence : Dicomm.tag
      val referenced_stored_print_sequence : Dicomm.tag
      val image_display_format : Dicomm.tag
      val annotation_display_format_id : Dicomm.tag
      val film_orientation : Dicomm.tag
      val film_size_id : Dicomm.tag
      val printer_resolution_id : Dicomm.tag
      val default_printer_resolution_id : Dicomm.tag
      val magnification_type : Dicomm.tag
      val smoothing_type : Dicomm.tag
      val default_magnification_type : Dicomm.tag
      val other_magnification_types_available : Dicomm.tag
      val default_smoothing_type : Dicomm.tag
      val other_smoothing_types_available : Dicomm.tag
      val border_density : Dicomm.tag
      val empty_image_density : Dicomm.tag
      val min_density : Dicomm.tag
      val max_density : Dicomm.tag
      val trim : Dicomm.tag
      val configuration_information : Dicomm.tag
      val configuration_information_description : Dicomm.tag
      val maximum_collated_films : Dicomm.tag
      val illumination : Dicomm.tag
      val reflected_ambient_light : Dicomm.tag
      val printer_pixel_spacing : Dicomm.tag
      val referenced_film_session_sequence : Dicomm.tag
      val referenced_image_box_sequence : Dicomm.tag
      val referenced_basic_annotation_box_sequence : Dicomm.tag
      val image_box_position : Dicomm.tag
      val polarity : Dicomm.tag
      val requested_image_size : Dicomm.tag
      val requested_decimate_crop_behavior : Dicomm.tag
      val requested_resolution_id : Dicomm.tag
      val requested_image_size_flag : Dicomm.tag
      val decimate_crop_result : Dicomm.tag
      val basic_grayscale_image_sequence : Dicomm.tag
      val basic_color_image_sequence : Dicomm.tag
      val referenced_image_overlay_box_sequence : Dicomm.tag
      val referenced_voilutbox_sequence : Dicomm.tag
      val annotation_position : Dicomm.tag
      val text_string : Dicomm.tag
      val referenced_overlay_plane_sequence : Dicomm.tag
      val referenced_overlay_plane_groups : Dicomm.tag
      val overlay_pixel_data_sequence : Dicomm.tag
      val overlay_magnification_type : Dicomm.tag
      val overlay_smoothing_type : Dicomm.tag
      val overlay_or_image_magnification : Dicomm.tag
      val magnify_to_number_of_columns : Dicomm.tag
      val overlay_foreground_density : Dicomm.tag
      val overlay_background_density : Dicomm.tag
      val overlay_mode : Dicomm.tag
      val threshold_density : Dicomm.tag
      val referenced_image_box_sequence_retired : Dicomm.tag
      val presentation_lutsequence : Dicomm.tag
      val presentation_lutshape : Dicomm.tag
      val referenced_presentation_lutsequence : Dicomm.tag
      val print_job_id : Dicomm.tag
      val execution_status : Dicomm.tag
      val execution_status_info : Dicomm.tag
      val creation_date : Dicomm.tag
      val creation_time : Dicomm.tag
      val originator : Dicomm.tag
      val destination_ae : Dicomm.tag
      val owner_id : Dicomm.tag
      val number_of_films : Dicomm.tag
      val referenced_print_job_sequence_pull_stored_print : Dicomm.tag
      val printer_status : Dicomm.tag
      val printer_status_info : Dicomm.tag
      val printer_name : Dicomm.tag
      val print_queue_id : Dicomm.tag
      val queue_status : Dicomm.tag
      val print_job_description_sequence : Dicomm.tag
      val referenced_print_job_sequence : Dicomm.tag
      val print_management_capabilities_sequence : Dicomm.tag
      val printer_characteristics_sequence : Dicomm.tag
      val film_box_content_sequence : Dicomm.tag
      val image_box_content_sequence : Dicomm.tag
      val annotation_content_sequence : Dicomm.tag
      val image_overlay_box_content_sequence : Dicomm.tag
      val presentation_lut_content_sequence : Dicomm.tag
      val proposed_study_sequence : Dicomm.tag
      val original_image_sequence : Dicomm.tag
      val label_using_information_extracted_from_instances : Dicomm.tag
      val label_text : Dicomm.tag
      val label_style_selection : Dicomm.tag
      val media_disposition : Dicomm.tag
      val barcode_value : Dicomm.tag
      val barcode_symbology : Dicomm.tag
      val allow_media_splitting : Dicomm.tag
      val include_non_dicomobjects : Dicomm.tag
      val include_display_application : Dicomm.tag
      val preserve_composite_instances_after_media_creation : Dicomm.tag
      val total_number_of_pieces_of_media_created : Dicomm.tag
      val requested_media_application_profile : Dicomm.tag
      val referenced_storage_media_sequence : Dicomm.tag
      val failure_attributes : Dicomm.tag
      val allow_lossy_compression : Dicomm.tag
      val request_priority : Dicomm.tag
      val rt_image_label : Dicomm.tag
      val rt_image_name : Dicomm.tag
      val rt_image_description : Dicomm.tag
      val reported_values_origin : Dicomm.tag
      val rt_image_plane : Dicomm.tag
      val x_ray_image_receptor_translation : Dicomm.tag
      val x_ray_image_receptor_angle : Dicomm.tag
      val rt_image_orientation : Dicomm.tag
      val image_plane_pixel_spacing : Dicomm.tag
      val rt_image_position : Dicomm.tag
      val radiation_machine_name : Dicomm.tag
      val radiation_machine_sad : Dicomm.tag
      val radiation_machine_ssd : Dicomm.tag
      val rt_image_sid : Dicomm.tag
      val source_to_reference_object_distance : Dicomm.tag
      val fraction_number : Dicomm.tag
      val exposure_sequence : Dicomm.tag
      val meterset_exposure : Dicomm.tag
      val diaphragm_position : Dicomm.tag
      val fluence_map_sequence : Dicomm.tag
      val fluence_data_source : Dicomm.tag
      val fluence_data_scale : Dicomm.tag
      val primary_fluence_mode_sequence : Dicomm.tag
      val fluence_mode : Dicomm.tag
      val fluence_mode_id : Dicomm.tag
      val dvh_type : Dicomm.tag
      val dose_units : Dicomm.tag
      val dose_type : Dicomm.tag
      val dose_comment : Dicomm.tag
      val normalization_point : Dicomm.tag
      val dose_summation_type : Dicomm.tag
      val grid_frame_offset_vector : Dicomm.tag
      val dose_grid_scaling : Dicomm.tag
      val rt_dose_roi_sequence : Dicomm.tag
      val dose_value : Dicomm.tag
      val tissue_heterogeneity_correction : Dicomm.tag
      val dvh_normalization_point : Dicomm.tag
      val dvh_normalization_dose_value : Dicomm.tag
      val dvh_sequence : Dicomm.tag
      val dvh_dose_scaling : Dicomm.tag
      val dvh_volume_units : Dicomm.tag
      val dvh_number_of_bins : Dicomm.tag
      val dvh_data : Dicomm.tag
      val dvh_referenced_roisequence : Dicomm.tag
      val dvh_roicontribution_type : Dicomm.tag
      val dvh_minimum_dose : Dicomm.tag
      val dvh_maximum_dose : Dicomm.tag
      val dvh_mean_dose : Dicomm.tag
      val structure_set_label : Dicomm.tag
      val structure_set_name : Dicomm.tag
      val structure_set_description : Dicomm.tag
      val structure_set_date : Dicomm.tag
      val structure_set_time : Dicomm.tag
      val referenced_frame_of_reference_sequence : Dicomm.tag
      val rt_referenced_study_sequence : Dicomm.tag
      val rt_referenced_series_sequence : Dicomm.tag
      val contour_image_sequence : Dicomm.tag
      val structure_set_roisequence : Dicomm.tag
      val roi_number : Dicomm.tag
      val referenced_frame_of_reference_uid : Dicomm.tag
      val roiname : Dicomm.tag
      val roidescription : Dicomm.tag
      val roidisplaycolor : Dicomm.tag
      val roivolume : Dicomm.tag
      val rtrelatedroisequence : Dicomm.tag
      val rtroirelationship : Dicomm.tag
      val roigenerationalgorithm : Dicomm.tag
      val roigenerationdescription : Dicomm.tag
      val roicontoursequence : Dicomm.tag
      val contour_sequence : Dicomm.tag
      val contour_geometric_type : Dicomm.tag
      val contour_slab_thickness : Dicomm.tag
      val contour_offset_vector : Dicomm.tag
      val number_of_contour_points : Dicomm.tag
      val contour_number : Dicomm.tag
      val attached_contours : Dicomm.tag
      val contour_data : Dicomm.tag
      val rt_roi_observations_sequence : Dicomm.tag
      val observation_number : Dicomm.tag
      val referenced_roinumber : Dicomm.tag
      val roi_observation_label : Dicomm.tag
      val rt_roi_identification_code_sequence : Dicomm.tag
      val roi_observation_description : Dicomm.tag
      val related_rt_roi_observations_sequence : Dicomm.tag
      val rt_roi_interpreted_type : Dicomm.tag
      val roi_interpreter : Dicomm.tag
      val roi_physical_properties_sequence : Dicomm.tag
      val roi_physical_property : Dicomm.tag
      val roi_physical_property_value : Dicomm.tag
      val roi_elemental_composition_sequence : Dicomm.tag
      val roi_elemental_composition_atomic_number : Dicomm.tag
      val roi_elemental_composition_atomic_mass_fraction : Dicomm.tag
      val frame_of_reference_relationship_sequence : Dicomm.tag
      val related_frame_of_reference_uid : Dicomm.tag
      val frame_of_reference_transformation_type : Dicomm.tag
      val frame_of_reference_transformation_matrix : Dicomm.tag
      val frame_of_reference_transformation_comment : Dicomm.tag
      val measured_dose_reference_sequence : Dicomm.tag
      val measured_dose_description : Dicomm.tag
      val measured_dose_type : Dicomm.tag
      val measured_dose_value : Dicomm.tag
      val treatment_session_beam_sequence : Dicomm.tag
      val treatment_session_ion_beam_sequence : Dicomm.tag
      val current_fraction_number : Dicomm.tag
      val treatment_control_point_date : Dicomm.tag
      val treatment_control_point_time : Dicomm.tag
      val treatment_termination_status : Dicomm.tag
      val treatment_termination_code : Dicomm.tag
      val treatment_verification_status : Dicomm.tag
      val referenced_treatment_record_sequence : Dicomm.tag
      val specified_primary_meterset : Dicomm.tag
      val specified_secondary_meterset : Dicomm.tag
      val delivered_primary_meterset : Dicomm.tag
      val delivered_secondary_meterset : Dicomm.tag
      val specified_treatment_time : Dicomm.tag
      val delivered_treatment_time : Dicomm.tag
      val control_point_delivery_sequence : Dicomm.tag
      val ion_control_point_delivery_sequence : Dicomm.tag
      val specified_meterset : Dicomm.tag
      val delivered_meterset : Dicomm.tag
      val meterset_rate_set : Dicomm.tag
      val meterset_rate_delivered : Dicomm.tag
      val scan_spot_metersets_delivered : Dicomm.tag
      val dose_rate_delivered : Dicomm.tag
      val treatment_summary_calculated_dose_reference_sequence : Dicomm.tag
      val cumulative_dose_to_dose_reference : Dicomm.tag
      val first_treatment_date : Dicomm.tag
      val most_recent_treatment_date : Dicomm.tag
      val number_of_fractions_delivered : Dicomm.tag
      val override_sequence : Dicomm.tag
      val parameter_sequence_pointer : Dicomm.tag
      val override_parameter_pointer : Dicomm.tag
      val parameter_item_index : Dicomm.tag
      val measured_dose_reference_number : Dicomm.tag
      val parameter_pointer : Dicomm.tag
      val override_reason : Dicomm.tag
      val corrected_parameter_sequence : Dicomm.tag
      val correction_value : Dicomm.tag
      val calculated_dose_reference_sequence : Dicomm.tag
      val calculated_dose_reference_number : Dicomm.tag
      val calculated_dose_reference_description : Dicomm.tag
      val calculated_dose_reference_dose_value : Dicomm.tag
      val start_meterset : Dicomm.tag
      val end_meterset : Dicomm.tag
      val referenced_measured_dose_reference_sequence : Dicomm.tag
      val referenced_measured_dose_reference_number : Dicomm.tag
      val referenced_calculated_dose_reference_sequence : Dicomm.tag
      val referenced_calculated_dose_reference_number : Dicomm.tag
      val beam_limiting_device_leaf_pairs_sequence : Dicomm.tag
      val recorded_wedge_sequence : Dicomm.tag
      val recorded_compensator_sequence : Dicomm.tag
      val recorded_block_sequence : Dicomm.tag
      val treatment_summary_measured_dose_reference_sequence : Dicomm.tag
      val recorded_snout_sequence : Dicomm.tag
      val recorded_range_shifter_sequence : Dicomm.tag
      val recorded_lateral_spreading_device_sequence : Dicomm.tag
      val recorded_range_modulator_sequence : Dicomm.tag
      val recorded_source_sequence : Dicomm.tag
      val source_serial_number : Dicomm.tag
      val treatment_session_application_setup_sequence : Dicomm.tag
      val application_setup_check : Dicomm.tag
      val recorded_brachy_accessory_device_sequence : Dicomm.tag
      val referenced_brachy_accessory_device_number : Dicomm.tag
      val recorded_channel_sequence : Dicomm.tag
      val specified_channel_total_time : Dicomm.tag
      val delivered_channel_total_time : Dicomm.tag
      val specified_number_of_pulses : Dicomm.tag
      val delivered_number_of_pulses : Dicomm.tag
      val specified_pulse_repetition_interval : Dicomm.tag
      val delivered_pulse_repetition_interval : Dicomm.tag
      val recorded_source_applicator_sequence : Dicomm.tag
      val referenced_source_applicator_number : Dicomm.tag
      val recorded_channel_shield_sequence : Dicomm.tag
      val referenced_channel_shield_number : Dicomm.tag
      val brachy_control_point_delivered_sequence : Dicomm.tag
      val safe_position_exit_date : Dicomm.tag
      val safe_position_exit_time : Dicomm.tag
      val safe_position_return_date : Dicomm.tag
      val safe_position_return_time : Dicomm.tag
      val current_treatment_status : Dicomm.tag
      val treatment_status_comment : Dicomm.tag
      val fraction_group_summary_sequence : Dicomm.tag
      val referenced_fraction_number : Dicomm.tag
      val fraction_group_type : Dicomm.tag
      val beam_stopper_position : Dicomm.tag
      val fraction_status_summary_sequence : Dicomm.tag
      val treatment_date : Dicomm.tag
      val treatment_time : Dicomm.tag
      val rt_plan_label : Dicomm.tag
      val rt_plan_name : Dicomm.tag
      val rt_plan_description : Dicomm.tag
      val rt_plan_date : Dicomm.tag
      val rt_plan_time : Dicomm.tag
      val treatment_protocols : Dicomm.tag
      val plan_intent : Dicomm.tag
      val treatment_sites : Dicomm.tag
      val r_tplan_geometry : Dicomm.tag
      val prescription_description : Dicomm.tag
      val dose_reference_sequence : Dicomm.tag
      val dose_reference_number : Dicomm.tag
      val dose_reference_uid : Dicomm.tag
      val dose_reference_structure_type : Dicomm.tag
      val nominal_beam_energy_unit : Dicomm.tag
      val dose_reference_description : Dicomm.tag
      val dose_reference_point_coordinates : Dicomm.tag
      val nominal_prior_dose : Dicomm.tag
      val dose_reference_type : Dicomm.tag
      val constraint_weight : Dicomm.tag
      val delivery_warning_dose : Dicomm.tag
      val delivery_maximum_dose : Dicomm.tag
      val target_minimum_dose : Dicomm.tag
      val target_prescription_dose : Dicomm.tag
      val target_maximum_dose : Dicomm.tag
      val target_underdose_volume_fraction : Dicomm.tag
      val organ_at_risk_full_volume_dose : Dicomm.tag
      val organ_at_risk_limit_dose : Dicomm.tag
      val organ_at_risk_maximum_dose : Dicomm.tag
      val organ_at_risk_overdose_volume_fraction : Dicomm.tag
      val tolerance_table_sequence : Dicomm.tag
      val tolerance_table_number : Dicomm.tag
      val tolerance_table_label : Dicomm.tag
      val gantry_angle_tolerance : Dicomm.tag
      val beam_limiting_device_angle_tolerance : Dicomm.tag
      val beam_limiting_device_tolerance_sequence : Dicomm.tag
      val beam_limiting_device_position_tolerance : Dicomm.tag
      val snout_position_tolerance : Dicomm.tag
      val patient_support_angle_tolerance : Dicomm.tag
      val table_top_eccentric_angle_tolerance : Dicomm.tag
      val table_top_pitch_angle_tolerance : Dicomm.tag
      val table_top_roll_angle_tolerance : Dicomm.tag
      val table_top_vertical_position_tolerance : Dicomm.tag
      val table_top_longitudinal_position_tolerance : Dicomm.tag
      val table_top_lateral_position_tolerance : Dicomm.tag
      val rt_plan_relationship : Dicomm.tag
      val fraction_group_sequence : Dicomm.tag
      val fraction_group_number : Dicomm.tag
      val fraction_group_description : Dicomm.tag
      val number_of_fractions_planned : Dicomm.tag
      val number_of_fraction_pattern_digits_per_day : Dicomm.tag
      val repeat_fraction_cycle_length : Dicomm.tag
      val fraction_pattern : Dicomm.tag
      val number_of_beams : Dicomm.tag
      val beam_dose_specification_point : Dicomm.tag
      val beam_dose : Dicomm.tag
      val beam_meterset : Dicomm.tag
      val beam_dose_point_depth : Dicomm.tag
      val beam_dose_point_equivalent_depth : Dicomm.tag
      val beam_dose_point_ssd : Dicomm.tag
      val number_of_brachy_application_setups : Dicomm.tag
      val brachy_application_setup_dose_specification_point : Dicomm.tag
      val brachy_application_setup_dose : Dicomm.tag
      val beam_sequence : Dicomm.tag
      val treatment_machine_name : Dicomm.tag
      val primary_dosimeter_unit : Dicomm.tag
      val source_axis_distance : Dicomm.tag
      val beam_limiting_device_sequence : Dicomm.tag
      val r_tbeam_limiting_device_type : Dicomm.tag
      val source_to_beam_limiting_device_distance : Dicomm.tag
      val isocenter_to_beam_limiting_device_distance : Dicomm.tag
      val number_of_leaf_jaw_pairs : Dicomm.tag
      val leaf_position_boundaries : Dicomm.tag
      val beam_number : Dicomm.tag
      val beam_name : Dicomm.tag
      val beam_description : Dicomm.tag
      val beam_type : Dicomm.tag
      val radiation_type : Dicomm.tag
      val high_dose_technique_type : Dicomm.tag
      val reference_image_number : Dicomm.tag
      val planned_verification_image_sequence : Dicomm.tag
      val imaging_device_specific_acquisition_parameters : Dicomm.tag
      val treatment_delivery_type : Dicomm.tag
      val number_of_wedges : Dicomm.tag
      val wedge_sequence : Dicomm.tag
      val wedge_number : Dicomm.tag
      val wedge_type : Dicomm.tag
      val wedge_id : Dicomm.tag
      val wedge_angle : Dicomm.tag
      val wedge_factor : Dicomm.tag
      val total_wedge_tray_water_equivalent_thickness : Dicomm.tag
      val wedge_orientation : Dicomm.tag
      val isocenter_to_wedge_tray_distance : Dicomm.tag
      val source_to_wedge_tray_distance : Dicomm.tag
      val wedge_thin_edge_position : Dicomm.tag
      val bolus_id : Dicomm.tag
      val bolus_description : Dicomm.tag
      val number_of_compensators : Dicomm.tag
      val material_id : Dicomm.tag
      val total_compensator_tray_factor : Dicomm.tag
      val compensator_sequence : Dicomm.tag
      val compensator_number : Dicomm.tag
      val compensator_id : Dicomm.tag
      val source_to_compensator_tray_distance : Dicomm.tag
      val compensator_rows : Dicomm.tag
      val compensator_columns : Dicomm.tag
      val compensator_pixel_spacing : Dicomm.tag
      val compensator_position : Dicomm.tag
      val compensator_transmission_data : Dicomm.tag
      val compensator_thickness_data : Dicomm.tag
      val number_of_boli : Dicomm.tag
      val compensator_type : Dicomm.tag
      val number_of_blocks : Dicomm.tag
      val total_block_tray_factor : Dicomm.tag
      val total_block_tray_water_equivalent_thickness : Dicomm.tag
      val block_sequence : Dicomm.tag
      val block_tray_id : Dicomm.tag
      val source_to_block_tray_distance : Dicomm.tag
      val isocenter_to_block_tray_distance : Dicomm.tag
      val block_type : Dicomm.tag
      val accessory_code : Dicomm.tag
      val block_divergence : Dicomm.tag
      val block_mounting_position : Dicomm.tag
      val block_number : Dicomm.tag
      val block_name : Dicomm.tag
      val block_thickness : Dicomm.tag
      val block_transmission : Dicomm.tag
      val block_number_of_points : Dicomm.tag
      val block_data : Dicomm.tag
      val applicator_sequence : Dicomm.tag
      val applicator_id : Dicomm.tag
      val applicator_type : Dicomm.tag
      val applicator_description : Dicomm.tag
      val cumulative_dose_reference_coefficient : Dicomm.tag
      val final_cumulative_meterset_weight : Dicomm.tag
      val number_of_control_points : Dicomm.tag
      val control_point_sequence : Dicomm.tag
      val control_point_index : Dicomm.tag
      val nominal_beam_energy : Dicomm.tag
      val dose_rate_set : Dicomm.tag
      val wedge_position_sequence : Dicomm.tag
      val wedge_position : Dicomm.tag
      val beam_limiting_device_position_sequence : Dicomm.tag
      val leaf_jaw_positions : Dicomm.tag
      val gantry_angle : Dicomm.tag
      val gantry_rotation_direction : Dicomm.tag
      val beam_limiting_device_angle : Dicomm.tag
      val beam_limiting_device_rotation_direction : Dicomm.tag
      val patient_support_angle : Dicomm.tag
      val patient_support_rotation_direction : Dicomm.tag
      val table_top_eccentric_axis_distance : Dicomm.tag
      val table_top_eccentric_angle : Dicomm.tag
      val table_top_eccentric_rotation_direction : Dicomm.tag
      val table_top_vertical_position : Dicomm.tag
      val table_top_longitudinal_position : Dicomm.tag
      val table_top_lateral_position : Dicomm.tag
      val isocenter_position : Dicomm.tag
      val surface_entry_point : Dicomm.tag
      val source_to_surface_distance : Dicomm.tag
      val cumulative_meterset_weight : Dicomm.tag
      val table_top_pitch_angle : Dicomm.tag
      val table_top_pitch_rotation_direction : Dicomm.tag
      val table_top_roll_angle : Dicomm.tag
      val table_top_roll_rotation_direction : Dicomm.tag
      val head_fixation_angle : Dicomm.tag
      val gantry_pitch_angle : Dicomm.tag
      val gantry_pitch_rotation_direction : Dicomm.tag
      val gantry_pitch_angle_tolerance : Dicomm.tag
      val patient_setup_sequence : Dicomm.tag
      val patient_setup_number : Dicomm.tag
      val patient_setup_label : Dicomm.tag
      val patient_additional_position : Dicomm.tag
      val fixation_device_sequence : Dicomm.tag
      val fixation_device_type : Dicomm.tag
      val fixation_device_label : Dicomm.tag
      val fixation_device_description : Dicomm.tag
      val fixation_device_position : Dicomm.tag
      val fixation_device_pitch_angle : Dicomm.tag
      val fixation_device_roll_angle : Dicomm.tag
      val shielding_device_sequence : Dicomm.tag
      val shielding_device_type : Dicomm.tag
      val shielding_device_label : Dicomm.tag
      val shielding_device_description : Dicomm.tag
      val shielding_device_position : Dicomm.tag
      val setup_technique : Dicomm.tag
      val setup_technique_description : Dicomm.tag
      val setup_device_sequence : Dicomm.tag
      val setup_device_type : Dicomm.tag
      val setup_device_label : Dicomm.tag
      val setup_device_description : Dicomm.tag
      val setup_device_parameter : Dicomm.tag
      val setup_reference_description : Dicomm.tag
      val table_top_vertical_setup_displacement : Dicomm.tag
      val table_top_longitudinal_setup_displacement : Dicomm.tag
      val table_top_lateral_setup_displacement : Dicomm.tag
      val brachy_treatment_technique : Dicomm.tag
      val brachy_treatment_type : Dicomm.tag
      val treatment_machine_sequence : Dicomm.tag
      val source_sequence : Dicomm.tag
      val source_number : Dicomm.tag
      val source_type : Dicomm.tag
      val source_manufacturer : Dicomm.tag
      val active_source_diameter : Dicomm.tag
      val active_source_length : Dicomm.tag
      val source_encapsulation_nominal_thickness : Dicomm.tag
      val source_encapsulation_nominal_transmission : Dicomm.tag
      val source_isotope_name : Dicomm.tag
      val source_isotope_half_life : Dicomm.tag
      val source_strength_units : Dicomm.tag
      val reference_air_kerma_rate : Dicomm.tag
      val source_strength : Dicomm.tag
      val source_strength_reference_date : Dicomm.tag
      val source_strength_reference_time : Dicomm.tag
      val application_setup_sequence : Dicomm.tag
      val application_setup_type : Dicomm.tag
      val application_setup_number : Dicomm.tag
      val application_setup_name : Dicomm.tag
      val application_setup_manufacturer : Dicomm.tag
      val template_number : Dicomm.tag
      val template_type : Dicomm.tag
      val template_name : Dicomm.tag
      val total_reference_air_kerma : Dicomm.tag
      val brachy_accessory_device_sequence : Dicomm.tag
      val brachy_accessory_device_number : Dicomm.tag
      val brachy_accessory_device_id : Dicomm.tag
      val brachy_accessory_device_type : Dicomm.tag
      val brachy_accessory_device_name : Dicomm.tag
      val brachy_accessory_device_nominal_thickness : Dicomm.tag
      val brachy_accessory_device_nominal_transmission : Dicomm.tag
      val channel_sequence : Dicomm.tag
      val channel_number : Dicomm.tag
      val channel_length : Dicomm.tag
      val channel_total_time : Dicomm.tag
      val source_movement_type : Dicomm.tag
      val number_of_pulses : Dicomm.tag
      val pulse_repetition_interval : Dicomm.tag
      val source_applicator_number : Dicomm.tag
      val source_applicator_id : Dicomm.tag
      val source_applicator_type : Dicomm.tag
      val source_applicator_name : Dicomm.tag
      val source_applicator_length : Dicomm.tag
      val source_applicator_manufacturer : Dicomm.tag
      val source_applicator_wall_nominal_thickness : Dicomm.tag
      val source_applicator_wall_nominal_transmission : Dicomm.tag
      val source_applicator_step_size : Dicomm.tag
      val transfer_tube_number : Dicomm.tag
      val transfer_tube_length : Dicomm.tag
      val channel_shield_sequence : Dicomm.tag
      val channel_shield_number : Dicomm.tag
      val channel_shield_id : Dicomm.tag
      val channel_shield_name : Dicomm.tag
      val channel_shield_nominal_thickness : Dicomm.tag
      val channel_shield_nominal_transmission : Dicomm.tag
      val final_cumulative_time_weight : Dicomm.tag
      val brachy_control_point_sequence : Dicomm.tag
      val control_point_relative_position : Dicomm.tag
      val control_point_3d_position : Dicomm.tag
      val cumulative_time_weight : Dicomm.tag
      val compensator_divergence : Dicomm.tag
      val compensator_mounting_position : Dicomm.tag
      val source_to_compensator_distance : Dicomm.tag
      val total_compensator_tray_water_equivalent_thickness : Dicomm.tag
      val isocenter_to_compensator_tray_distance : Dicomm.tag
      val compensator_column_offset : Dicomm.tag
      val isocenter_to_compensator_distances : Dicomm.tag
      val compensator_relative_stopping_power_ratio : Dicomm.tag
      val compensator_milling_tool_diameter : Dicomm.tag
      val ion_range_compensator_sequence : Dicomm.tag
      val compensator_description : Dicomm.tag
      val radiation_mass_number : Dicomm.tag
      val radiation_atomic_number : Dicomm.tag
      val radiation_charge_state : Dicomm.tag
      val scan_mode : Dicomm.tag
      val virtual_source_axis_distances : Dicomm.tag
      val snout_sequence : Dicomm.tag
      val snout_position : Dicomm.tag
      val snout_id : Dicomm.tag
      val number_of_range_shifters : Dicomm.tag
      val range_shifter_sequence : Dicomm.tag
      val range_shifter_number : Dicomm.tag
      val range_shifter_id : Dicomm.tag
      val range_shifter_type : Dicomm.tag
      val range_shifter_description : Dicomm.tag
      val number_of_lateral_spreading_devices : Dicomm.tag
      val lateral_spreading_device_sequence : Dicomm.tag
      val lateral_spreading_device_number : Dicomm.tag
      val lateral_spreading_device_id : Dicomm.tag
      val lateral_spreading_device_type : Dicomm.tag
      val lateral_spreading_device_description : Dicomm.tag
      val lateral_spreading_device_water_equivalent_thickness : Dicomm.tag
      val number_of_range_modulators : Dicomm.tag
      val range_modulator_sequence : Dicomm.tag
      val range_modulator_number : Dicomm.tag
      val range_modulator_id : Dicomm.tag
      val range_modulator_type : Dicomm.tag
      val range_modulator_description : Dicomm.tag
      val beam_current_modulation_id : Dicomm.tag
      val patient_support_type : Dicomm.tag
      val patient_support_id : Dicomm.tag
      val patient_support_accessory_code : Dicomm.tag
      val fixation_light_azimuthal_angle : Dicomm.tag
      val fixation_light_polar_angle : Dicomm.tag
      val meterset_rate : Dicomm.tag
      val range_shifter_settings_sequence : Dicomm.tag
      val range_shifter_setting : Dicomm.tag
      val isocenter_to_range_shifter_distance : Dicomm.tag
      val range_shifter_water_equivalent_thickness : Dicomm.tag
      val lateral_spreading_device_settings_sequence : Dicomm.tag
      val lateral_spreading_device_setting : Dicomm.tag
      val isocenter_to_lateral_spreading_device_distance : Dicomm.tag
      val range_modulator_settings_sequence : Dicomm.tag
      val range_modulator_gating_start_value : Dicomm.tag
      val range_modulator_gating_stop_value : Dicomm.tag
      val range_modulator_gating_start_water_equivalent_thickness :
        Dicomm.tag
      val range_modulator_gating_stop_water_equivalent_thickness : Dicomm.tag
      val isocenter_to_range_modulator_distance : Dicomm.tag
      val scan_spot_tune_id : Dicomm.tag
      val number_of_scan_spot_positions : Dicomm.tag
      val scan_spot_position_map : Dicomm.tag
      val scan_spot_meterset_weights : Dicomm.tag
      val scanning_spot_size : Dicomm.tag
      val number_of_paintings : Dicomm.tag
      val ion_tolerance_table_sequence : Dicomm.tag
      val ion_beam_sequence : Dicomm.tag
      val ion_beam_limiting_device_sequence : Dicomm.tag
      val ion_block_sequence : Dicomm.tag
      val ion_control_point_sequence : Dicomm.tag
      val ion_wedge_sequence : Dicomm.tag
      val ion_wedge_position_sequence : Dicomm.tag
      val referenced_setup_image_sequence : Dicomm.tag
      val setup_image_comment : Dicomm.tag
      val motion_synchronization_sequence : Dicomm.tag
      val control_point_orientation : Dicomm.tag
      val general_accessory_sequence : Dicomm.tag
      val general_accessory_id : Dicomm.tag
      val general_accessory_description : Dicomm.tag
      val general_accessory_type : Dicomm.tag
      val general_accessory_number : Dicomm.tag
      val applicator_geometry_sequence : Dicomm.tag
      val applicator_aperture_shape : Dicomm.tag
      val applicator_opening : Dicomm.tag
      val applicator_opening_x : Dicomm.tag
      val applicator_opening_y : Dicomm.tag
      val source_to_applicator_mounting_position_distance : Dicomm.tag
      val referenced_rt_plan_sequence : Dicomm.tag
      val referenced_beam_sequence : Dicomm.tag
      val referenced_beam_number : Dicomm.tag
      val referenced_reference_image_number : Dicomm.tag
      val start_cumulative_meterset_weight : Dicomm.tag
      val end_cumulative_meterset_weight : Dicomm.tag
      val referenced_brachy_application_setup_sequence : Dicomm.tag
      val referenced_brachy_application_setup_number : Dicomm.tag
      val referenced_source_number : Dicomm.tag
      val referenced_fraction_group_sequence : Dicomm.tag
      val referenced_fraction_group_number : Dicomm.tag
      val referenced_verification_image_sequence : Dicomm.tag
      val referenced_reference_image_sequence : Dicomm.tag
      val referenced_dose_reference_sequence : Dicomm.tag
      val referenced_dose_reference_number : Dicomm.tag
      val brachy_referenced_dose_reference_sequence : Dicomm.tag
      val referenced_structure_set_sequence : Dicomm.tag
      val referenced_patient_setup_number : Dicomm.tag
      val referenced_dose_sequence : Dicomm.tag
      val referenced_tolerance_table_number : Dicomm.tag
      val referenced_bolus_sequence : Dicomm.tag
      val referenced_wedge_number : Dicomm.tag
      val referenced_compensator_number : Dicomm.tag
      val referenced_block_number : Dicomm.tag
      val referenced_control_point_index : Dicomm.tag
      val referenced_control_point_sequence : Dicomm.tag
      val referenced_start_control_point_index : Dicomm.tag
      val referenced_stop_control_point_index : Dicomm.tag
      val referenced_range_shifter_number : Dicomm.tag
      val referenced_lateral_spreading_device_number : Dicomm.tag
      val referenced_range_modulator_number : Dicomm.tag
      val approval_status : Dicomm.tag
      val review_date : Dicomm.tag
      val review_time : Dicomm.tag
      val reviewer_name : Dicomm.tag
      val arbitrary : Dicomm.tag
      val text_comments : Dicomm.tag
      val results_id : Dicomm.tag
      val results_id_issuer : Dicomm.tag
      val referenced_interpretation_sequence : Dicomm.tag
      val report_production_status_trial : Dicomm.tag
      val interpretation_recorded_date : Dicomm.tag
      val interpretation_recorded_time : Dicomm.tag
      val interpretation_recorder : Dicomm.tag
      val reference_to_recorded_sound : Dicomm.tag
      val interpretation_transcription_date : Dicomm.tag
      val interpretation_transcription_time : Dicomm.tag
      val interpretation_transcriber : Dicomm.tag
      val interpretation_text : Dicomm.tag
      val interpretation_author : Dicomm.tag
      val interpretation_approver_sequence : Dicomm.tag
      val interpretation_approval_date : Dicomm.tag
      val interpretation_approval_time : Dicomm.tag
      val physician_approving_interpretation : Dicomm.tag
      val interpretation_diagnosis_description : Dicomm.tag
      val interpretation_diagnosis_code_sequence : Dicomm.tag
      val results_distribution_list_sequence : Dicomm.tag
      val distribution_name : Dicomm.tag
      val distribution_address : Dicomm.tag
      val interpretation_id : Dicomm.tag
      val interpretation_id_issuer : Dicomm.tag
      val interpretation_type_id : Dicomm.tag
      val interpretation_status_id : Dicomm.tag
      val impressions : Dicomm.tag
      val results_comments : Dicomm.tag
      val low_energy_detectors : Dicomm.tag
      val high_energy_detectors : Dicomm.tag
      val detector_geometry_sequence : Dicomm.tag
      val threat_roi_voxel_sequence : Dicomm.tag
      val threat_roi_base : Dicomm.tag
      val threat_roi_extents : Dicomm.tag
      val threat_roi_bitmap : Dicomm.tag
      val route_segment_id : Dicomm.tag
      val gantry_type : Dicomm.tag
      val ooi_owner_type : Dicomm.tag
      val route_segment_sequence : Dicomm.tag
      val potential_threat_object_id : Dicomm.tag
      val threat_sequence : Dicomm.tag
      val threat_category : Dicomm.tag
      val threat_category_description : Dicomm.tag
      val atd_ability_assessment : Dicomm.tag
      val atd_assessment_flag : Dicomm.tag
      val atd_assessment_probability : Dicomm.tag
      val mass : Dicomm.tag
      val density : Dicomm.tag
      val z_effective : Dicomm.tag
      val boarding_pass_id : Dicomm.tag
      val center_of_mass : Dicomm.tag
      val center_of_pto : Dicomm.tag
      val bounding_polygon : Dicomm.tag
      val route_segment_start_location_id : Dicomm.tag
      val route_segment_end_location_id : Dicomm.tag
      val route_segment_location_id_type : Dicomm.tag
      val abort_reason : Dicomm.tag
      val volume_of_pto : Dicomm.tag
      val abort_flag : Dicomm.tag
      val route_segment_start_time : Dicomm.tag
      val route_segment_end_time : Dicomm.tag
      val tdr_type : Dicomm.tag
      val international_route_segment : Dicomm.tag
      val threat_detection_algorithmand_version : Dicomm.tag
      val assigned_location : Dicomm.tag
      val alarm_decision_time : Dicomm.tag
      val alarm_decision : Dicomm.tag
      val number_of_total_objects : Dicomm.tag
      val number_of_alarm_objects : Dicomm.tag
      val pto_representation_sequence : Dicomm.tag
      val atd_assessment_sequence : Dicomm.tag
      val tip_type : Dicomm.tag
      val dicos_version : Dicomm.tag
      val ooi_owner_creation_time : Dicomm.tag
      val ooi_type : Dicomm.tag
      val ooi_size : Dicomm.tag
      val acquisition_status : Dicomm.tag
      val basis_materials_code_sequence : Dicomm.tag
      val phantom_type : Dicomm.tag
      val ooi_owner_sequence : Dicomm.tag
      val scan_type : Dicomm.tag
      val itinerary_id : Dicomm.tag
      val itinerary_id_type : Dicomm.tag
      val itinerary_id_assigning_authority : Dicomm.tag
      val route_id : Dicomm.tag
      val route_id_assigning_authority : Dicomm.tag
      val inbound_arrival_type : Dicomm.tag
      val carrier_id : Dicomm.tag
      val carrier_id_assigning_authority : Dicomm.tag
      val source_orientation : Dicomm.tag
      val source_position : Dicomm.tag
      val belt_height : Dicomm.tag
      val algorithm_routing_code_sequence : Dicomm.tag
      val transport_classification : Dicomm.tag
      val ooi_type_descriptor : Dicomm.tag
      val total_processing_time : Dicomm.tag
      val detector_calibration_data : Dicomm.tag
      val macparameterssequence : Dicomm.tag
      val curve_dimensions : Dicomm.tag
      val number_of_points : Dicomm.tag
      val type_of_data : Dicomm.tag
      val curve_description : Dicomm.tag
      val axis_units : Dicomm.tag
      val axis_labels : Dicomm.tag
      val data_value_representation : Dicomm.tag
      val minimum_coordinate_value : Dicomm.tag
      val maximum_coordinate_value : Dicomm.tag
      val curve_range : Dicomm.tag
      val curve_data_descriptor : Dicomm.tag
      val coordinate_start_value : Dicomm.tag
      val coordinate_step_value : Dicomm.tag
      val curve_activation_layer : Dicomm.tag
      val audio_type : Dicomm.tag
      val audio_sample_format : Dicomm.tag
      val number_of_channels : Dicomm.tag
      val number_of_samples : Dicomm.tag
      val sample_rate : Dicomm.tag
      val total_time : Dicomm.tag
      val audio_sample_data : Dicomm.tag
      val audio_comments : Dicomm.tag
      val curve_label : Dicomm.tag
      val curve_referenced_overlay_sequence : Dicomm.tag
      val curve_referenced_overlay_group : Dicomm.tag
      val curve_data : Dicomm.tag
      val shared_functional_groups_sequence : Dicomm.tag
      val per_frame_functional_groups_sequence : Dicomm.tag
      val waveform_sequence : Dicomm.tag
      val channel_minimum_value : Dicomm.tag
      val channel_maximum_value : Dicomm.tag
      val waveform_bits_allocated : Dicomm.tag
      val waveform_sample_interpretation : Dicomm.tag
      val waveform_padding_value : Dicomm.tag
      val waveform_data : Dicomm.tag
      val first_order_phase_correction_angle : Dicomm.tag
      val spectroscopy_data : Dicomm.tag
      val overlay_rows : Dicomm.tag
      val overlay_columns : Dicomm.tag
      val overlay_planes : Dicomm.tag
      val number_of_frames_in_overlay : Dicomm.tag
      val overlay_description : Dicomm.tag
      val overlay_type : Dicomm.tag
      val overlay_subtype : Dicomm.tag
      val overlay_origin : Dicomm.tag
      val image_frame_origin : Dicomm.tag
      val overlay_plane_origin : Dicomm.tag
      val overlay_compression_code : Dicomm.tag
      val overlay_compression_originator : Dicomm.tag
      val overlay_compression_label : Dicomm.tag
      val overlay_compression_description : Dicomm.tag
      val overlay_compression_step_pointers : Dicomm.tag
      val overlay_repeat_interval : Dicomm.tag
      val overlay_bits_grouped : Dicomm.tag
      val overlay_bits_allocated : Dicomm.tag
      val overlay_bit_position : Dicomm.tag
      val overlay_format : Dicomm.tag
      val overlay_location : Dicomm.tag
      val overlay_code_label : Dicomm.tag
      val overlay_number_of_tables : Dicomm.tag
      val overlay_code_table_location : Dicomm.tag
      val overlay_bits_for_code_word : Dicomm.tag
      val overlay_activation_layer : Dicomm.tag
      val overlay_descriptor_gray : Dicomm.tag
      val overlay_descriptor_red : Dicomm.tag
      val overlay_descriptor_green : Dicomm.tag
      val overlay_descriptor_blue : Dicomm.tag
      val overlays_gray : Dicomm.tag
      val overlays_red : Dicomm.tag
      val overlays_green : Dicomm.tag
      val overlays_blue : Dicomm.tag
      val roi_area : Dicomm.tag
      val roi_mean : Dicomm.tag
      val roi_standard_deviation : Dicomm.tag
      val overlay_label : Dicomm.tag
      val overlay_data : Dicomm.tag
      val overlay_comments : Dicomm.tag
      val pixel_data : Dicomm.tag
      val coefficients_sdvn : Dicomm.tag
      val coefficients_sdhn : Dicomm.tag
      val coefficients_sddn : Dicomm.tag
      val variable_pixel_data : Dicomm.tag
      val variable_next_data_group : Dicomm.tag
      val variable_coefficients_sdvn : Dicomm.tag
      val variable_coefficients_sdhn : Dicomm.tag
      val variable_coefficients_sddn : Dicomm.tag
      val digital_signatures_sequence : Dicomm.tag
      val data_set_trailing_padding : Dicomm.tag
    end
  module Uid :
    sig
      type t = string
      val name : Dicomm.Uid.t -> string option
      val to_syntax :
        Dicomm.Uid.t -> [ `BE_explicit | `LE_explicit | `LE_implicit ]
    end
  type time = [ `Daytime of float | `Stamp of float * float option ]
  val pp_time : Format.formatter -> Dicomm.time -> unit
  type ('a, 'b) bigarray = ('a, 'b, Bigarray.c_layout) Bigarray.Array1.t
  type value =
      [ `Float32 of (float, Bigarray.float32_elt) Dicomm.bigarray
      | `Float64 of (float, Bigarray.float64_elt) Dicomm.bigarray
      | `Int16 of (int, Bigarray.int16_signed_elt) Dicomm.bigarray
      | `Int32 of (int32, Bigarray.int32_elt) Dicomm.bigarray
      | `String of [ `Many of string list | `One of string ]
      | `Tag of [ `Many of Dicomm.Tag.t list | `One of Dicomm.Tag.t ]
      | `Time of [ `Many of Dicomm.time list | `One of Dicomm.time ]
      | `UInt16 of (int, Bigarray.int16_unsigned_elt) Dicomm.bigarray
      | `UInt32 of (int32, Bigarray.int32_elt) Dicomm.bigarray
      | `UInt8 of (int, Bigarray.int8_unsigned_elt) Dicomm.bigarray ]
  val pp_value : ?limit:int -> Format.formatter -> [< Dicomm.value ] -> unit
  type element = Dicomm.Tag.t * Dicomm.vr * Dicomm.value
  val pp_element : Format.formatter -> Dicomm.element -> unit
  type lexeme =
      [ `E of Dicomm.element | `I | `Se of Dicomm.Tag.t | `Ss of Dicomm.Tag.t ]
  val pp_lexeme : Format.formatter -> [< Dicomm.lexeme ] -> unit
  type error =
      [ `Eoi of
          [ `File_dicom_prefix
          | `File_preamble
          | `Reserved of Dicomm.Tag.t
          | `Tag
          | `Tag_or_eoi
          | `Value of Dicomm.Tag.t
          | `Value_length of Dicomm.Tag.t
          | `Vr of Dicomm.Tag.t ]
      | `File_syntax_unspecified
      | `File_syntax_vr_not_uid of Dicomm.vr
      | `Parse_file_dicom_prefix
      | `Parse_float of Dicomm.Tag.t * string
      | `Parse_int of Dicomm.Tag.t * string
      | `Parse_time of Dicomm.Tag.t * string
      | `Unknown_vr of Dicomm.Tag.t * string
      | `Value_length_mismatch of Dicomm.Tag.t * int * int
      | `Value_length_overflow of Dicomm.Tag.t
      | `Value_length_undefined of Dicomm.Tag.t ]
  val pp_error : Format.formatter -> [< Dicomm.error ] -> unit
  type src =
      [ `Channel of Pervasives.in_channel | `Manual | `String of string ]
  type decoder
  val decoder :
    ?vr:(Dicomm.Tag.t -> Dicomm.vr) ->
    syntax:Dicomm.syntax -> [< Dicomm.src ] -> Dicomm.decoder
  val decode :
    Dicomm.decoder ->
    [ `Await | `End | `Error of Dicomm.error | `Lexeme of Dicomm.lexeme ]
  val decoded_range : Dicomm.decoder -> int * int
  val decoder_src : Dicomm.decoder -> Dicomm.src
  val decoder_syntax : Dicomm.decoder -> Dicomm.syntax
  val pp_decode :
    Format.formatter ->
    [< `Await | `End | `Error of Dicomm.error | `Lexeme of Dicomm.lexeme ] ->
    unit
  module Manual :
    sig val src : Dicomm.decoder -> string -> int -> int -> unit end
end