Skip to content

Commit

Permalink
reliscensed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Zurek committed Sep 26, 2014
1 parent 9957d42 commit 333401f
Show file tree
Hide file tree
Showing 113 changed files with 2,652 additions and 20 deletions.
656 changes: 636 additions & 20 deletions LICENSE

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions app/femr/business/helpers/DomainMapper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.helpers;

import com.avaje.ebean.Ebean;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/helpers/LogicDoer.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.helpers;

import com.typesafe.config.ConfigFactory;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/helpers/QueryHelper.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.helpers;

import com.avaje.ebean.Query;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/helpers/QueryProvider.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.helpers;


Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/ConfigureService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import com.avaje.ebean.ExpressionList;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IConfigureService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IInventoryService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IMedicalService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IPharmacyService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.models.PrescriptionItem;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IPhotoService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import java.util.List;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IResearchService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;


Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IRoleService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.data.models.IRole;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/ISearchService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/ISessionService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.CurrentUser;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/ISuperuserService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;


Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/ITriageService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/IUserService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import femr.common.dto.ServiceResponse;
Expand Down
18 changes: 18 additions & 0 deletions app/femr/business/services/InventoryService.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
/*
fEMR - fast Electronic Medical Records
Copyright (C) 2014 Team fEMR
fEMR is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
fEMR is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with fEMR. If not, see <http://www.gnu.org/licenses/>. If
you have any questions, contact <[email protected]>.
*/
package femr.business.services;

import com.avaje.ebean.ExpressionList;
Expand Down
Loading

0 comments on commit 333401f

Please sign in to comment.