Exemplo n.º 1
0
 public MppsStructuredDocumentationComponent(IPerformedStepEditorContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
        public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context)
        {
            var component = new MppsStructuredDocumentationComponent(context);

            return(new IPerformedStepEditorPage[] { component });
        }
		public MppsStructuredDocumentationComponent(IPerformedStepEditorContext context)
		{
			_context = context;
		}
Exemplo n.º 4
0
 public PerformedProcedureDicomSeriesComponent(IPerformedStepEditorContext context)
 {
     _context = context;
     _context.SelectedPerformedStepChanged += OnSelectedPerformedStepChanged;
 }
		public IPerformedStepEditorPage[] GetPages(IPerformedStepEditorContext context)
		{
			var component = new MppsStructuredDocumentationComponent(context);
			return new IPerformedStepEditorPage[] {component};
		}