DicomObjects.NET10 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 ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    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 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 Dispose objects held by DicomWebClient (Inherited from DicomObjects.DicomWeb.DicomWebClient)
    Public Method Search the collection of NPI Instances on origin server  
    Public Method Retrieve NPI by NPIName and UID value  
    Public MethodOverloaded.  Store a colleciton of NPIs to origin server  
    Top
    See Also