DicomSend - Usage

DicomSend sends one or more DICOM image files to a remote DICOM node that acts as an SCP for DICOM Storage. Running the program without any arguments produces the following output:

usage: DicomSend [options] image1 [image2] [image3] ...
 -?,--help                   Displays this help message.
 -a,--aet <title>            Specify this application entity's title
                             (default: XIN_PACS).
 -b,--dob <date>             Specify the patient's date-of-birth.
 -c,--caet <title>           Specify the remote node's application entity
                             title.
 -d,--id <ID>                Specify the patient ID.
 -i,--ip-address <address>   Specify the remote node's I/P address.
 -l,--scan-plane <plane>     Specify the most-like scan plane (must be axial,
                             coronal or sagittal).
 -m,--modality <modality>    Specifies the imaging modality. Must be one:
                             COMPUTED_RADIOGRAPHY COMPUTERISED_TOMOGRAPHY MAGNETIC_RESONANCE
                             NUCLEAR_MEDICINE ULTRASOUND OTHER BIOMAGNETIC_IMAGING COLOR_FLOW_DOPPLER
                             DUPLEX_DOPPLER DIAPHANOGRAPHY ENDOSCOPY LASER_SURFACE_SCAN
                             POSITRON_EMISSION_TOMOGRAPHY RADIOGRAPHIC_IMAGING
                             SINGLE_PHOTON_EMISSION_COMPUTED_TOMOGRAPHY THERMOGRAPHY X_RAY_ANGIOGRAPHY
                             RADIO_FLUOROSCOPY RADIOTHERAPY_IMAGE RADIOTHERAPY_DOSE
                             RADIOTHERAPY_STRUCTURE_SET RADIOTHERAPY_PLAN RADIOTHERAPY_RECORD HARD_COPY
                             DIGITAL_RADIOGRAPHY MAMMOGRAPHY INTRA_ORAL_RADIOGRAPHY PANORAMIC_X_RAY
                             GENERAL_MICROSCOPY SLIDE_MISCROSCOPY EXTERNAL_CAMERA_PHOTOGRAPHY
                             PRESENTATION_STATE AUDIO ELECTROCARDIOGRAPHY CARDIAC_ELECTROPHYSIOLOGY
                             HAEMODYNAMIC_WAVEFORM SR_DOCUMENT IVUS OPTHALMIC_PHOTOGRAPHY
                             STEREOMETRIC_RELATIONSHIP OPTICAL_COHERENCE_TOMOGRAPHY
                             OPTHALMIC_REFRACTION OPTHALMIC_VISUAL_FIELD OPTHALMIC_MAPPING
                             KEY_OBJECT_SELECTION SEGMENTATION REGISTRATION
                             DIGITAL_SUBTRACTION_ANGIOGRAPHY_RET CINE_FLUOROGRAPHY_RET
                             DIGITAL_FLUOROSCOPY_RET VIDEOFLUOROGRAPHY_RET ANGIOSCOPY_RET
                             CYSTOSCOPY_RET ECHOCARDIOGRAPHY_RET LAPAROSCOPY_RET
                             FLUORESCEIN_ANGIOGRAPHY_RET CULPOSCOPY_RET DIGITAL_MICROSCOPY_RET
                             FUNDOSCOPY_RET MAGNETIC_RESONANCE_ANGIOGRAPHY_RET
                             MAGNETIC_RESONANCE_SPECTROSCOPY_RET SECONDARY_CAPTUE_RET.
 -n,--name <name>            Specify the patient name.
 -o,--position <pos>         Specify the patient pOsition in the scanner.  Must be one:  UNKNOWN HFP HFS HFDR HFDL FFP FFS FFDR FFDL.
 -p,--port <integer>         Specify the port number (default: 4560).
 -r,--remote-node <name>     Specify the remote node name.
 -s,--srv-debug              Turns on debugging messages for DICOM
                             Services.
 -t,--timeout <integer>      Specify the port timeout in seconds (default:
                             60).
 -u,--ul-debug               Turns on debugging messages for DICOM Upper
                             Layer.
 -v,--verbose                Turns on verbose reporting to System.out.

    
Jim Home