Home > Software engineering >  PACS development communications equipment
PACS development communications equipment

Time:05-21

Recently of PACS development, using c # development, testing equipment, communications, through DICOMobject object to initiate requests for equipment check images, and send patient information to check the equipment, test encountered problems: failed to connect the at TCP levlel, request part of the code is as follows:
DicomObjects.=new DicomObjects DicomConnection CNN. DicomConnectionClass ();
Try
{
CNN. Contexts. The Add (DicomObjects. The doSOP_StudyRootQR_GET);
CNN. Contexts. The Add (DicomObjects. The doSOP_CT);
CNN. Contexts. The Add (DicomObjects. The doSOP_MR);
CNN. Contexts. The Add (DicomObjects. The doSOP_ComputedRadiography);
CNN. Contexts. The Add (DicomObjects. The doSOP_OldUltrasound);
CNN. Contexts. The Add (DicomObjects. The doSOP_Ultrasound);
CNN. Contexts. The Add (DicomObjects. The doSOP_OldUltrasoundMultiframe);
CNN. Contexts. The Add (DicomObjects. The doSOP_UltrasoundMultiframe);
CNN. Contexts. The Add (DicomObjects. The doSOP_SecondaryCapture);
CNN. Contexts. The Add (DicomObjects. The doSOP_EnhancedSR);
CNN. Contexts. The Add (DicomObjects. The doSOP_XRayAngiographic);
CNN. Contexts. The Add (DicomObjects. The doSOP_DigitalXRay_Presentation);
CNN. Contexts. The Add (DicomObjects. The doSOP_ModalityWorklist_FIND);

CNN. Contexts. The Add (DicomObjects. The doSOP_DigitalMammographyXRay_Processing);
CNN. SetDestination (IP, port, callingAET, calledAET);
Just new entrants, urgent advice such as
  • Related