LAUREL BRIDGE

BreedRegistrationSequence Class

DICOM Connectivity Framework V3.4
Class containing information identifying an animal within a breed registry.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.PdfToDicom.IODBreedRegistrationSequence

Namespace:  LaurelBridge.DCFExamples.PdfToDicom.IOD
Assembly:  PdfToDicom (in PdfToDicom.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class BreedRegistrationSequence

The BreedRegistrationSequence type exposes the following members.

Constructors

  NameDescription
Public methodBreedRegistrationSequence
Default constructor creates a new DicomDataSet.
Public methodBreedRegistrationSequence(DicomDataSet)
Constructor with a dataset. No checks are performed to make sure the dataset elements are legal for this sequence.
Top
Properties

  NameDescription
Public propertyBreedRegistrationNumber
Tag: Breed Registration Number, (0010,2295), VR=LO, VM=1, Type=1
Public propertyBreedRegistryCodeSequence
Tag: Breed Registry Code Sequence, (0010,2296), VR=SQ, VM=1, Type=1
Public propertyDataSet
Get/Set the Dicom dataset backing this sequence.
Top
See Also

Reference