LEADTOOLS Medical (Leadtools.Dicom.Web assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
DicomWCFStreamer Class Members
See Also  Properties  Methods 
Leadtools.Dicom.Web Namespace : DicomWCFStreamer Class

The following tables list the members exposed by DicomWCFStreamer.

Public Constructors

 NameDescription
public Constructor DicomWCFStreamer ConstructorInitializes a new instance of the DicomWCFStreamer class.  
Top

Public Properties

 NameDescription
public Property DisposedGets a value indicating if the object has been disposed.  
public Property ManageServiceEndPointAddressGets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IManageService interface.  
public Property MaxReceivedMessageSizeGets or sets the maximum size for a message that can be processed by the binding object.  
public Property ObjectRetrieveServiceEndPointAddressGets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IObjectRetrieveService interface.  
public Property PasswordGets or sets the user password.  
public Property QueryServiceEndPointAddressGets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IQueryService interface.  
public Property ReaderQuotasMaxArrayLengthGets or sets the maximum allowed array length for the binding reader quotas.  
public Property RequestTimeoutGets or sets the time-out of the WCF service request.  
public Property StoreServiceEndPointAddressGets or sets the WCF Service address which implement the Leadtools.Dicom.WCF.IStoreService interface.  
public Property StreamingRetiresCountGets or sets the number of retires to call the WCF service.  
public Property UseDefaultWebProxyGets or sets whether the DicomWCFStreamer should use the default proxy information to perform web requests.  
public Property UserNameGets or sets the user name.  
public Property ValidationModeGets or sets the certificate validation mode.  
Top

Public Methods

 NameDescription
public Method ChangePasswordChanges the user password.  
public Method DisposeOverloaded.  
public Method FindObjectInstanceQueries for DICOM objects information based on search parameters.  
public Method FindObjectInstanceExQueries for DICOM objects information based on search parameters.  
public Method FindSeriesQueries for a DICOM Series information using search parameters.  
public Method FindSeriesObjectsQueries for the DICOM series information using matching parameters.  
public Method FindStudiesQueries for the DICOM studies information from the DICOM service using matching parameters.  
public Method FindStudyObjectsQueries for the DICOM studies information using matching parameters.  
public Method GetCacheTimeoutGets the current user cache time-out in days as specified by the administrator.  
public Method GetDicomDataRetrieves a DICOM object buffer.  
public Method GetDicomImageRetrieves a DICOM image from a DICOM object.  
public Method GetDicomObjectRetrieves a DICOM object.  
public Method GetImageRetrieves a DICOM image with the user specified compression options.  
public Method GetImageDataRetrieves a DICOM image buffer with the user specified compression options.  
public Method GetImageInfoRetrieves general image information for a DICOM object.  
public Method GetObjectTagsRetrieves DICOM and image information for queried DICOM objects.  
public Method GetObjectTypeReturns the DICOM object type.  
public Method GetPrecompressedImagesFormatGets the server stored Pre-compressed images formats for the specified DICOM objects.  
public Method GetStorageOptionsGets the administrator storage options for different compressions  
public Method StreamSeriesImagesRetrieves the images of the specified series.  
Top

Protected Methods

 NameDescription
protected Method CreateManageServiceBindingCreates a System.ServiceModel.Channels.Binding object for the Manage service  
protected Method CreateObjectRetrieveServiceBindingCreates a System.ServiceModel.Channels.Binding object for the ObjectRetrieve service  
protected Method CreateQueryServiceBindingCreates a System.ServiceModel.Channels.Binding object for the Query service  
protected Method CreateStoreServiceBindingCreates a System.ServiceModel.Channels.Binding object for the Store service  
protected Method FinalizeOverrides the Object.Finalize method.  
Top

See Also