|
@@ -37,12 +37,12 @@ namespace fis
|
|
|
/// <param name="index"></param>
|
|
|
/// <param name="imageIndex"></param>
|
|
|
/// <returns></returns>
|
|
|
- public bool OpenImageMeasure(string token,string patientCode,string index,string imageIndex) {
|
|
|
+ public bool OpenImageMeasure(string token,string patientCode,string remedicalCode, string recordCode) {
|
|
|
var dictionary = new Dictionary<string, string>();
|
|
|
dictionary.Add("token", token);
|
|
|
dictionary.Add("patientCode", patientCode);
|
|
|
- dictionary.Add("index", index);
|
|
|
- dictionary.Add("imageIndex", imageIndex);
|
|
|
+ dictionary.Add("remedicalCode", remedicalCode);
|
|
|
+ dictionary.Add("recordCode", recordCode);
|
|
|
var manager = AppManager.Get<ISecondaryScreenManager>();
|
|
|
manager.ShowWindowByTypeAsync(WindowType.Measure,"http://" + ShellConfig.Instance.AppHost + "/#/measure/measure_home", dictionary).GetAwaiter().GetResult();
|
|
|
return true;
|