Skip to content

Commit

Permalink
Create outgoing HL7 Procedure Status Update messages by XSLT #3844
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterze committed Oct 18, 2022
1 parent c146ec6 commit 5e9ec4b
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 15 deletions.
@@ -1,4 +1,4 @@
# Generated by Apache Directory Studio on October 17, 2022, 4:39:11 PM
# Generated by Apache Directory Studio on October 18, 2022, 1:34:33 PM

# SCHEMA "DCM4CHEE-ARCHIVE"
dn: cn=dcm4chee-archive, ou=schema
Expand Down Expand Up @@ -5859,6 +5859,36 @@ m-description: Only consider MWL items with one of the specified Scheduled Proce
m-equality: caseExactIA5Match
m-syntax: 1.3.6.1.4.1.1466.115.121.1.26

dn: m-oid=1.2.40.0.13.1.15.110.3.442, ou=attributetypes, cn=dcm4chee-archive, ou
=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.110.3.442
m-name: hl7PSUMppsTemplateURI
m-description: URL of XSL style sheet to create HL7v2 message to notify configur
ed HL7 receivers about changes of the Status of requested Procedures triggered
by MPPS.
m-equality: caseExactMatch
m-substr: caseExactSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-singleValue: TRUE

dn: m-oid=1.2.40.0.13.1.15.110.3.443, ou=attributetypes, cn=dcm4chee-archive, ou
=schema
objectclass: metaAttributeType
objectclass: metaTop
objectclass: top
m-oid: 1.2.40.0.13.1.15.110.3.443
m-name: hl7PSUStudyTemplateURI
m-description: URL of XSL style sheet to create HL7v2 message to notify configur
ed HL7 receivers about changes of the Status of requested Procedures triggered
by received Study.
m-equality: caseExactMatch
m-substr: caseExactSubstringsMatch
m-syntax: 1.3.6.1.4.1.1466.115.121.1.15
m-singleValue: TRUE

dn: ou=comparators, cn=dcm4chee-archive, ou=schema
objectclass: organizationalUnit
objectclass: top
Expand Down Expand Up @@ -6770,6 +6800,8 @@ m-may: hl7ADTReceivingApplication
m-may: hl7ADTSendingApplication
m-may: hl7PSUReceivingApplication
m-may: hl7PSUSendingApplication
m-may: hl7PSUMppsTemplateURI
m-may: hl7PSUStudyTemplateURI
m-may: hl7PSUDelay
m-may: hl7PSUCondition
m-may: hl7PSUForRequestedProcedure
Expand Down Expand Up @@ -7067,6 +7099,10 @@ m-may: dcmChangeRequesterAET
m-may: dcmMWLAccessionNumberGenerator
m-may: dcmMWLRequestedProcedureIDGenerator
m-may: dcmMWLScheduledProcedureStepIDGenerator
m-may: hl7PSUReceivingApplication
m-may: hl7PSUSendingApplication
m-may: hl7PSUMppsTemplateURI
m-may: hl7PSUStudyTemplateURI
m-may: hl7PSUDelay
m-may: hl7PSUCondition
m-may: hl7PSUForRequestedProcedure
Expand All @@ -7080,8 +7116,6 @@ m-may: hl7PSUMWL
m-may: hl7PSUMWLMatchingKey
m-may: hl7PSUTimeout
m-may: hl7PSUOnTimeout
m-may: hl7PSUReceivingApplication
m-may: hl7PSUSendingApplication

dn: ou=syntaxcheckers, cn=dcm4chee-archive, ou=schema
objectclass: organizationalUnit
Expand Down
Expand Up @@ -2148,6 +2148,18 @@ attributeTypes: ( 1.2.40.0.13.1.15.110.3.441 NAME 'dcmMergeLocalMWLWithStatus'
DESC 'Only consider MWL items with one of the specified Scheduled Procedure Step Status codes. Enumerated values: SCHEDULED, ARRIVED, READY, STARTED, DEPARTED, CANCELED, DISCONTINUED, COMPLETED. If absent, MWL items with any Scheduled Procedure Step Status are considered.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
attributeTypes: ( 1.2.40.0.13.1.15.110.3.442 NAME 'hl7PSUMppsTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by MPPS.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
attributeTypes: ( 1.2.40.0.13.1.15.110.3.443 NAME 'hl7PSUStudyTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by received Study.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
objectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
DESC 'DICOM Archive Device related information'
SUP top AUXILIARY
Expand Down Expand Up @@ -2394,6 +2406,8 @@ objectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
hl7ADTSendingApplication $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand Down Expand Up @@ -2528,6 +2542,10 @@ objectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
dcmMWLAccessionNumberGenerator $
dcmMWLRequestedProcedureIDGenerator $
dcmMWLScheduledProcedureStepIDGenerator $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand All @@ -2540,9 +2558,7 @@ objectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
hl7PSUMWL $
hl7PSUMWLMatchingKey $
hl7PSUTimeout $
hl7PSUOnTimeout $
hl7PSUReceivingApplication $
hl7PSUSendingApplication ) )
hl7PSUOnTimeout ) )
objectClasses: ( 1.2.40.0.13.1.15.110.4.10 NAME 'dcmAttributeFilter'
DESC 'Attributes stored in the database'
SUP top STRUCTURAL
Expand Down
Expand Up @@ -2579,6 +2579,20 @@ attributetype ( 1.2.40.0.13.1.15.110.3.441 NAME 'dcmMergeLocalMWLWithStatus'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.2.40.0.13.1.15.110.3.442 NAME 'hl7PSUMppsTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by MPPS.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )

attributetype ( 1.2.40.0.13.1.15.110.3.443 NAME 'hl7PSUStudyTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by received Study.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )

objectclass ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
DESC 'DICOM Archive Device related information'
SUP top AUXILIARY
Expand Down Expand Up @@ -2825,6 +2839,8 @@ objectclass ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
hl7ADTSendingApplication $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand Down Expand Up @@ -2960,6 +2976,10 @@ objectclass ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
dcmMWLAccessionNumberGenerator $
dcmMWLRequestedProcedureIDGenerator $
dcmMWLScheduledProcedureStepIDGenerator $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand All @@ -2972,9 +2992,7 @@ objectclass ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
hl7PSUMWL $
hl7PSUMWLMatchingKey $
hl7PSUTimeout $
hl7PSUOnTimeout $
hl7PSUReceivingApplication $
hl7PSUSendingApplication ) )
hl7PSUOnTimeout ) )

