예제 #1
0
 void IPatientIdentifierProcessor.GenerateLists(Guid requestID, NetworkConnectionMetadata network, RequestMetadata md, IDictionary <Guid, string> outputPaths, string format)
 {
     throw new NotSupportedException();
 }
예제 #2
0
 void IModelProcessor.Request(string requestId, NetworkConnectionMetadata network, RequestMetadata request, Document[] requestDocuments, out IDictionary <string, string> requestProperties, out Document[] desiredDocuments)
 {
     throw new NotSupportedException();
 }
예제 #3
0
 void IPatientIdentifierProcessor.GenerateLists(Guid requestID, NetworkConnectionMetadata network, RequestMetadata md, IDictionary <Guid, string> outputPaths, string format)
 {
     _patientProcessor.GenerateLists(requestID, network, md, outputPaths, format);
 }