comparison Sphinx/source/plugins/worklists-plugin.rst @ 1047:e5e6841e13b1

udpated sample worklist with a ScheduledProcedureStepSequence
author Alain Mazy <am@osimis.io>
date Wed, 27 Mar 2024 09:16:33 +0100
parents 683f238333cf
children
comparison
equal deleted inserted replaced
1045:bb92aeb7dbde 1047:e5e6841e13b1
170 (0010,2000) LO [METASTASIS] # 10, 1 MedicalAlerts 170 (0010,2000) LO [METASTASIS] # 10, 1 MedicalAlerts
171 (0010,2110) LO [TANTAL] # 6, 1 Allergies 171 (0010,2110) LO [TANTAL] # 6, 1 Allergies
172 (0020,000d) UI [1.2.276.0.7230010.3.2.101] # 26, 1 StudyInstanceUID 172 (0020,000d) UI [1.2.276.0.7230010.3.2.101] # 26, 1 StudyInstanceUID
173 (0032,1032) PN [SMITH] # 6, 1 RequestingPhysician 173 (0032,1032) PN [SMITH] # 6, 1 RequestingPhysician
174 (0032,1060) LO [EXAM6] # 6, 1 RequestedProcedureDescription 174 (0032,1060) LO [EXAM6] # 6, 1 RequestedProcedureDescription
175 (0040,0100) SQ (Sequence with explicit length #=1) # 176, 1 ScheduledProcedureStepSequence
176 (fffe,e000) na (Item with explicit length #=19) # 168, 1 Item
177 (0008,0060) CS [US] # 2, 1 Modality
178 (0040,0001) AE [AS_AET] # 5, 2 ScheduledStationAETitle
179 (0040,0002) DA [19951015] # 8, 1 ScheduledProcedureStepStartDate
180 (0040,0003) TM [085607] # 6, 1 ScheduledProcedureStepStartTime
181 (0040,0006) PN [JOHNSON] # 8, 1 ScheduledPerformingPhysicianName
182 (0040,0007) LO [EXAM74] # 6, 1 ScheduledProcedureStepDescription
183 (0040,0009) SH [SPD3445] # 8, 1 ScheduledProcedureStepID
184 (0040,0010) SH [STN456] # 6, 1 ScheduledStationName
185 (0040,0011) SH [B34F56] # 6, 1 ScheduledProcedureStepLocation
186 (0040,0012) LO (no value available) # 0, 0 PreMedication
187 (0040,0400) LT (no value available) # 0, 0 CommentsOnTheScheduledProcedureStep
188 (fffe,e00d) na (ItemDelimitationItem for re-encoding) # 0, 0 ItemDelimitationItem
189 (fffe,e0dd) na (SequenceDelimitationItem for re-encod.) # 0, 0 SequenceDelimitationItem
175 (0040,1001) SH [RP454G234] # 10, 1 RequestedProcedureID 190 (0040,1001) SH [RP454G234] # 10, 1 RequestedProcedureID
176 (0040,1003) SH [LOW] # 4, 1 RequestedProcedurePriority 191 (0040,1003) SH [LOW] # 4, 1 RequestedProcedurePriority
177 192
193
194
178 - Open ``sampleWorklist.txt`` file in a standard text editor so as to 195 - Open ``sampleWorklist.txt`` file in a standard text editor so as to
179 modify, add or remove some DICOM tags depending on your needs. 196 modify, add or remove some DICOM tags depending on your needs.
180 - Generate a new DICOM worklist file from your modified file using 197 - Generate a new DICOM worklist file from your modified file using
181 ``dump2dcm``:: 198 ``dump2dcm``::
182 199