openDICOM.NET API Reference (openDICOM# Class Library)

AcrNemaFile Constructor

Creates an ACR-NEMA file instance from a ACR-NEMA output stream.

Overload List

Creates an ACR-NEMA file instance from a ACR-NEMA output stream.

public AcrNemaFile(Stream);

Creates an ACR-NEMA file instance from an ACR-NEMA output stream. IsStrictDecoded is set to specified decoding attribute.

public AcrNemaFile(Stream,bool);

Creates an ACR-NEMA file instance from an ACR-NEMA file defined by file name.

public AcrNemaFile(string);

Creates an ACR-NEMA file instance from an ACR-NEMA file defined by file name. IsStrictDecoded is set to given decoding attribute.

public AcrNemaFile(string,bool);

Creates an ACR-NEMA file instance from an ACR-NEMA file defined by file name. IsStrictDecoded is set to given decoding attribute. If memory preloading is activated, the entire file content will be written to memory and afterwards processed.

public AcrNemaFile(string,bool,bool);

See Also

AcrNemaFile Class | openDicom.File Namespace