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

Uploaded Source

Built Distribution

edc_next_appointment-0.1.8-py3-none-any.whl (38.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc-next-appointment-0.1.8.tar.gz
  • Upload date:
  • Size: 36.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.8.tar.gz
Algorithm Hash digest
SHA256 3f5119adff43840a58980eca2fde65f9260a7900098b3485ef1f0392c8610c53
MD5 89c41ae9a349088b87ad7727c7f563ce
BLAKE2b-256 ec5dbaf2bf1051978defe8fab18d8985f9b3e8d0bc2ea22aebcedd21e6b6fd9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for edc_next_appointment-0.1.8-py3-none-any.whl
Algorithm Hash digest
SHA256 1e28f24b4838463a5cc0b0ea6e6f83cda352a962a70134c8f6b993a5aacacc98
MD5 2f560bbce665dd57391796b36ead4b5a
BLAKE2b-256 712dc4f222db49714b72e53e3aabfd21621414fb227ae0d2fcaa68549bb852da

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