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

Uploaded Source

Built Distribution

edc_next_appointment-0.1.7-py3-none-any.whl (37.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc-next-appointment-0.1.7.tar.gz
  • Upload date:
  • Size: 36.0 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.7.tar.gz
Algorithm Hash digest
SHA256 a87e260677e5fc2c223ca4ad5b0b9158d9a0ceee4f2dfff0f116a2bba818a297
MD5 dd4b3b2b3e2b7da084c919247b14be8a
BLAKE2b-256 0bb95894f400bc5c768fc589af8c9edcd7747a485b7979f660d4a4c1e0730a11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for edc_next_appointment-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 ea8988b8199885839c3e86f82a4f115fda2abd9a1e277d107c9190e63b0b12ab
MD5 cc291a523994ffe044a3ece5859213ef
BLAKE2b-256 d6cd7547235469a4178f4aa27ba5147ef0f4320483b071022d0bba416aaea50f

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