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 with option --help produces the following output:

Usage: DicomSend [options] file1 [file2] [file3] ...
 -?,--help                       Displays this help message.
 -a,--aet <title>                Specify this application entity's title
                                 (default: XIN_PACS).
 -B,--body-part <body-part>      Specifies the imaged body part. Must be one of:
                                 HEAD HEADNECK ABDOMEN ABDOMENPELVIS ADRENAL
                                 ANKLE AORTA ARM AXILLA BACK BLADDER BRAIN
                                 BREAST BRONCHUS BUTTOCK CALCANEUS CALF CAROTID
                                 CEREBELLUM CSPINE CTSPINE CERVIX CHEEK CHEST
                                 CHESTABDOMEN CHESTABDPELVIS CIRCLEOFWILLIS
                                 CLAVICLE COCCYX COLON CORNEA CORONARYARTERY
                                 DUODENUM EAR ELBOW ESOPHAGUS EXTREMITY EYE
                                 EYELID FACE FEMUR FINGER FOOT GALLBLADDER HAND
                                 HEART HIP HUMERUS ILEUM IAC JAW JEJUNUM KIDNEY
                                 KNEE LARYNX LEG LIVER LSPINE LSSPINE LUNG
                                 MAXILLA MEDIASTINUM MOUTH NECK NECKCHEST
                                 NECKCHESTABDOMEN NECKCHESTABDPELV NOSE ORBIT
                                 OVARY PANCREAS PAROTID PATELLA PELVIS PENIS
                                 PHARYNX PROSTATE RECTUM RIB SSPINE SCALP
                                 SCAPULA SCLERA SCROTUM SHOULDER SKULL SPINE
                                 SPLEEN STERNUM STOMACH SUBMANDIBULAR TMJ TESTIS
                                 THIGH TSPINE TLSPINE THUMB THYMUS THYROID TOE
                                 TONGUE TRACHEA URETER URETHRA UTERUS VAGINA
                                 VULVA WRIST ZYGOMA.
 -b,--dob <date>                 Specifies the patient's date-of-birth.
 -c,--caet <title>               Specifies the remote node's application entity
                                 title.
 -d,--pid <ID>                   Specifies the patient ID.
 -E,--exit-on-failure            Specifies that the program should exit
                                 immediately on failure.
 -i,--ip-address <address>       Specifies the remote node's I/P address.
 -id,--study-id <id>             Specifies the study id.
 -L,--laterality <laterality>    Specifies the image anatomical laterality. Must
                                 be one of: Left Right Both.
 -l,--scan-plane <plane>         Specifies the most-like scan plane (must be
                                 axial, coronal or sagittal).
 -m,--modality <modality>        Specifies the imaging modality. Must be one of:
                                 ASMT AU AR BDUS BI BMD CR CT CT CTPROTOCOL DG
                                 DOC DX ECG EPS ES FID GM HC HD IO IO IVOC IVUS
                                 KER KO LS MG MR NM OAM OCT OP OPM OPV OPT OSS
                                 OT PLAN PR PT PT PX REG RESP RF RG RTDOSE
                                 RTIMAGE RTPLAN RTRECORD RTSTRUCT RWV SC SEG SM
                                 SMR SR SR STAIN TG US VA XA XC AS CD CF CP CS
                                 DF DM DSA DD EC FA FS LP MA MS OPR ST VF.
 -n,--name <name>                Specifies the patient name.
 -p,--port <integer>             Specify the port number of the remote DICOM
                                 server (default: 11112).
 -pp,--position <pos>            Specifies the Patient Position in the scanner.
                                 Must be one of: HFP HFS HFDR HFDL FFP FFS FFDR
                                 FFDL.
 -r,--remote-node <name>         Specifies the remote node name of a
                                 pre-configured DICOM remote node.
 -s,--srv-debug                  Turns on debugging messages for DICOM Services.
 -se,--series-number <integer>   Specifies the series number.
 -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.
 -ver,--version                  Prints the software build version, and exits.
Jim Home