'Declaration
Public Overloads Function Read( _ ByVal Stream As Stream _ ) As DicomDataSet
'Usage
Dim instance As DicomDataSetCollection Dim Stream As Stream Dim value As DicomDataSet value = instance.Read(Stream)
public DicomDataSet Read( Stream Stream )
public: DicomDataSet^ Read( Stream^ Stream )
Parameters
- Stream
The stream from which to read.
Return Value
If successful, a DicomDataSet Object is returned, and is added to the appropriate collection. If unsuccessful, an appropriate error is thrown.