DicomMetadata-class(tractor.base)
DicomMetadata-class()所属R语言包:tractor.base
Class "DicomMetadata"
类“DicomMetadata”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents DICOM metadata, which typically contains detailed information about the scan parameters and subject.
这个类表示了DICOM元数据,它通常包含详细信息的扫描参数和主题。
扩展----------Extends----------
Class "SerialisableObject", directly.
类"SerialisableObject",直接。
All reference classes extend and inherit methods from "envRefClass".
所有引用类的扩展和继承方法"envRefClass"。
字段----------Fields----------
source: Object of class character.
source:对象的类character。
tags: Object of class data.frame.
tags:对象的类data.frame。
tagOffset: Object of class integer.
tagOffset:对象的类integer。
dataOffset: Object of class integer.
dataOffset:对象的类integer。
dataLength: Object of class integer.
dataLength:对象的类integer。
explicitTypes: Object of class logical.
explicitTypes:对象的类logical。
endian: Object of class character.
endian:对象的类character。
基于类的方法----------Class-Based Methods----------
getTags(): Retrieve the data frame containing all available tags, which has columns "groups", "elements", "types" and "values". See the DICOM standard for more information.
getTags():检索数据框包含所有可用的标记,这列"groups","elements","types"和"values"。有关更多信息,请参阅DICOM标准。
getTagValue(group, element): Retrieve the value of the tag with specified group and element numbers, usually given in hex.
getTagValue(group, element):检索的标记与指定的组和元素的数字,通常以十六进制的值。
getTagOffset(): Retrieve the byte offset of useful tags in the file.
getTagOffset():检索有用的标签,在文件中的字节偏移量。
getDataOffset(): Retrieve the byte offset of the data in the DICOM file.
getDataOffset():检索DICOM文件中的数据的字节偏移量。
getDataLength(): Retrieve the length of the data part of the DICOM file in bytes.
getDataLength():检索DICOM文件的以字节为单位的数据部分的长度。
getSource(): Retrieve the name of the source file.
getSource():检索源文件的名称。
getEndianness(): Retrieve the endianness of the file: "big" or "little".
getEndianness():检索的字节顺序的文件:"big"或"little"。
nTags(): Retrieve the number of tags stored in this object.
nTags():检索存储在该对象的标签的数量。
The following methods are inherited (from the corresponding class): serialise ("SerialisableObject"), methods ("SerialisableObject")
继承的方法如下(对应的类):连载(“SerialisableObject”),方法(“SerialisableObject”)
(作者)----------Author(s)----------
Jon Clayden
参考文献----------References----------
实例----------Examples----------
showClass("DicomMetadata")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|