Автор работы: Пользователь скрыл имя, 14 Марта 2012 в 22:48, курсовая работа
В даний час усе більше і більше поширення, як у виробництві, так і в документообігу підприємств знаходить комп'ютерна техніка, усе ширше і ширше стає перелік охоплюваних нею задач. Постійно росте обсяг і складність оброблюваної інформації, вимагаються все нові і нові види її представлення. Як показує практика, більшість користувачів уже не уявляє собі, як би вони виконували свою роботу, з якою прекрасно справлялися ще 5 - 10 років тому, без допомоги комп'ютера.
Вступ .................................................................................................................................
1 Аналіз підходів до проектування інформаційної системи ………………………...….
1.1 Опис предметної області ……………………………………………………..….
1.2 Нормалізація даних …………………………………............................................
1.3 Обґрунтування та вибір СКБД ……......................................................................
1.4 Постановка задачі проектування ………………………………………….……
2 Проектування бази даних………………………..……………………………….…..
2.1 Аналіз існуючих сучасних підходів до проектування бази даних ……………
2.2 Моделі представлення даних ................................................................................
2.3 Реалізація таблиць бази даних за допомогою мови моделювання UML........
2.4 Розробка схеми бази даних за допомогою середовища моделювання ECO
2.5 Розробка інтерфейса користувача БД за допомогою середовища моделювання ECO
2.6 Генерація схеми бази даних в середовищe MSSQL Server
3 Розробка алгоритмів проектуємої системи..........................................................
3.1 Алгоритм роботи основної системи .....................................................................
3.2 Алгоритми роботи підсистеми «Прийомний віділ».............................................. 4 Структура системи керування базою даних ……………………….…….………….
4.1 Опис модулів системи керування базою даних ………………………………...
4.2 Опис діалогу роботи автоматизованої системи ………………..….....................
Висновки .………….…………………………………………………..…………………
Список посилань................................................................................................................
Self.ClientSize := System.Drawing.Size.Create(
Self.Controls.Add(Self.
Self.Controls.Add(Self.
Self.Name := 'TWinForm1';
Self.Text := 'Список хворих';
(System.ComponentModel.
(System.ComponentModel.
(System.ComponentModel.
(System.ComponentModel.
(System.ComponentModel.
(System.ComponentModel.
(System.ComponentModel.
Self.TabControl1.ResumeLayout(
Self.TabPage1.ResumeLayout(
Self.TabPage4.ResumeLayout(
Self.TabPage2.ResumeLayout(
Self.TabPage3.ResumeLayout(
Self.TabPage6.ResumeLayout(
Self.TabPage5.ResumeLayout(
Self.TabPage7.ResumeLayout(
Self.ResumeLayout(False);
end;
{$ENDREGION}
procedure TWinForm1.Dispose(Disposing: Boolean);
begin
if Disposing then
begin
if Components <> nil then
Components.Dispose();
end;
inherited Dispose(Disposing);
end;
constructor TWinForm1.Create;
begin
inherited Create;
//
// Required for Windows Form Designer support
//
InitializeComponent;
FEcoSpace := TProject4EcoSpace.Create;
// Note that you need to set the EcoSpace property for each ReferenceHandle you add to the form.
rhRoot.EcoSpace := FEcoSpace;
// The line below will automatically activate the ECO Space on form create.
// Remove the line if you wish to activate it manually
FEcoSpace.Active := True;
end;
procedure TWinForm1.Button15_Click(
begin
EcoSpace.UpdateDataBase;
end;
end.
unit Project4EcoSpace;
interface
uses
System.Threading,
Borland.Eco.Services,
Borland.Eco.UmlCodeAttributes,
Borland.Eco.Handles,
Package_1Unit, Borland.Eco.Persistence.
Borland.Eco.Persistence.
Borland.Eco.Persistence, Borland.Eco.Persistence.
Borland.Eco.Persistence.
type
[EcoSpace]
[EcoSpacePackage(TypeOf(
TProject4EcoSpace = class(Borland.Eco.Handles.
class var fTypeSystemProvider: ITypeSystemService;
class var fTypeSystemProviderLock: Tobject;
strict protected
function GetTypeSystemProvider: ITypeSystemService; override;
public
constructor Create;
class constructor Create;
class function GetTypeSystemService: ITypeSystemService; static;
procedure UpdateDatabase;
function get_PersistenceService: IPersistenceService;
property PersistenceService: IPersistenceService read get_PersistenceService;
function get_DirtyListService: IDirtyListService;
property DirtyListService: IDirtyListService read get_DirtyListService;
function get_UndoService: IUndoService;
property UndoService: IUndoService read get_UndoService;
function get_TypeSystemService: ITypeSystemService;
property TypeSystemService: ITypeSystemService read get_TypeSystemService;
function get_OclService: IOclService;
property OclService: IOclService read get_OclService;
function get_ObjectFactoryService: IObjectFactoryService;
property ObjectFactoryService: IObjectFactoryService read get_ObjectFactoryService;
function get_VariableFactoryService: IVariableFactoryService;
property VariableFactoryService: IVariableFactoryService read get_VariableFactoryService;
strict private
PersistenceMapperBdp1: Borland.Eco.Persistence.
BdpConnection1: Borland.Data.Provider.
procedure InitializeComponent; end;
[assembly: RuntimeRequired(TypeOf(
implementation
{$AUTOBOX ON}
constructor TProject4EcoSpace.Create;
begin
inherited Create;
InitializeComponent;
// TODO: Add any constructor code here
end;
class constructor TProject4EcoSpace.Create;
begin
fTypeSystemProviderLock := TObject.Create;
end;
class function TProject4EcoSpace.
begin
if not Assigned(fTypeSystemProvider) then
begin
try
Monitor.Enter(
if not Assigned(fTypeSystemProvider) then
fTypeSystemProvider := MakeTypeService(typeOf(
finally
Monitor.Exit(
end;
end;
Result := fTypeSystemProvider;
end;
function TProject4EcoSpace.
begin
Result := TProject4EcoSpace.
end;
procedure TProject4EcoSpace.
begin
if Assigned(PersistenceService) and Assigned(DirtyListService) then
PersistenceService.
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
function TProject4EcoSpace.get_
begin
Result := GetEcoService(typeof(
end;
procedure TProject4EcoSpace.
type
TArrayOfBorland_Eco_
TArrayOfBorland_Eco_
var
PersistenceMapperDefinition125
PersistenceMapperDefinition124
PersistenceMapperDefinition123
PersistenceMapperDefinition122
PersistenceMapperDefinition121
PersistenceMapperDefinition120
PersistenceMapperDefinition119
PersistenceMapperDefinition118
PersistenceMapperDefinition117
PersistenceMapperDefinition116
PersistenceMapperDefinition115
PersistenceMapperDefinition114
PersistenceMapperDefinition113
PersistenceMapperDefinition112
PersistenceMapperDefinition111
PersistenceMapperDefinition110
PersistenceMapperDefinition19: Borland.Eco.Persistence.
PersistenceMapperDefinition18: Borland.Eco.Persistence.
PersistenceMapperDefinition17: Borland.Eco.Persistence.
PersistenceMapperDefinition16: Borland.Eco.Persistence.
PersistenceMapperDefinition15: Borland.Eco.Persistence.
PersistenceMapperDefinition14: Borland.Eco.Persistence.
PersistenceMapperDefinition13: Borland.Eco.Persistence.
PersistenceMapperDefinition12: Borland.Eco.Persistence.
PersistenceMapperDefinition11: Borland.Eco.Persistence.
KeyMapperDefinition14: Borland.Eco.Persistence.
KeyMapperDefinition13: Borland.Eco.Persistence.
KeyMapperDefinition12: Borland.Eco.Persistence.
KeyMapperDefinition11: Borland.Eco.Persistence.
begin
KeyMapperDefinition11 := Borland.Eco.Persistence.
KeyMapperDefinition12 := Borland.Eco.Persistence.
KeyMapperDefinition13 := Borland.Eco.Persistence.
KeyMapperDefinition14 := Borland.Eco.Persistence.
PersistenceMapperDefinition11 := Borland.Eco.Persistence.
PersistenceMapperDefinition12 := Borland.Eco.Persistence.
PersistenceMapperDefinition13 := Borland.Eco.Persistence.
PersistenceMapperDefinition14 := Borland.Eco.Persistence.
PersistenceMapperDefinition15 := Borland.Eco.Persistence.
PersistenceMapperDefinition16 := Borland.Eco.Persistence.
PersistenceMapperDefinition17 := Borland.Eco.Persistence.
PersistenceMapperDefinition18 := Borland.Eco.Persistence.
PersistenceMapperDefinition19 := Borland.Eco.Persistence.
PersistenceMapperDefinition110 := Borland.Eco.Persistence.
PersistenceMapperDefinition111 := Borland.Eco.Persistence.
PersistenceMapperDefinition112 := Borland.Eco.Persistence.
PersistenceMapperDefinition113 := Borland.Eco.Persistence.
PersistenceMapperDefinition114 := Borland.Eco.Persistence.
PersistenceMapperDefinition115 := Borland.Eco.Persistence.
PersistenceMapperDefinition116 := Borland.Eco.Persistence.
PersistenceMapperDefinition117 := Borland.Eco.Persistence.
PersistenceMapperDefinition118 := Borland.Eco.Persistence.
PersistenceMapperDefinition119 := Borland.Eco.Persistence.
PersistenceMapperDefinition120 := Borland.Eco.Persistence.
PersistenceMapperDefinition121 := Borland.Eco.Persistence.
PersistenceMapperDefinition122 := Borland.Eco.Persistence.
PersistenceMapperDefinition123 := Borland.Eco.Persistence.
PersistenceMapperDefinition124 := Borland.Eco.Persistence.
PersistenceMapperDefinition125 := Borland.Eco.Persistence.
Self.PersistenceMapperBdp1 := Borland.Eco.Persistence.
Self.BdpConnection1 := Borland.Data.Provider.
//
// PersistenceMapperBdp1
//
Self.PersistenceMapperBdp1.
Self.PersistenceMapperBdp1.
Self.PersistenceMapperBdp1.
Self.PersistenceMapperBdp1.
'dd"''"';