Skip to content

Commit

Permalink
update follow-up crf
Browse files Browse the repository at this point in the history
  • Loading branch information
frdrckaman committed Feb 1, 2023
1 parent addcbae commit f0cf816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edcs_subject/models/follow_up.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class FollowUp(CrfModelMixin, edcs_models.BaseUuidModel):
)

viral_load_cd4_off = models.IntegerField(
verbose_name="If positive, was the blood sample for viral load and CD4 count off?",
verbose_name="If positive, was the blood sample for viral load and CD4 taken off?",
null=True,
blank=True,
)
Expand Down

0 comments on commit f0cf816

Please sign in to comment.