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

Implementation Version Name Sub-Item (PS 3.7, D.3.3.2.3 and D.3.3.2.4). More...

#include <ImplementationVersionName.h>

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

Public Member Functions

 ImplementationVersionName (std::string const &implementation_version_name)
 Create a Implementation Version Name item. More...
 
 ImplementationVersionName (std::istream &stream)
 Read a Implementation Version Name item from a stream. More...
 
std::string get_implementation_version_name () const
 Return the Implementation Version Name. More...
 
void set_implementation_version_name (std::string const &value)
 Set the Implementation Version Name. 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 =0x55
 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 Version Name Sub-Item (PS 3.7, D.3.3.2.3 and D.3.3.2.4).

Constructor & Destructor Documentation

◆ ImplementationVersionName() [1/2]

odil::pdu::ImplementationVersionName::ImplementationVersionName ( std::string const &  implementation_version_name)

Create a Implementation Version Name item.

◆ ImplementationVersionName() [2/2]

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

Read a Implementation Version Name item from a stream.

Member Function Documentation

◆ get_implementation_version_name()

std::string odil::pdu::ImplementationVersionName::get_implementation_version_name ( ) const

Return the Implementation Version Name.

◆ set_implementation_version_name()

void odil::pdu::ImplementationVersionName::set_implementation_version_name ( std::string const &  value)

Set the Implementation Version Name.

Member Data Documentation

◆ type

uint8_t const odil::pdu::ImplementationVersionName::type =0x55
static

Item type.


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