init
This commit is contained in:
62
dcm4chee/default/conf/dcm4chee-xdsi/metadata.conf
Normal file
62
dcm4chee/default/conf/dcm4chee-xdsi/metadata.conf
Normal file
@@ -0,0 +1,62 @@
|
||||
# $Id: metadata.conf 18057 2013-09-16 15:38:07Z javawilli $
|
||||
# XDS-I Metadata Property file
|
||||
|
||||
# --- Common ---
|
||||
#useOldAuthorSlot=true
|
||||
authorPerson=DCM4CHEE^^^TEST
|
||||
#authorSpeciality=dcm4chee
|
||||
authorInstitution=DCM4CHEE
|
||||
#authorDepartment=department
|
||||
languageCode=en-us
|
||||
|
||||
# --- default settings (will overwritten from user selection)
|
||||
authorRole=default
|
||||
authorRoleDisplayname=defaultRole
|
||||
|
||||
# ----- XDSDocumentEntry -----
|
||||
classCode=Education
|
||||
classCodeDisplayName=Education
|
||||
#classCodeCodingSchemeOID=myClassCodes
|
||||
|
||||
confidentialityCode=C
|
||||
confidentialityCodeDN=Celebrity
|
||||
#confidentialityCodeCodingSchemeOID=myConfidentialityCodes
|
||||
|
||||
healthCareFacilityTypeCode=Assisted Living
|
||||
healthCareFacilityTypeCodeDN=Assisted Living
|
||||
#healthCareFacilityTypeCodeCodingSchemeOID=myHealthCareFacilityCodes
|
||||
|
||||
practiceSettingCode=Cardiology
|
||||
practiceSettingCodeDN=Cardiology
|
||||
#practiceSettingCodeCodingSchemeOID=myPracticeSettingCodes
|
||||
|
||||
typeCode=34098-4
|
||||
typeCodeDN=Conference Evaluation Note
|
||||
typeCodeCodingSchemeOID=LOINC
|
||||
|
||||
# mimeType specific formatCodes:
|
||||
# use '.<MIME TYPE String>' to set formatCode for specific mime type.
|
||||
#
|
||||
# application/dicom is always set as defined in XDS-I supplement (KOS Class UID, DICOM UUID)
|
||||
#
|
||||
# defaulf CodingSchemeOID is 'Connect-a-thon formatCodes'!
|
||||
formatCode.application/pdf=PDF/IHE 1.x
|
||||
formatCodeDN.application/pdf=PDF/IHE 1.x
|
||||
#formatCodeCodingSchemeOID.application/pdf=myFormatCodes
|
||||
|
||||
# One or more codes from CID 4 and/or CID 29
|
||||
# Format: <code 1>|<code 2>|..|<code n>
|
||||
# code: <codevalue>[^<codeMeaning>[^<codeSchemeDesignator>]]
|
||||
# e.g.: 'T-55300^Hypopharynx, NOS^SNM3|CR^Computed Radiography^DCM'
|
||||
#eventCodeList=T-55300^Hypopharynx, NOS^SNM3|CR^Computed Radiography^DCM
|
||||
|
||||
# ----- XDSSubmissionSet -----
|
||||
contentTypeCode=Group counseling
|
||||
contentTypeCodeDN=Group counseling
|
||||
#contentTypeCodeCodingSchemeOID=myCcontentTypeCodes
|
||||
|
||||
# --- default setting (will be overwritten from user input
|
||||
comments=Default Comments
|
||||
|
||||
# --- default setting(only used for Create Folder. Use ConceptNameCode instead for image submission set)
|
||||
submissionSetTitle=FOLDER
|
||||
83
dcm4chee/default/conf/dcm4chee-xdsi/metadata.xsl
Normal file
83
dcm4chee/default/conf/dcm4chee-xdsi/metadata.xsl
Normal file
@@ -0,0 +1,83 @@
|
||||
<?xml version="1.0"?>
|
||||
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
||||
<xsl:output method="xml" indent="yes"/>
|
||||
|
||||
<!--
|
||||
The output contain a <property name="name" value="value" /> element for each property.
|
||||
|
||||
Known properties:
|
||||
docTitle: Title (<Name> element in ExtrinsicObject,
|
||||
if not set, use code meaning of concept name code sequence of manifest)
|
||||
submissionSetTitle: Title (<Name> element in SubmissionSet RegistryPackage).
|
||||
Note: only used if no manifest is exported (e.g create folder)
|
||||
|
||||
comments Comments (<Description> element in SubmissionSet RegistryPackage)
|
||||
description: Description (<Description> element in ExtrinsicObject)
|
||||
languageCode: Slot languageCode in ExtrinsicObject
|
||||
srcPatientID: Source Patient ID (Slot sourcePatientId and PID-3 value in Slot sourcePatientInfo)
|
||||
|
||||
submissionTime default is current time
|
||||
uniqueId Submissinset UniqueId (default: new generated UID)
|
||||
sourceId
|
||||
|
||||
authorPerson
|
||||
authorSpeciality
|
||||
authorInstitution
|
||||
authorRole
|
||||
authorRoleDisplayName
|
||||
|
||||
folder.uniqueId: UID of new Folder
|
||||
folder.name: Name of Folder (<Name> element in Folder RegistryPackage)
|
||||
folder.comments (Description element in Folder RegistryPackage
|
||||
xdsfolder.uniqueId XDSFolder.uniqueId (Default: generated)
|
||||
folderCode
|
||||
folderCodeDN
|
||||
folderCodeCodingSchemeOID
|
||||
folder_assoc.uniqueId: List of uniqueIds of existing folder separated by '|'
|
||||
|
||||
Codes:
|
||||
classCode
|
||||
classCodeDisplayName
|
||||
classCodeCodingSchemeOID
|
||||
|
||||
confidentialityCode
|
||||
confidentialityCodeDN
|
||||
confidentialityCodeCodingSchemeOID
|
||||
|
||||
healthCareFacilityTypeCode
|
||||
healthCareFacilityTypeCodeDN
|
||||
healthCareFacilityTypeCodeCodingSchemeOID
|
||||
|
||||
practiceSettingCode
|
||||
practiceSettingCodeDN
|
||||
practiceSettingCodeCodingSchemeOID
|
||||
|
||||
contentTypeCode
|
||||
contentTypeCodeDN
|
||||
contentTypeCodeCodingSchemeOID
|
||||
|
||||
typeCode
|
||||
typeCodeDN
|
||||
typeCodeCodingSchemeOID
|
||||
|
||||
Formatcode properties are only used if document mimetype != application/dicom
|
||||
formatCode.<mime>
|
||||
formatCodeDN.<mime>
|
||||
formatCodeCodingSchemeOID.<mime>
|
||||
|
||||
eventCodeList (Format: codeValue^codeMeaning^codeDesignator[|codeValue^codeMeaning^codeDesignator[|..]]
|
||||
eventCodeListCodingSchemeOID (default codeDesignator, used if codeDesignator in eventCodeList is missing)
|
||||
|
||||
XSLT_URL: Optional URL to a XSL stylesheet for processinf XDS metadata.
|
||||
-->
|
||||
|
||||
<xsl:template match="/">
|
||||
<properties>
|
||||
<property name="docTitle" >
|
||||
<xsl:attribute name="value"><xsl:value-of select="/dataset/attr[@tag='00400275']/item[1]/attr[@tag='00400007']"/></xsl:attribute>
|
||||
</property>
|
||||
<property name="submissionSetTitle" value="TEST_SUBMTITLE"/>
|
||||
</properties>
|
||||
</xsl:template>
|
||||
|
||||
</xsl:stylesheet>
|
||||
BIN
dcm4chee/default/conf/dcm4chee-xdsi/study_deleted.pdf
Normal file
BIN
dcm4chee/default/conf/dcm4chee-xdsi/study_deleted.pdf
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
#XDSI_IMAGECTN=http://mesaserver:8080/xdsitest/wado?requestType=WADO&contentType=image/jpeg
|
||||
DCM4CHEE=http://localhost:8080/wado?requestType=WADO
|
||||
default_wado_url=http://127.0.0.1:8080/wado?requestType=WADO
|
||||
2
dcm4chee/default/conf/dcm4chee-xdsi/web2/classCodes.txt
Normal file
2
dcm4chee/default/conf/dcm4chee-xdsi/web2/classCodes.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# ClassCodes (coarse classification)
|
||||
Education^Education
|
||||
@@ -0,0 +1,2 @@
|
||||
# ContentTypeCodes
|
||||
Group counseling^Group counseling
|
||||
@@ -0,0 +1,47 @@
|
||||
#image
|
||||
ComputedRadiographyImageStorage=image
|
||||
DigitalXRayImageStorageForPresentation=image
|
||||
DigitalXRayImageStorageForProcessing=image
|
||||
DigitalMammographyXRayImageStorageForPresentation=image
|
||||
DigitalMammographyXRayImageStorageForProcessing=image
|
||||
DigitalIntraoralXRayImageStorageForPresentation=image
|
||||
DigitalIntraoralXRayImageStorageForProcessing=image
|
||||
CTImageStorage=image
|
||||
EnhancedCTImageStorage=image
|
||||
UltrasoundMultiframeImageStorage=image
|
||||
MRImageStorage=image
|
||||
EnhancedMRImageStorage=image
|
||||
UltrasoundImageStorage=image
|
||||
SecondaryCaptureImageStorage=image
|
||||
MultiframeSingleBitSecondaryCaptureImageStorage=image
|
||||
MultiframeGrayscaleByteSecondaryCaptureImageStorage=image
|
||||
MultiframeGrayscaleWordSecondaryCaptureImageStorage=image
|
||||
MultiframeTrueColorSecondaryCaptureImageStorage=image
|
||||
XRayAngiographicImageStorage=image
|
||||
EnhancedXRayAngiographicImageStorage=image
|
||||
XRayRadiofluoroscopicImageStorage=image
|
||||
EnhancedXRayRadiofluoroscopicImageStorage=image
|
||||
NuclearMedicineImageStorage=image
|
||||
VLEndoscopicImageStorage=image
|
||||
VLMicroscopicImageStorage=image
|
||||
VLSlideCoordinatesMicroscopicImageStorage=image
|
||||
VLPhotographicImageStorage=image
|
||||
OphthalmicPhotography8BitImageStorage=image
|
||||
OphthalmicPhotography16BitImageStorage=image
|
||||
PositronEmissionTomographyImageStorage=image
|
||||
RTImageStorage=image
|
||||
HardcopyGrayscaleImageStorage=image
|
||||
HardcopyColorImageStorage=image
|
||||
NuclearMedicineImageStorageRetired=image
|
||||
UltrasoundMultiframeImageStorageRetired=image
|
||||
UltrasoundImageStorageRetired=image
|
||||
XRayAngiographicBiPlaneImageStorageRetired=image
|
||||
#text
|
||||
BasicTextSR=text
|
||||
EnhancedSR=text
|
||||
ComprehensiveSR=text
|
||||
ProcedureLogStorage=text
|
||||
MammographyCADSR=text
|
||||
KeyObjectSelectionDocument=text
|
||||
ChestCADSR=text
|
||||
XRayRadiationDoseSR=text
|
||||
@@ -0,0 +1,3 @@
|
||||
# Document Title codes for KOS object
|
||||
cth1^CT of the head
|
||||
title_2^title2
|
||||
158
dcm4chee/default/conf/dcm4chee-xdsi/web2/eventCodes.txt
Normal file
158
dcm4chee/default/conf/dcm4chee-xdsi/web2/eventCodes.txt
Normal file
@@ -0,0 +1,158 @@
|
||||
# CID 4 Anatomic Region
|
||||
#
|
||||
SNM3^T-04000^Breast, NOS
|
||||
SNM3^T-04002^Upper inner quadrant of breast, NOS
|
||||
SNM3^T-04003^Lower inner quadrant of breast, NOS
|
||||
SNM3^T-04004^Upper outer quadrant of breast, NOS
|
||||
SNM3^T-04005^Lower outer quadrant of breast, NOS
|
||||
SNM3^T-11218^Suprasternal notch
|
||||
SNM3^T-15200^Fontanel of skull, NOS
|
||||
SNM3^T-15460^Wrist joint, NOS
|
||||
SNM3^T-15750^Ankle joint, NOS
|
||||
SNM3^T-21000^Nose, NOS
|
||||
SNM3^T-23000^Nasopharynx, NOS
|
||||
SNM3^T-24100^Larynx, NOS
|
||||
SNM3^T-25000^Trachea, NOS
|
||||
SNM3^T-26000^Bronchus, NOS
|
||||
SNM3^T-28000^Lung, NOS
|
||||
SNM3^T-32000^Heart, NOS
|
||||
SNM3^T-32100^Atrium, NOS
|
||||
SNM3^T-32400^Ventricle, NOS
|
||||
SNM3^T-51000^Mouth, NOS
|
||||
SNM3^T-53000^Tongue, NOS
|
||||
SNM3^T-55000^Pharynx, NOS
|
||||
SNM3^T-55300^Hypopharynx, NOS
|
||||
SNM3^T-56000^Esophagus, NOS
|
||||
SNM3^T-57000^Stomach, NOS
|
||||
SNM3^T-58200^Duodenum, NOS
|
||||
SNM3^T-58400^Jejunum, NOS
|
||||
SNM3^T-58600^Ileum, NOS
|
||||
SNM3^T-59300^Colon, NOS
|
||||
SNM3^T-59600^Rectum, NOS
|
||||
SNM3^T-60610^Bile duct, NOS
|
||||
SNM3^T-62000^Liver, NOS
|
||||
SNM3^T-63000^Gallbladder, NOS
|
||||
SNM3^T-65000^Pancreas, NOS
|
||||
SNM3^T-65010^Pancreatic duct, NOS
|
||||
SNM3^T-71000^Kidney, NOS
|
||||
SNM3^T-72000^Renal pelvis, NOS
|
||||
SNM3^T-72100^Calyx, NOS
|
||||
SNM3^T-73000^Ureter, NOS
|
||||
SNM3^T-74000^Bladder, NOS
|
||||
SNM3^T-75000^Urethra, NOS
|
||||
SNM3^T-81000^Vulva, NOS
|
||||
SNM3^T-82000^Vagina, NOS
|
||||
SNM3^T-83000^Uterus, NOS
|
||||
SNM3^T-87000^Ovary, NOS
|
||||
SNM3^T-91000^Penis, NOS
|
||||
SNM3^T-94000^Testis, NOS
|
||||
SNM3^T-98000^Scrotum, NOS
|
||||
SNM3^T-A0100^Brain, NOS
|
||||
SNM3^T-A7010^Spinal cord, NOS
|
||||
SNM3^T-AA110^Sclera, NOS
|
||||
SNM3^T-AA200^Cornea, NOS
|
||||
SNM3^T-AA810^Eyelid, NOS
|
||||
SNM3^T-AB000^Ear, NOS
|
||||
SNM3^T-AB200^External auditory canal, NOS
|
||||
SNM3^T-B3000^Adrenal gland, NOS
|
||||
SNM3^T-B6000^Thyroid, NOS
|
||||
SNM3^T-B7000^Parathyroid, NOS
|
||||
SNM3^T-C3000^Spleen, NOS
|
||||
SNM3^T-D1100^Head, NOS
|
||||
SNM3^T-D1160^Scalp, NOS
|
||||
SNM3^T-D1200^Face, NOS
|
||||
SNM3^T-D1206^Buccal region of face
|
||||
SNM3^T-D1206^Cheek, NOS
|
||||
SNM3^T-D1212^Hypoglossal
|
||||
SNM3^T-D1600^Neck, NOS
|
||||
SNM3^T-D1603^Submandibular area
|
||||
SNM3^T-D1620^Supraclavicular region of neck
|
||||
SNM3^T-D2100^Back, NOS
|
||||
SNM3^T-D2220^Shoulder, NOS
|
||||
SNM3^T-D2310^Flank, NOS
|
||||
SNM3^T-D2500^Hip, NOS
|
||||
SNM3^T-D2600^Buttock, NOS
|
||||
SNM3^T-D2600^Gluteal region
|
||||
SNM3^T-D2700^Perineum, NOS
|
||||
SNM3^T-D3000^Thorax, NOS
|
||||
SNM3^T-D3300^Mediastinum, NOS
|
||||
SNM3^T-D4000^Abdomen, NOS
|
||||
SNM3^T-D4110^Right upper quadrant of abdomen
|
||||
SNM3^T-D4120^Right lower quadrant of abdomen
|
||||
SNM3^T-D4130^Left upper quadrant of abdomen
|
||||
SNM3^T-D4140^Left lower quadrant of abdomen
|
||||
SNM3^T-D4200^Epigastric region
|
||||
SNM3^T-D4240^Hypogastric region
|
||||
SNM3^T-D4240^Suprapubic region
|
||||
SNM3^T-D4450^Omental bursa
|
||||
SNM3^T-D4600^Omentum, NOS
|
||||
SNM3^T-D4900^Retroperitoneum, NOS
|
||||
SNM3^T-D6000^Pelvis, NOS
|
||||
SNM3^T-D6500^Broad ligament, NOS
|
||||
SNM3^T-D8100^Axilla, NOS
|
||||
SNM3^T-D8200^Arm, NOS
|
||||
SNM3^T-D8300^Elbow, NOS
|
||||
SNM3^T-D8700^Hand, NOS
|
||||
SNM3^T-D9100^Thigh, NOS
|
||||
SNM3^T-D9200^Knee, NOS
|
||||
SNM3^T-D9310^Popliteal fossa
|
||||
SNM3^T-D9400^Leg, NOS
|
||||
SNM3^T-D9700^Foot, NOS
|
||||
SNM3^A-04140^Vascular graft
|
||||
SNM3^G-A15A^Intra-articular
|
||||
SNM3^T-21300^Endo-nasal
|
||||
SNM3^T-23050^Endo-nasopharyngeal
|
||||
SNM3^T-32000^Endo-cardiac
|
||||
SNM3^T-40000^Endo-vascular
|
||||
SNM3^T-41000^Endo-arterial
|
||||
SNM3^T-48000^Endo-venous
|
||||
SNM3^T-56000^Endo-esophageal
|
||||
SNM3^T-56000^Intra-esophageal
|
||||
SNM3^T-59600^Endo-rectal
|
||||
SNM3^T-71000^Endo-renal
|
||||
SNM3^T-73000^Endo-ureteric
|
||||
SNM3^T-74250^Endo-vesical
|
||||
SNM3^T-75000^Endo-urethral
|
||||
SNM3^T-82000^Endo-vaginal
|
||||
SNM3^T-D14000^Intracranial
|
||||
SNM3^T-D3000^Intra-thoracic
|
||||
SNM3^T-D3136^Parasternal
|
||||
SNM3^T-D3213^Subxiphoid
|
||||
SNM3^T-D4010^Intra-abdominal
|
||||
SNM3^T-D4210^Subcostal
|
||||
SNM3^T-D6221^Intra-pelvic
|
||||
SNM3^T-D4212^Right hypochondriac region
|
||||
SNM3^T-D4211^Left hypochondriac region
|
||||
SNM3^T-D2300^Lumbar region
|
||||
SNM3^T-D2342^Right lumbar region
|
||||
SNM3^T-D2340^Left lumbar region
|
||||
SNM3^T-D7000^Inguinal region
|
||||
SNM3^T-D7010^Right inguinal region
|
||||
SNM3^T-D7020^Left inguinal region
|
||||
SNM3^T-D4230^Umbilical region
|
||||
#
|
||||
# CID 29 Acquisition Modality
|
||||
#
|
||||
DCM^EPS^Cardiac Electrophysiology
|
||||
DCM^CR^Computed Radiography
|
||||
DCM^CT^Computed Tomography
|
||||
DCM^DX^Digital Radiography
|
||||
DCM^ECG^Electrocardiography
|
||||
DCM^ES^Endoscopy
|
||||
DCM^XC^External-camera Photography
|
||||
DCM^GM^General Microscopy
|
||||
DCM^HD^Hemodynamic Waveform
|
||||
DCM^IO^Intra-oral Radiography
|
||||
DCM^IVUS^Intravascular Ultrasound
|
||||
DCM^MR^Magnetic Resonance
|
||||
DCM^MG^Mammography
|
||||
DCM^NM^Nuclear Medicine
|
||||
DCM^OP^Ophthalmic Photography
|
||||
DCM^PX^Panoramic X-Ray
|
||||
DCM^PT^Positron emission tomography
|
||||
DCM^RF^Radiofluoroscopy
|
||||
DCM^RG^Radiographic imaging
|
||||
DCM^RTIMAGE^Radiotherapy Image
|
||||
DCM^SM^Slide Microscopy
|
||||
DCM^US^Ultrasound
|
||||
DCM^XA^X-Ray Angiography
|
||||
@@ -0,0 +1,2 @@
|
||||
# ContentTypeCodes
|
||||
Assisted Living^Assisted Living
|
||||
@@ -0,0 +1,2 @@
|
||||
# change URL with host info-src to ridserver and port 8090
|
||||
#info-src=http://ridserver:8090
|
||||
Reference in New Issue
Block a user