objectclass ( 1.2.40.0.13.1.15.110.4.10 NAME 'dcmAttributeFilter'
DESC 'Attributes stored in the database'
Expand Down
Expand Up @@ -2148,6 +2148,18 @@ olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.441 NAME 'dcmMergeLocalMWLWithStatus
DESC 'Only consider MWL items with one of the specified Scheduled Procedure Step Status codes. Enumerated values: SCHEDULED, ARRIVED, READY, STARTED, DEPARTED, CANCELED, DISCONTINUED, COMPLETED. If absent, MWL items with any Scheduled Procedure Step Status are considered.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.442 NAME 'hl7PSUMppsTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by MPPS.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.443 NAME 'hl7PSUStudyTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by received Study.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
-
replace: olcObjectClasses
olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
Expand Down Expand Up @@ -2396,6 +2408,8 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
hl7ADTSendingApplication $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand Down Expand Up @@ -2530,6 +2544,10 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
dcmMWLAccessionNumberGenerator $
dcmMWLRequestedProcedureIDGenerator $
dcmMWLScheduledProcedureStepIDGenerator $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand All @@ -2542,9 +2560,7 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
hl7PSUMWL $
hl7PSUMWLMatchingKey $
hl7PSUTimeout $
hl7PSUOnTimeout $
hl7PSUReceivingApplication $
hl7PSUSendingApplication ) )
hl7PSUOnTimeout ) )
olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.10 NAME 'dcmAttributeFilter'
DESC 'Attributes stored in the database'
SUP top STRUCTURAL
Expand Down
Expand Up @@ -2147,6 +2147,18 @@ olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.441 NAME 'dcmMergeLocalMWLWithStatus
DESC 'Only consider MWL items with one of the specified Scheduled Procedure Step Status codes. Enumerated values: SCHEDULED, ARRIVED, READY, STARTED, DEPARTED, CANCELED, DISCONTINUED, COMPLETED. If absent, MWL items with any Scheduled Procedure Step Status are considered.'
EQUALITY caseExactIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.442 NAME 'hl7PSUMppsTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by MPPS.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
olcAttributeTypes: ( 1.2.40.0.13.1.15.110.3.443 NAME 'hl7PSUStudyTemplateURI'
DESC 'URL of XSL style sheet to create HL7v2 message to notify configured HL7 receivers about changes of the Status of requested Procedures triggered by received Study.'
EQUALITY caseExactMatch
SUBSTR caseExactSubstringsMatch
SYNTAX 1.3.6.1.4.1.1466.115.121.1.15
SINGLE-VALUE )
olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
DESC 'DICOM Archive Device related information'
SUP top AUXILIARY
Expand Down Expand Up @@ -2393,6 +2405,8 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.4 NAME 'dcmArchiveDevice'
hl7ADTSendingApplication $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand Down Expand Up @@ -2527,6 +2541,10 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
dcmMWLAccessionNumberGenerator $
dcmMWLRequestedProcedureIDGenerator $
dcmMWLScheduledProcedureStepIDGenerator $
hl7PSUReceivingApplication $
hl7PSUSendingApplication $
hl7PSUMppsTemplateURI $
hl7PSUStudyTemplateURI $
hl7PSUDelay $
hl7PSUCondition $
hl7PSUForRequestedProcedure $
Expand All @@ -2539,9 +2557,7 @@ olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.5 NAME 'dcmArchiveNetworkAE'
hl7PSUMWL $
hl7PSUMWLMatchingKey $
hl7PSUTimeout $
hl7PSUOnTimeout $
hl7PSUReceivingApplication $
hl7PSUSendingApplication ) )
hl7PSUOnTimeout ) )
olcObjectClasses: ( 1.2.40.0.13.1.15.110.4.10 NAME 'dcmAttributeFilter'
DESC 'Attributes stored in the database'
SUP top STRUCTURAL
Expand Down

0 comments on commit 5e9ec4b

Please sign in to comment.