init
This commit is contained in:
77
dcm4chee/default/conf/dcm4chee-tce/cdrecord.conf
Normal file
77
dcm4chee/default/conf/dcm4chee-tce/cdrecord.conf
Normal file
@@ -0,0 +1,77 @@
|
||||
# $Id: cdrecord.conf 6465 2008-06-16 14:34:46Z javawilli $
|
||||
# Teaching File and Clinical Trial Exporter Sample Disposition Configuration
|
||||
|
||||
# Application Entity Title of Receiver
|
||||
destination=CDRECORD
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
# INSTANCES,MEDIA - export instances and request media creation
|
||||
export=INSTANCES,MEDIA
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=NO
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=NO
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=NO
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=0
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
|
||||
# priority of the media creation request: LOW, MED or HIGH
|
||||
#create-media-priority=MED
|
||||
|
||||
# Number of copies of (set of) media to be created.
|
||||
#create-media-copies=1
|
||||
|
||||
# Specifies whether or not to extract media label information from the
|
||||
# instances: YES, NO
|
||||
#create-media-label-from-instances=YES
|
||||
|
||||
# Unformatted free text to include in the label instead of or in addition to
|
||||
# information extracted from the instances
|
||||
#create-media-label-text=
|
||||
|
||||
# An implementation-dependent code string that may be used as a hint to select
|
||||
# a particular layout or format of label.
|
||||
#create-media-label-style=
|
||||
|
||||
# Unstructured text that describes where and to whom the media is to be sent.
|
||||
#create-media-disposition=
|
||||
|
||||
# Indicates if the Media Creator AE is allowed to split this request over more
|
||||
# than one piece of media: YES, NO
|
||||
create-media-allow-media-splitting=YES
|
||||
|
||||
# Indicates if the Media Creator AE is allowed to perfrom lossy
|
||||
# compression: YES, NO
|
||||
#create-media-allow-lossy-compression=NO
|
||||
|
||||
# Indicates if the Media Creator AE should include additional Non-DICOM objects:
|
||||
# NO, FOR_PHYSICIAN, FOR_PATIENT, FOR_TEACHING, FOR_RESEARCH
|
||||
create-media-include-non-dicom=FOR_PATIENT
|
||||
|
||||
# Indicates if the Media Creator AE should include a DICOM Instance Display
|
||||
# Application: YES, NO
|
||||
#create-media-include-display-app=NO
|
||||
|
||||
# Media Application Profile to be used for all instances
|
||||
#create-media-app-profile=STD-GEN-CD
|
||||
|
||||
# Preserve Composite Instances after Media Creation
|
||||
#create-media-preserve-instances=YES
|
||||
60
dcm4chee/default/conf/dcm4chee-tce/deident.conf
Normal file
60
dcm4chee/default/conf/dcm4chee-tce/deident.conf
Normal file
@@ -0,0 +1,60 @@
|
||||
# $Id: deident.conf 6200 2008-04-21 11:08:43Z gunterze $
|
||||
# Teaching File and Clinical Trial Exporter Sample Disposition Configuration
|
||||
|
||||
# Application Entity Title of Receiver
|
||||
destination=TCE_RECEIVER
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
export=INSTANCES,MANIFEST
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=NO
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=YES
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=NO
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=1
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
|
||||
1.PatientName=ANONYMOUS^#{PatientName}
|
||||
1.PatientID=#{PatientID}
|
||||
1.IssuerOfPatientID=TCE-Exporter
|
||||
1.OtherPatientIDs=
|
||||
1.OtherPatientIDSeq=
|
||||
1.OtherPatientNames=
|
||||
1.PatientBirthName=
|
||||
1.PatientMotherBirthName=
|
||||
1.PatientBirthDate=
|
||||
1.PatientBirthTime=
|
||||
1.PatientAge=
|
||||
1.PatientSex=
|
||||
1.PatientAddress=
|
||||
1.MedicalRecordLocator=
|
||||
1.EthnicGroup=
|
||||
1.Occupation=
|
||||
1.AdditionalPatientHistory=
|
||||
1.PatientComments=
|
||||
1.StudyDate=firstDayOfMonth()
|
||||
1.AccessionNumber=
|
||||
1.SeriesDate=firstDayOfMonth()
|
||||
1.InstitutionName=
|
||||
1.PatientIdentityRemoved=YES
|
||||
1.DeIdentificationMethod=hash
|
||||
1.AcquisitionDate=firstDayOfMonth()
|
||||
1.ContentDate=firstDayOfMonth()
|
||||
60
dcm4chee/default/conf/dcm4chee-tce/mesa-expmgr.conf
Normal file
60
dcm4chee/default/conf/dcm4chee-tce/mesa-expmgr.conf
Normal file
@@ -0,0 +1,60 @@
|
||||
# $Id: mesa-expmgr.conf 6200 2008-04-21 11:08:43Z gunterze $
|
||||
# Sample Disposition Configuration for MESA Export Manager Test
|
||||
# Application Entity Title of Receiver
|
||||
destination=MESA_EXPRCR
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
export=INSTANCES,MANIFEST
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=NO
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=YES
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=YES
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=1
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
|
||||
1.PatientName=MR^SCREEN
|
||||
1.PatientID=05-3001-6
|
||||
1.IssuerOfPatientID=TCE-Exporter
|
||||
1.OtherPatientIDs=
|
||||
1.OtherPatientIDSeq=
|
||||
1.OtherPatientNames=
|
||||
1.PatientBirthName=
|
||||
1.PatientMotherBirthName=
|
||||
1.PatientBirthDate=
|
||||
1.PatientBirthTime=
|
||||
1.PatientAge=
|
||||
1.PatientSex=
|
||||
1.PatientAddress=
|
||||
1.MedicalRecordLocator=
|
||||
1.EthnicGroup=
|
||||
1.Occupation=
|
||||
1.AdditionalPatientHistory=
|
||||
1.PatientComments=
|
||||
1.StudyID=
|
||||
1.AccessionNumber=
|
||||
1.ReferringPhysicianName=
|
||||
1.ReferringPhysicianAddress=
|
||||
1.ReferringPhysicianPhoneNumbers=
|
||||
1.PhysicianOfRecord=
|
||||
1.PerformingPhysicianName=
|
||||
1.NameOfPhysicianReadingStudy=
|
||||
1.OperatorName
|
||||
33
dcm4chee/default/conf/dcm4chee-tce/mesa-expsel.conf
Normal file
33
dcm4chee/default/conf/dcm4chee-tce/mesa-expsel.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# $Id: mesa-expsel.conf 3064 2007-01-10 10:28:47Z gunterze $
|
||||
# Teaching File and Clinical Trial Exporter Sample Disposition Configuration
|
||||
|
||||
# Application Entity Title of Receiver
|
||||
destination=MESA_EXPMGR
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
export=INSTANCES,MANIFEST
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=YES
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=NO
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=NO
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=0
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
65
dcm4chee/default/conf/dcm4chee-tce/remap.conf
Normal file
65
dcm4chee/default/conf/dcm4chee-tce/remap.conf
Normal file
@@ -0,0 +1,65 @@
|
||||
# $Id: remap.conf 6200 2008-04-21 11:08:43Z gunterze $
|
||||
# Teaching File and Clinical Trial Exporter Sample Disposition Configuration
|
||||
|
||||
# Application Entity Title of Receiver
|
||||
destination=TCE_RECEIVER
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
export=MANIFEST,INSTANCES
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=NO
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=YES
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=YES
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=2
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
|
||||
1.ClinicalTrialProtocolID=DEFAULT
|
||||
1.ClinicalTrialSiteID=CTS-#{InstitutionName}
|
||||
1.ClinicalTrialSubjectID=TCE-#{PatientID}
|
||||
1.ClinicalTrialTimePointID=#{StudyDate}
|
||||
|
||||
2.PatientName=${ClinicalTrialProtocolID}^${ClinicalTrialSiteID}^${ClinicalTrialSubjectID}
|
||||
2.PatientID=${ClinicalTrialSubjectID}
|
||||
2.IssuerOfPatientID=TCE-Exporter
|
||||
2.OtherPatientIDs=
|
||||
2.OtherPatientIDSeq=
|
||||
2.OtherPatientNames=
|
||||
2.PatientBirthName=
|
||||
2.PatientMotherBirthName=
|
||||
2.PatientBirthDate=
|
||||
2.PatientBirthTime=
|
||||
2.PatientAge=
|
||||
2.PatientSex=
|
||||
2.PatientAddress=
|
||||
2.MedicalRecordLocator=
|
||||
2.EthnicGroup=
|
||||
2.Occupation=
|
||||
2.AdditionalPatientHistory=
|
||||
2.PatientComments=
|
||||
2.StudyDate=firstDayOfMonth()
|
||||
2.AccessionNumber=
|
||||
2.SeriesDate=firstDayOfMonth()
|
||||
2.InstitutionName=${ClinicalTrialSiteID}
|
||||
2.PatientIdentityRemoved=YES
|
||||
2.DeIdentificationMethod=hash
|
||||
2.AcquisitionDate=firstDayOfMonth()
|
||||
2.ContentDate=firstDayOfMonth()
|
||||
33
dcm4chee/default/conf/dcm4chee-tce/verbatim.conf
Normal file
33
dcm4chee/default/conf/dcm4chee-tce/verbatim.conf
Normal file
@@ -0,0 +1,33 @@
|
||||
# $Id: verbatim.conf 3064 2007-01-10 10:28:47Z gunterze $
|
||||
# Teaching File and Clinical Trial Exporter Sample Disposition Configuration
|
||||
|
||||
# Application Entity Title of Receiver
|
||||
destination=TCE_RECEIVER
|
||||
|
||||
# export option. Possible values:
|
||||
# INSTANCES,MANIFEST - export manifest after instances
|
||||
# MANIFEST,INSTANCES - export manifest before instances
|
||||
# MANIFEST - export manifest only
|
||||
# INSTANCES - export instances only
|
||||
export=INSTANCES,MANIFEST
|
||||
|
||||
# export priority: LOW, MEDIUM or HIGH
|
||||
export-priority=MEDIUM
|
||||
|
||||
# emit audit message for export: "YES" or "NO"
|
||||
audit=YES
|
||||
|
||||
# remove Document Title Modifier specifying a Delay for Reason: "YES" or "NO"
|
||||
remove-delay-reason=NO
|
||||
|
||||
# UID Replacement: "YES" or "NO"
|
||||
replace-uids=NO
|
||||
|
||||
# Number of passes of Attribute Coercion
|
||||
num-coerce-passes=0
|
||||
|
||||
# Attribute Coercion Rules:
|
||||
# <passnr>.<attr-name>=<value>
|
||||
# <value> ::= "" or <string> or <value> <hash> or <value> <attr>
|
||||
# <attr> ::= ${<attr-name>}
|
||||
# <hash> ::= #{<attr-name>}
|
||||
Reference in New Issue
Block a user