[This is preliminary documentation and is subject to change.]
Trigger a SendAssociation.
...
| C# | Visual Basic | Visual C++ |
public void TriggerSendAssociation( DicomMessageCollection dicomMessageCollection, params PresentationContext[] presentationContexts )
Public Sub TriggerSendAssociation ( _ dicomMessageCollection As DicomMessageCollection, _ ParamArray presentationContexts As PresentationContext() _ )
public: void TriggerSendAssociation( DicomMessageCollection^ dicomMessageCollection, ... array<PresentationContext^>^ presentationContexts )
- dicomMessageCollection (DicomMessageCollection)
- The DicomMessages to send.
- presentationContexts (array< PresentationContext >[]()[])
- The presentation contexts used to set up an association.