Odil
A C++11 library for the DICOM standard
Public Member Functions | Static Public Attributes | List of all members
odil::pdu::ImplementationClassUID Class Reference

Implementation Class UID Sub-Item (PS 3.7, D.3.3.2.1 and D.3.3.2.2). More...

#include <ImplementationClassUID.h>

Inheritance diagram for odil::pdu::ImplementationClassUID:
Inheritance graph
[legend]
Collaboration diagram for odil::pdu::ImplementationClassUID:
Collaboration graph
[legend]

Public Member Functions

 ImplementationClassUID (std::string const &implementation_class_uid)
 Create a Implementation Class UID item. More...
 
 ImplementationClassUID (std::istream &stream)
 Read a Implementation Class UID item from a stream. More...
 
std::string get_implementation_class_uid () const
 Return the Implementation Class UID. More...
 
void set_implementation_class_uid (std::string const &value)
 Set the Implementation Class UID. More...
 
- Public Member Functions inherited from odil::pdu::Object
virtual ~Object ()
 Destructor, makes the type polymorphic. More...
 
Item const & get_item () const
 Get the underlying item. More...
 

Static Public Attributes

static uint8_t const type =0x52
 Item type. More...
 

Additional Inherited Members

- Protected Member Functions inherited from odil::pdu::Object
uint32_t _compute_length () const
 Compute the value of the length field of the object. More...
 
uint32_t _compute_length (Item const &item) const
 Compute the full size of an item. More...
 
uint32_t _compute_length (Item::Field const &field) const
 Compute the full size of a field. More...
 
- Protected Attributes inherited from odil::pdu::Object
Item _item
 

Detailed Description

Implementation Class UID Sub-Item (PS 3.7, D.3.3.2.1 and D.3.3.2.2).

Constructor & Destructor Documentation

◆ ImplementationClassUID() [1/2]

odil::pdu::ImplementationClassUID::ImplementationClassUID ( std::string const &  implementation_class_uid)

Create a Implementation Class UID item.

◆ ImplementationClassUID() [2/2]

odil::pdu::ImplementationClassUID::ImplementationClassUID ( std::istream &  stream)

Read a Implementation Class UID item from a stream.

Member Function Documentation

◆ get_implementation_class_uid()

std::string odil::pdu::ImplementationClassUID::get_implementation_class_uid ( ) const

Return the Implementation Class UID.

◆ set_implementation_class_uid()

void odil::pdu::ImplementationClassUID::set_implementation_class_uid ( std::string const &  value)

Set the Implementation Class UID.

Member Data Documentation

◆ type

uint8_t const odil::pdu::ImplementationClassUID::type =0x52
static

Item type.


The documentation for this class was generated from the following file: