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.9.tar.gz (35.9 kB view details)

Uploaded Source

Built Distribution

edc_next_appointment-0.1.9-py3-none-any.whl (37.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc-next-appointment-0.1.9.tar.gz
  • Upload date:
  • Size: 35.9 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.9.tar.gz
Algorithm Hash digest
SHA256 922d598110a476e878f52348c9258ddfcd840a97c8ca672ba19e72f3496df0ee
MD5 df47aae41cb9bb4b05ed9f27043c6d84
BLAKE2b-256 5a724434a844918bf415d5356b485977a71b1dab3511c7185284b1d4a2710695

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for edc_next_appointment-0.1.9-py3-none-any.whl
Algorithm Hash digest
SHA256 d298f85c65c996aa31400c502d523e56b1eb858f22d38af29f1d31612aff3569
MD5 9b23e542995e88fcfb4c20b53c3ca973
BLAKE2b-256 7e88a9e3653126a9b0cee440fc6d1ef0489706258b72fb2cc60574abc520370d

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