DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class / Store Method / Store(DicomDataSet,DicomDataEncoding,String,String) Method
DicomDataSet object representing the NPI
The encoding to use (native/json/xml)
The transfer syntax to use to send the instance
UID of the NPI



In This Topic
    Store(DicomDataSet,DicomDataEncoding,String,String) Method
    In This Topic
    Store a single NPI to origin server
    Syntax
    'Declaration
     
    
    Public Overloads Sub Store( _
       ByVal NPI As DicomDataSet, _
       ByVal Encoding As DicomDataEncoding, _
       ByVal TransferSyntax As String, _
       Optional ByVal UID As String _
    ) 
    'Usage
     
    
    Dim instance As NPIWebClient
    Dim NPI As DicomDataSet
    Dim Encoding As DicomDataEncoding
    Dim TransferSyntax As String
    Dim UID As String
     
    instance.Store(NPI, Encoding, TransferSyntax, UID)

    Parameters

    NPI
    DicomDataSet object representing the NPI
    Encoding
    The encoding to use (native/json/xml)
    TransferSyntax
    The transfer syntax to use to send the instance
    UID
    UID of the NPI
    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