public Value(ValueRepresentation,ValueLength);
public Value(ValueRepresentation,ValueLength,Array);
public Value(ValueRepresentation,ValueLength,object);
Re-creates this DICOM value length instance from specified DICOM output stream using specified DICOM VR and value length.
public Value(Stream,ValueRepresentation,ValueLength);
Value Class | openDicom.DataStructure Namespace