XdsObjects Help file
XdsObjects Namespace / XdsSubmissionSet Class / ReadFromFile Method
The file to read



ReadFromFile Method
Read a Submission Set serialised to a file
Syntax
Public Shared Function ReadFromFile( _
   ByVal Filename As String _
) As XdsSubmissionSet
Dim Filename As String
Dim value As XdsSubmissionSet
 
value = XdsSubmissionSet.ReadFromFile(Filename)
public static XdsSubmissionSet ReadFromFile( 
   string Filename
)
public:
static XdsSubmissionSet^ ReadFromFile( 
   String^ Filename
) 

Parameters

Filename
The file to read

Return Value

The resulting XdsSubmissionSetobject
Remarks
This is the primary method used when acting as an XDM media reader/importer for reading the METADATA.XML file within a subdirectory of the IHE_XDM directory.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also