1
2################################################################################
3# IMG2DCM TEMPLATE FOR WRITING SECONDARY CAPTURE OBJECTS                       #
4# SOP Class: 1.2.840.10008.5.1.4.1.1.7 (SC)                                    #
5################################################################################
6# Type 1:  Value MUST be filled in                                             #
7# Type 1C: Value MUST be filled in if known, if certain condition (see         #
8#          standard) is fulfilled, otherwise DO NOT insert                     #
9# Type 2:  Value MUST be filled in if known, MUST be left empty otherwise      #
10# Type 2C: Same as 2, if a certain condition (see standard) is met. If the     #
11#          condition is not met, DO NOT insert                                 #
12# Type 3:  User optional, CAN be written (if it should not, delete line).      #
13#          The value written can be chosen freely, but has to conform to       #
14#          element's VR (see standard)                                         #
15################################################################################
16
17########################### Patient Module #####################################
18
19# Patient's Name, Type 2
20(0010,0010) PN []
21
22# Patient ID, Type 2
23(0010,0020) LO []
24
25# Patient's Birth Date, Type 2
26(0010,0030) DA []
27
28# Patient's Sex, Type 2
29(0010,0040) CS []
30
31# Responsible Organization, Type 2C (only included if patient is animal...)
32# (0010,2299) LO []
33
34########################### General Study Module ##############################
35#    All attributes from the General Study Module are overwritten by the      #
36#    --study-from and series-from options                                     #
37###############################################################################
38
39# Study Date, Type 2
40(0008,0020) DA []
41
42# Study Time, Type 2
43(0008,0030) TM []
44
45# Accession Number, Type 2
46(0008,0050) SH []
47
48# Referring Physician's Name, Type 2
49(0008,0090) PN []
50
51# Study ID, Type 2
52(0020,0010) SH []
53
54# Study Instance UID, Type 1, usually provided automatically (newly created)
55#(0020,000d) UI []
56
57########################### General Series Module ##############################
58#    All attributes from the General Series Module are overwritten by the      #
59#    --series-from option                                                      #
60################################################################################
61
62# Patient Position, Type 2C
63(0018,5100) CS (no value available)
64
65# Series Instance UID, Type 1, usually provided automatically (newly created)
66# (0020,000e) UI []
67
68# Series Number, Type 2
69(0020,0011) IS []
70
71# Laterality, Type 2C
72# (0020,0060) CS (no value available)
73
74###################### SC Equipment Module #####################################
75
76# Conversion Type, Type 1, Defined Terms, see Standard (SI=Scanned Image)
77(0008,0064) CS [SI]
78
79###################### General Image Module ####################################
80
81# Content Date, Type 2C
82#(0008,0023) DA []
83
84# Instance Number, Type 2
85(0020,0013) IS []
86
87# Patient Orientation, Type 2C
88(0020,0020) CS (no value available)
89
90###################### Image Pixel Module ######################################
91#         The Image Pixel Module is written by the img2dcm application         #
92################################################################################
93
94########################### SOP Common Module ##################################
95
96# Specific Character Set, Type 1C.
97# "ISO_IR 100" should be used if ISO Latin 1 characters could/are used in file
98# If only plain ASCII is used, this line could (but does not have to) be deleted
99(0008,0005) CS [ISO_IR 100]
100