| Name | Description | |
|---|---|---|
![]() | NPIWebClient Constructor | Create a new NPIWebClient oject |
The following tables list the members exposed by NPIWebClient.
| Name | Description | |
|---|---|---|
![]() | NPIWebClient Constructor | Create a new NPIWebClient oject |
| Name | Description | |
|---|---|---|
![]() | CertFile | Client certificate file (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | CertPassword | Client certificate password (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | ExtraHeaders | Extra Http Headers should users wish to add to the Request (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | IncludeAll | Controls whether to add includfield=all to the query to request all available fields |
![]() | JsonResponseWeight | The weighting to use for the outgoing applicaiton/json+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | Limit | The maximum number of records to return - useful if paging large amounts of data |
![]() | NPIName | Name of the NPI object, valid values include color-palettes, defined-procedure-protocols, hanging-protocols, implant-templates, inventories |
![]() | Offset | The number of records to skip - useful if paging large amounts of data |
![]() | Operation | Type of the outgoing request |
![]() | Result | The raw result of the last operation (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | ServerCertificateCustomValidationCallback | Web client server certificate validation callbcak (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
![]() | UID | UID of the NPI object |
![]() | UseFuzzyMatching | Controls whether to include fuzzymatching=true in the request |
![]() | UseNamesInQuery | Controls whether to use names (if true) or hexadecimal identifiers (if false) for search parameters, e.g. STUDYDATE or 00080020 |
![]() | XmlResponseWeight | The weighting to use for the outgoing applicaiton/xml+dicom accept header (Inherited from DicomObjects.DicomWeb.DicomWebClient) |
| Name | Description | |
|---|---|---|
![]() | Query | Search the collection of NPI Instances on origin server |
![]() | QueryAsync | Search the collection of NPI Instances on origin server |
![]() | Retrieve | Issue a NPI retrieve request with the object UID |
![]() | RetrieveAsync | Retrieve NPI by NPIName and UID value |
![]() | Store | Overloaded. Store a single NPI to origin server |
![]() | StoreAsync | Overloaded. Store a single NPI to origin server |