Home
last modified time | relevance | path

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

/dports/science/minc2/minc-release-2.2.00/conversion/dicomserver_sonata/
H A Dreply.c175 Acr_Element my_element_test; in associate_reply() local
386my_element_test =acr_create_element_string(DCM_PDU_Called_Ap_title,acr_find_string(input_group, DC… in associate_reply()
387 (void) fprintf(stderr, "This is the called Ap_title: %s \n", my_element_test->data_pointer); in associate_reply()
396my_element_test =acr_create_element_string(DCM_PDU_Calling_Ap_title,acr_find_string(input_group, D… in associate_reply()
397 (void) fprintf(stderr, "This is the calling Ap_title: %s \n", my_element_test->data_pointer); in associate_reply()