Skip to main content

Base classes for managing next appointment CRF at each timepoint in clinicedc/edc projects

Project description

pypi actions codecov downloads

edc-next-appointment

Base classes for managing next appointment CRF at each timepoint

Declare in your app as a longitudinal model / CRF.

For example:

# model.py
class NextAppointment(NextAppointmentCrfModelMixin, CrfModelMixin, BaseUuidModel):

    class Meta(CrfModelMixin.Meta, BaseUuidModel.Meta):
        verbose_name = "Next Appointment"
        verbose_name_plural = "Next Appointments"


# forms.py
class NextAppointmentForm(NextAppointmentModelFormMixin, CrfModelFormMixin, forms.ModelForm):
    form_validator_cls = NextAppointmentFormValidator

    class Meta:
        model = NextAppointment
        fields = "__all__"


# admin.py
@admin.register(NextAppointment, site=intecomm_subject_admin)
class NextAppointmentAdmin(NextAppointmentModelAdminMixin, CrfModelAdmin):
    form = NextAppointmentForm

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

edc-next-appointment-0.1.4.tar.gz (34.1 kB view details)

Uploaded Source

Built Distribution

edc_next_appointment-0.1.4-py3-none-any.whl (36.1 kB view details)

Uploaded Python 3

File details

Details for the file edc-next-appointment-0.1.4.tar.gz.

File metadata

  • Download URL: edc-next-appointment-0.1.4.tar.gz
  • Upload date:
  • Size: 34.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.4

File hashes

Hashes for edc-next-appointment-0.1.4.tar.gz
Algorithm Hash digest
SHA256 9ca508fe7109dbe0fe75cdbabd1aaff9d33429aae44768def4599e2d8910c32e
MD5 b4f381166f86b8a209b2fb7b34510457
BLAKE2b-256 895e42a3167f29be27dcee41e68f157f834e9723a56c9cb3eabb77d4f4a3d78d

See more details on using hashes here.

File details

Details for the file edc_next_appointment-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for edc_next_appointment-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 40502e62ea4142344c570692d30e64a576cef80194856fc10123c24ea4ea7108
MD5 b04fa40a167e3cb8f7ab57c961b35416
BLAKE2b-256 fade567437708896f161883088de313d58e738be624fe459071158018da28b89

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page