Beispiel #1
0
        public void Add(string reportNo, MarkerItem item, int cellPopulationId, string cellPopulationOfInterest, string panelName)
        {
            FlowMarkerItem flowMarker = this.GetNextItem(reportNo, item.MarkerName, cellPopulationId, cellPopulationOfInterest, panelName);

            this.Add(flowMarker);
        }
        public void Add(string reportNo, MarkerItem item)
        {
            FlowMarkerItem flowMarker = this.GetNextItem(reportNo, item.MarkerName);

            this.Add(flowMarker);
        }