clinicedc 2.0.2__py3-none-any.whl → 2.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of clinicedc might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: clinicedc
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: A clinical trials data management framework built on Django
5
5
  Keywords: django,clinicedc,edc,clinical trials,research,data management,esource
6
6
  Author: Erik van Widenfelt, Jonathan Willitts
@@ -1072,11 +1072,11 @@ edc_glucose/model_mixin_factories/fbg_model_mixin_factory.py,sha256=MlPmak__4sAQ
1072
1072
  edc_glucose/model_mixin_factories/glucose_model_mixin_factory.py,sha256=x1v1G_ox5r41DKTJw4Ypl5mAV8-AaLolU6qtRBjsoP0,1400
1073
1073
  edc_glucose/model_mixin_factories/ogtt_model_mixin_factory.py,sha256=PPZrNXz3SesPaU14iVhG1Tqvr_LrsqRTrZkssU5cdGk,2336
1074
1074
  edc_glucose/model_mixins/__init__.py,sha256=BBRpyYsEimvbgjVFpQr10THbaeuqz-EGROUfVuMqhKE,237
1075
- edc_glucose/model_mixins/fasting_model_mixin.py,sha256=wyExty72XZbNRlBTgoX_cSTXl8rrDG8QAL1wdHus6wk,352
1075
+ edc_glucose/model_mixins/fasting_model_mixin.py,sha256=ZKE4ugOrIYEwVg5aorWM3FdXOdSYlMjR7TdGJTZwPM8,354
1076
1076
  edc_glucose/model_mixins/fbg_model_mixin.py,sha256=NLCMuvG0QHWCMMXcOU5CnGPlLp_7F9SjZ6AyG8uJ-v4,246
1077
- edc_glucose/model_mixins/glucose_model_mixin.py,sha256=gORYZ4Q_zvJSnYKJBUMFEc0rw2-K9zWc8wXfOoIfJgA,435
1077
+ edc_glucose/model_mixins/glucose_model_mixin.py,sha256=6KaNtNH7Rt5I-XAxmgFThcJiAtHiGy1OY0Q8eiJRDOY,437
1078
1078
  edc_glucose/model_mixins/hba1c_model_mixin.py,sha256=9SLbx8tJxeV6sKVQnf_T3sOukaGISbm_Y5OVBlBL5gI,978
1079
- edc_glucose/model_mixins/ogtt_model_mixin.py,sha256=ySTCZ1uhxTbLKkCWK3MYNHyrFvgczZhcDpzRgCauvI0,249
1079
+ edc_glucose/model_mixins/ogtt_model_mixin.py,sha256=O4EwgHyVTGnA0POdD95CDWJ6Mi6ylcI-XOnZSglXca8,251
1080
1080
  edc_glucose/models.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1081
1081
  edc_glucose/utils.py,sha256=UrT9JXGJXJFF71l0k_x804Mj4KUSS74o7ZtUrNFkBq8,1427
1082
1082
  edc_identifier/__init__.py,sha256=kkhaH8PAtHEohoVF2VENZfZmXeKyAnHWJHS1NEWuLyM,97
@@ -3243,7 +3243,7 @@ edc_vitals/models/fields/waist_circumference.py,sha256=fZcHFDdEwWLjIVLktKrFCD9UU
3243
3243
  edc_vitals/models/fields/weight.py,sha256=zo9_9e3Cpu0UqoRbWS-iDkcDo6fK80b1dDQy4x4MyxE,921
3244
3244
  edc_vitals/utils.py,sha256=vXid44KUXxeaSyund_y5MNXc5DFJs052_PwUAjszE2k,1384
3245
3245
  edc_vitals/validators.py,sha256=9bNs-txdfA-v9iPS8mzFy_HLlY12jFcUHoy_bDbEpH0,164
3246
- clinicedc-2.0.2.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
3247
- clinicedc-2.0.2.dist-info/WHEEL,sha256=Pi5uDq5Fdo_Rr-HD5h9BiPn9Et29Y9Sh8NhcJNnFU1c,79
3248
- clinicedc-2.0.2.dist-info/METADATA,sha256=IVlZ3ewq84TfmJYMS2dXBkZ9wrC6kUajOYWuRRcIgsY,16280
3249
- clinicedc-2.0.2.dist-info/RECORD,,
3246
+ clinicedc-2.0.3.dist-info/licenses/LICENSE,sha256=jOtLnuWt7d5Hsx6XXB2QxzrSe2sWWh3NgMfFRetluQM,35147
3247
+ clinicedc-2.0.3.dist-info/WHEEL,sha256=Pi5uDq5Fdo_Rr-HD5h9BiPn9Et29Y9Sh8NhcJNnFU1c,79
3248
+ clinicedc-2.0.3.dist-info/METADATA,sha256=OrVxZ8wjxwkRQKbQ82-RvLmovgzptzMiFT_DRcN01uY,16280
3249
+ clinicedc-2.0.3.dist-info/RECORD,,
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from django.db import models
4
4
 
5
- from ..model_mixin_factory import fasting_model_mixin_factory
5
+ from ..model_mixin_factories import fasting_model_mixin_factory
6
6
 
7
7
 
8
8
  class FastingModelMixin(fasting_model_mixin_factory(), models.Model):
@@ -2,7 +2,7 @@ from __future__ import annotations
2
2
 
3
3
  from django.db import models
4
4
 
5
- from ..model_mixin_factory import glucose_model_mixin_factory
5
+ from ..model_mixin_factories import glucose_model_mixin_factory
6
6
  from .fasting_model_mixin import fasting_model_mixin_factory
7
7
 
8
8
 
@@ -1,6 +1,6 @@
1
1
  from django.db import models
2
2
 
3
- from ..model_mixin_factory import ogtt_model_mixin_factory
3
+ from ..model_mixin_factories import ogtt_model_mixin_factory
4
4
 
5
5
 
6
6
  class OgttModelMixin(ogtt_model_mixin_factory("ogtt"), models.Model):