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

Uploaded Source

Built Distribution

edc_next_appointment-0.1.5-py3-none-any.whl (37.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc-next-appointment-0.1.5.tar.gz
  • Upload date:
  • Size: 35.7 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.5.tar.gz
Algorithm Hash digest
SHA256 a08b548d1a1e2d8a66085098544a0df69439ed7c9196e0c5822a3a10ed683cc1
MD5 7ee47b5865c8dbe778ad5b40c9a3c732
BLAKE2b-256 819c41df9fe40d0aa20478fd707fab640112e58e5d262742416611e74d2d6117

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for edc_next_appointment-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 8e5401966a9eef54553c81dadd3ebbf028b1aa1ed43949f43a11dfef26d8433e
MD5 437c9c558c6b646c294cb0e24bc0241d
BLAKE2b-256 407afc7a534e81fbb641d78e1530fbeab8aaaee095bae63ed92150d20b0f1328

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