Home
last modified time | relevance | path

Searched refs:acr_find_string (Results 1 – 21 of 21) sorted by relevance

/dports/science/minc2/minc-release-2.2.00/conversion/mri_to_minc/
H A Ddicomfile_to_minc.pl11 sub acr_find_string { subroutine
25 local(@values) = split(/\\/, &acr_find_string(@_));
114 local($manufacturer) = &acr_find_string(*header, 0x8, 0x70);
141 ($file_info{'exam'} = &acr_find_string(*header, 0x20, 0x10))
155 $file_info{'patient_name'} = &acr_find_string(*header, 0x10, 0x10);
222 local($sex_flag) = &acr_find_string(*header, 0x10, 0x40);
229 $file_info{'patient_id'} = &acr_find_string(*header, 0x10, 0x20);
230 $file_info{'institution'} = &acr_find_string(*header, 0x8, 0x80);
232 ($study_date = &acr_find_string(*header, 0x8, 0x22)) =~ s/\./-/g;
233 $study_time = &acr_find_string(*header, 0x8, 0x32);
[all …]
H A Dgedicom_to_minc.pl9 sub acr_find_string { subroutine
23 local(@values) = split(/\\/, &acr_find_string(@_));
112 local($manufacturer) = &acr_find_string(*header, 0x8, 0x70);
139 ($file_info{'exam'} = &acr_find_string(*header, 0x20, 0x10))
153 $file_info{'patient_name'} = &acr_find_string(*header, 0x10, 0x10);
220 local($sex_flag) = &acr_find_string(*header, 0x10, 0x40);
227 $file_info{'patient_id'} = &acr_find_string(*header, 0x10, 0x20);
228 $file_info{'institution'} = &acr_find_string(*header, 0x8, 0x80);
230 ($study_date = &acr_find_string(*header, 0x8, 0x22)) =~ s/\./-/g;
231 $study_time = &acr_find_string(*header, 0x8, 0x32);
[all …]
H A Ddicom_to_minc.pl117 sub acr_find_string { subroutine
131 local(@values) = split(/\\/, &acr_find_string(@_));
286 $file_info{'exam'} = &acr_find_string(*header, &dc3_exam);
288 $file_info{'exam'} = &acr_find_string(*header, &dc3_study_date);
389 &acr_find_string(*header, &dc3_patient_birthdate)) =~ s/\./-/g;
390 ($file_info{'patient_age'} = &acr_find_string(*header, &dc3_patient_age))
392 local($sex_flag) = &acr_find_string(*header, &dc3_patient_sex);
399 $file_info{'patient_id'} = &acr_find_string(*header, &dc3_patient_id);
402 ($study_date = &acr_find_string(*header, &dc3_study_date)) =~ s/\./-/g;
403 $study_time = &acr_find_string(*header, &dc3_study_time);
[all …]
H A Dsiemens_to_minc.pl558 sub acr_find_string { subroutine
572 local(@values) = split(/\\/, &acr_find_string(@_));
650 $file_info{'exam'} = &acr_find_string(*header, 0x8, 0x22);
653 "_" . substr(&acr_find_string(*header, 0x8, 0x32),0,8);
656 if (length(&acr_find_string(*header, 0x20, 0x11)) > 0) {
742 local($sex_flag) = &acr_find_string(*header, 0x10, 0x40);
749 $file_info{'patient_id'} = &acr_find_string(*header, 0x10, 0x20);
750 $file_info{'institution'} = &acr_find_string(*header, 0x8, 0x80);
752 ($study_date = &acr_find_string(*header, 0x8, 0x22)) =~ s/\./-/g;
753 $study_time = &acr_find_string(*header, 0x8, 0x32);
[all …]
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dsiemens_dicom_read.c886 acr_find_string(group_list, ACR_Patient_age, ""), maxlen); in get_general_header_info()
887 string = acr_find_string(group_list, ACR_Patient_sex, ""); in get_general_header_info()
900 acr_find_string(group_list, ACR_Study_date, ""), maxlen); in get_general_header_info()
902 acr_find_string(group_list, ACR_Study_time, ""), maxlen); in get_general_header_info()
912 string = acr_find_string(group_list, ACR_Modality, ""); in get_general_header_info()
916 acr_find_string(group_list, ACR_Manufacturer, ""), maxlen); in get_general_header_info()
930 acr_find_string(group_list, ACR_Station_id, ""), maxlen); in get_general_header_info()
960 acr_find_string(group_list, ACR_Sequence_name, ""), maxlen); in get_general_header_info()
1052 acr_find_string(group_list,ACR_MR_acquisition_type,""),4); in get_general_header_info()
1054 acr_find_string(group_list,ACR_Image_type,""),128); in get_general_header_info()
[all …]
H A Dreply.c200 *project_name = strdup(acr_find_string(input_group, in associate_reply()
230 if (uid_equal(acr_find_string(input_group, in associate_reply()
382 acr_find_string(input_group, DCM_PDU_Called_Ap_title, ""))); in associate_reply()
386 …my_element_test =acr_create_element_string(DCM_PDU_Called_Ap_title,acr_find_string(input_group, DC… in associate_reply()
392 acr_find_string(input_group, DCM_PDU_Calling_Ap_title, ""))); in associate_reply()
396 …my_element_test =acr_create_element_string(DCM_PDU_Calling_Ap_title,acr_find_string(input_group, D… in associate_reply()
403 acr_find_string(input_group, DCM_PDU_Application_context, in associate_reply()
602 acr_find_string(input_group, ACR_Affected_SOP_class_UID, ""))); in data_reply()
611 acr_find_string(input_group, ACR_Affected_SOP_instance_UID, ""))); in data_reply()
H A Dparse_dicom_groups.c120 acr_find_string(group_list,ACR_Sequence_name,""),maxlen); in parse_dicom_groups()
122 acr_find_string(group_list,ACR_Protocol_name,""),maxlen); in parse_dicom_groups()
H A Dsiemens_dicom_to_minc.c543 if (!strncmp(acr_find_string(group_list,ACR_MR_acquisition_type, in read_numa4_dicom()
584 if (!strncmp(acr_find_string(group_list,ACR_Phase_encoding_direction,""), in read_numa4_dicom()
590 } else if (!strncmp(acr_find_string(group_list, in read_numa4_dicom()
608 if (!strncmp(acr_find_string(group_list,ACR_MR_acquisition_type, in read_numa4_dicom()
618 if (!strncmp(acr_find_string(group_list,ACR_MR_acquisition_type,""), in read_numa4_dicom()
623 } else if (!strncmp(acr_find_string(group_list,ACR_MR_acquisition_type, in read_numa4_dicom()
686 field_ptr=strstr(acr_find_string(group_list,ACR_Sequence_name,""),"#"); in read_numa4_dicom()
709 field_ptr=strstr(acr_find_string(group_list,ACR_Sequence_name,""),"#"); in read_numa4_dicom()
H A Dsiemens_dicom_send.c535 atof(acr_find_string(group_list, ACR_Study_time, "")); in main()
1163 protocol = acr_find_string(group_list, SPI_Sequence_File_Name, ""); in multi_image_init()
/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver/
H A Dsiemens_dicom_read.c629 acr_find_string(group_list, ACR_Patient_birth_date, ""), maxlen); in get_general_header_info()
630 string = acr_find_string(group_list, ACR_Patient_sex, ""); in get_general_header_info()
644 acr_find_string(group_list, ACR_Study_date, ""), maxlen - 1); in get_general_header_info()
649 acr_find_string(group_list, ACR_Study_time, ""), maxlen - length); in get_general_header_info()
650 string = acr_find_string(group_list, ACR_Modality, ""); in get_general_header_info()
654 acr_find_string(group_list, ACR_Manufacturer, ""), maxlen); in get_general_header_info()
656 acr_find_string(group_list, ACR_Manufacturer_model, ""), maxlen); in get_general_header_info()
658 acr_find_string(group_list, ACR_Institution_id, ""), maxlen); in get_general_header_info()
660 acr_find_string(group_list, ACR_Station_id, ""), maxlen); in get_general_header_info()
670 string = acr_find_string(group_list, SPI_Sequence_file_name, ""); in get_general_header_info()
[all …]
H A Dreply.c189 *project_name = strdup(acr_find_string(input_group, in associate_reply()
207 if (uid_equal(acr_find_string(input_group, in associate_reply()
343 acr_find_string(input_group, DCM_PDU_Called_Ap_title, ""))); in associate_reply()
346 acr_find_string(input_group, DCM_PDU_Calling_Ap_title, ""))); in associate_reply()
351 acr_find_string(input_group, DCM_PDU_Application_context, in associate_reply()
548 acr_find_string(input_group, ACR_Affected_SOP_class_UID, ""))); in data_reply()
557 acr_find_string(input_group, ACR_Affected_SOP_instance_UID, ""))); in data_reply()
/dports/science/minc2/minc-release-2.2.00/conversion/dcm2mnc/
H A Ddicom_to_minc.c721 str_ptr = acr_find_string(group_list, ACR_Image_type, ""); in is_siemens_mosaic()
735 str_ptr = acr_find_string(group_list, ACR_Series_description, ""); in is_siemens_mosaic()
1317 str_ptr = (char *)acr_find_string(group_list, in add_siemens_info()
1549 str_ptr = (char*)acr_find_string(group_list, in add_philips_info()
1655 tmp_str = acr_find_string(group_list, ACR_Modality, ""); in add_gems_info()
1661 tmp_str = acr_find_string(group_list, ACR_Image_type, ""); in add_gems_info()
1752 str_ptr = acr_find_string(group_list, ACR_Series_instance_UID, ""); in add_shimadzu_info()
1787 str_ptr = acr_find_string(group_list, ACR_Manufacturer, ""); in read_numa4_dicom()
2260 str_tmp = acr_find_string(group_list, SPI_Order_of_slices, ""); in mosaic_init()
2267 str_tmp2 = acr_find_string(group_list, EXT_Slice_order, ""); in mosaic_init()
[all …]
H A Ddicom_read.c246 return (strstr(acr_find_string(group_list, ACR_Manufacturer, ""), in is_numaris3()
248 strstr(acr_find_string(group_list, ACR_Software_versions, ""), in is_numaris3()
316 strcpy(gi_ptr->image_type_string, acr_find_string(group_list, in init_general_info()
1723 strncpy(out_str, acr_find_string(group_list, element_id, ""), in get_string_field()
1735 acr_find_string(group_list, ACR_SOP_Class_UID, "")); in get_general_header_info()
1757 string = (char*)acr_find_string(group_list, ACR_Patient_sex, ""); in get_general_header_info()
1792 acr_find_string(group_list, ACR_Study_time, ""), STRING_T_LEN - length); in get_general_header_info()
1793 string = (char*)acr_find_string(group_list, ACR_Modality, ""); in get_general_header_info()
1940 gi_ptr->acq.MrProt = strdup(acr_find_string(group_list, EXT_MrProt_dump, in get_general_header_info()
1946 string = (char*)acr_find_string(group_list, ACR_Acquisition_contrast, ""); in get_general_header_info()
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/
H A Dconvert_to_dicom.c283 imagenumptr = acr_find_string(group_list, ACR_Image_Number, NULL); in convert_to_dicom()
317 convert_date(acr_find_string(group_list, ACR_Study_date, NULL)); in convert_to_dicom()
318 convert_date(acr_find_string(group_list, ACR_Patient_birth_date, NULL)); in convert_to_dicom()
319 convert_time(acr_find_string(group_list, ACR_Study_time, NULL)); in convert_to_dicom()
330 acr_find_string(group_list, ACR_Patient_comments, "")); in convert_to_dicom()
334 acr_find_string(group_list, ACR_Acq_comments, ""), in convert_to_dicom()
346 if (strlen(acr_find_string(group_list, ACR_Series_description, "")) == 0) { in convert_to_dicom()
358 acr_find_string(group_list, ACR_Scanning_sequence, "")); in convert_to_dicom()
H A Dreply.c346 *project_name = strdup(acr_find_string(group_list, SPI_Volume_name, "")); in gcbegin_reply()
H A Dgyro_read.c1094 return acr_find_string(group_list, elid, default_value); in find_string()
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/fix_dicom_coords/
H A Dtest_fix_dicom_coords.c122 (void) strcpy(imagenum, acr_find_string(group_list, ACR_Image_Number, "")); in main()
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/acr_nema/
H A Dgroup.h138 extern Acr_String acr_find_string(Acr_Group group_list, Acr_Element_Id elid,
/dports/science/minc2/minc-release-2.2.00/conversion/Acr_nema/
H A Dgroup.c1270 Acr_String acr_find_string(Acr_Group group_list, Acr_Element_Id elid, in acr_find_string() function
H A Ddicom_client_routines.c1346 instance_uid = acr_find_string(group_list, ACR_SOP_instance_UID, NULL); in acr_transmit_group_list()
H A Ddicom_network.c228 pdu_copy_uid(acr_find_string(group, elid, ""), (char *) buffer, length)