DicomObjects.NET8 Documentation
DicomObjects.DicomWeb.WebClient Namespace / NPIWebClient Class
Properties Methods

In This Topic
    NPIWebClient Class Members
    In This Topic

    The following tables list the members exposed by NPIWebClient.

    Public Constructors
     NameDescription
    Public Constructor Create a new NPIWebClient oject  
    Top
    Public Properties
     NameDescription
    Public Property Client certificate file (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Client certificate password (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Extra Http Headers should users wish to add to the Request (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Controls whether to add includfield=all to the query to request all available fields  
    Public Property The weighting to use for the outgoing applicaiton/json+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property The maximum number of records to return - useful if paging large amounts of data  
    Public Property Name of the NPI object, valid values include color-palettes, defined-procedure-protocols, hanging-protocols, implant-templates, inventories  
    Public Property The number of records to skip - useful if paging large amounts of data  
    Public Property Type of the outgoing request  
    Public Property The raw result of the last operation (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property Web client server certificate validation callbcak (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Property UID of the NPI object  
    Public Property Controls whether to include fuzzymatching=true in the request  
    Public Property Controls whether to use names (if true) or hexadecimal identifiers (if false) for search parameters, e.g. STUDYDATE or 00080020  
    Public Property The weighting to use for the outgoing applicaiton/xml+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Top
    Public Methods
     NameDescription
    Public Method Search the collection of NPI Instances on origin server  
    Public Method Search the collection of NPI Instances on origin server  
    Public Method Issue a NPI retrieve request with the object UID  
    Public Method Retrieve NPI by NPIName and UID value  
    Public MethodOverloaded.  Store a single NPI to origin server  
    Public MethodOverloaded.  Store a single NPI to origin server  
    Top
    See Also