Beispiel #1
0
 public XMLResult createVolume(string studyId, XMLParameterCollection volumeInfo)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("createVolume", new object[] { studyId, volumeInfo.GenerateXML() }));
     return(this.lastResult);
 }
Beispiel #2
0
 public XMLResult getPresentationStateInfo(XMLParameterCollection presentationStateUidList)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("getPresentationStateInfo", new object[] { presentationStateUidList.GenerateXML() }));
     return(this.lastResult);
 }
 public XMLResult setFMSDescription(XMLParameterCollection fmsDescription, string fmsInternalID)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("setFMSDescription", new object[] { fmsDescription.GenerateXML(), fmsInternalID }));
     return(this.lastResult);
 }
Beispiel #4
0
 public XMLResult setAnalysisDescription(string analysisInternalID, string analysisXml, bool current, XMLParameterCollection uidsXml)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("setAnalysisDescription", new object[] { analysisInternalID, analysisXml, current, true, uidsXml.GenerateXML() }));
     return(this.lastResult);
 }
Beispiel #5
0
 public XMLResult createAnalysis(string analysisXml, bool current, bool currentSpecified, string patientInternalID, string thumbnail, XMLParameterCollection uidsXml)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("createAnalysis", new object[] { analysisXml, current, currentSpecified, patientInternalID, thumbnail, uidsXml.GenerateXML() }));
     return(this.lastResult);
 }
Beispiel #6
0
 public XMLResult createCrossSection(string volumeUID, XMLParameterCollection crossSectionInfo)
 {
     this.lastResult = new XMLResult(this.InvokeMethod("createCrossSection", new object[] { volumeUID, crossSectionInfo.GenerateXML() }));
     return(this.lastResult);
 }