'DeclarationPublic Function Create( _ ByVal WorkItem As DicomDataSet, _ Optional ByVal Encoding As DicomDataEncoding, _ Optional ByVal TransferSyntax As System.String _ ) As System.Net.Http.HttpResponseMessage
public System.Net.Http.HttpResponseMessage Create( DicomDataSet WorkItem, DicomDataEncoding Encoding, System.string TransferSyntax )
Parameters
- WorkItem
- Workitem encoded in the media type specified in the Content-Type header field. The payload shall contain all data elements to be stored.
- Encoding
- The encoding to use (native/json/xml)
- TransferSyntax
- The transfer syntax used to encode and send the WorkItem
Return Value
HttpResponseMessage