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

Uploaded Source

Built Distribution

edc_next_appointment-0.1.1-py3-none-any.whl (30.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: edc-next-appointment-0.1.1.tar.gz
  • Upload date:
  • Size: 30.4 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.1.tar.gz
Algorithm Hash digest
SHA256 af2b44f9b3ca0e50d9a8f428d22616d4ec91d0ec41239f4a6461ae87ea4533bd
MD5 66f0c2234e32a9d87608c05f5653840f
BLAKE2b-256 99a79401e63ef50528d3b40abef81eba127eb11ae593a3365ca2062902a56434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for edc_next_appointment-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 128d1c98e63b79d87d258645c022107a839769a9c4e1e900796507841d2e8dff
MD5 5404364c28cdfff2b5e275828fadbda8
BLAKE2b-256 d4a9d54b89c0ee1fe1135626639fe2e8f3b1209fb44639ba0049f6344ce80c3e

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