DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / INPIWebClient Interface / Store Method / Store(DicomDataSetCollection,DicomDataEncoding,String) Method
DicomDataSetCollection object representing the collection of NPI
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance



In This Topic
    Store(DicomDataSetCollection,DicomDataEncoding,String) Method
    In This Topic
    Store a colleciton of NPIs to origin server
    Syntax
    'Declaration
     
    
    Overloads Sub Store( _
       ByVal npiCollection As DicomDataSetCollection, _
       ByVal encoding As DicomDataEncoding, _
       ByVal transferSyntax As String _
    ) 
    'Usage
     
    
    Dim instance As INPIWebClient
    Dim npiCollection As DicomDataSetCollection
    Dim encoding As DicomDataEncoding
    Dim transferSyntax As String
     
    instance.Store(npiCollection, encoding, transferSyntax)

    Parameters

    npiCollection
    DicomDataSetCollection object representing the collection of NPI
    encoding
    The encoding to use (native/json/xml)
    transferSyntax
    The transfer syntax to use to send the instance
    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