 |
| 原文:
Service Class Specifications
This Part of the DICOM Standard specifies the set of Service Class
Definitions which provide an abstract definition of real-world activities
applicable to communication of digital medical information.
這部分主要是針對儀器設備的不同給予一組唯一識別碼,而這組唯一碼不僅僅代表自身的識別,在資料交換及通訊上也具有服務選擇的意義。與其相關的part有下列幾項如Part
3, Information Object Definitions, Part 5, Data Structure and Semantics,
Part 6, Data Dictionary, Part 7, Message Exchange Protocol,等,以產生可以符合DICOM標準通訊的意義
如下圖STANDARD SOP CLASSES所列,即為各醫療儀器設備所有的UID碼!
|
|
 |
| 原文:
Data Structures and Encoding
A Data Set is that portion of a DICOM Message that conveys information
about real world objects being managed over the network. A Data
Set may have other contexts in other applications of this standard;
e.g., in media exchange the Data Set translates to file content
structure.
資料結構(DataSet)在這part裡作了很詳盡的說明,而DICOM制定所有的資訊內容也將包含在這結構內所謂的檔頭資訊(Header),進行資料的交換及傳輸。
The Data Set內包含了所有的資料,舉凡通訊協定、儀器設備唯一碼、SOP UID等,其結構大致上為
Data Set 由一序列的Data element所組成
Data element 再細分為 Tag ,VR, Value length, Value Field
Tag 則又分為 Group Tag 和 Element Tag等
|
|