Skip to content

Commit 9550dcc

Browse files
committed
add associated measures
1 parent 03de42a commit 9550dcc

File tree

1 file changed

+31
-2
lines changed
  • public/forms/CoBrALab-Pregnancy-Plug-Check-Form

1 file changed

+31
-2
lines changed

public/forms/CoBrALab-Pregnancy-Plug-Check-Form/index.ts

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,44 @@ export default defineInstrument({
4949
},
5050
clientDetails: {
5151
estimatedDuration: 1,
52-
instructions: ["To be filled whenever the animal is checked for a pregnany plug, please keep in mind the days since the mouse's last mating session and the ID of the mating partner."]
52+
instructions: ["To be filled whenever the animal is checked for a pregnancy plug, please keep in mind the days since the mouse's last mating session and the ID of the mating partner."]
5353
},
5454
details: {
5555
description: 'A form to track data from whenever an animal is checked for a pregnancy.',
5656
license: 'Apache-2.0',
5757
title: 'Pregnancy Plug Check Form'
5858
},
5959
measures: {
60-
60+
plugPresent: {
61+
kind: 'const',
62+
visibility: 'visible',
63+
ref: 'plugPresent'
64+
},
65+
damId: {
66+
kind: 'const',
67+
visibility: 'visible',
68+
ref: 'damId'
69+
},
70+
damWeight: {
71+
kind: 'const',
72+
visibility: 'visible',
73+
ref: 'damWeight'
74+
},
75+
daysSinceMating: {
76+
kind: 'const',
77+
visibility: 'visible',
78+
ref: 'daysSinceMating'
79+
},
80+
malePartnerId: {
81+
kind: 'const',
82+
visibility: 'visible',
83+
ref: 'malePartnerId'
84+
},
85+
predictedDob: {
86+
kind: 'const',
87+
visibility: 'visible',
88+
ref: 'predictedDob'
89+
},
6190
additionalComments: {
6291
kind: 'const',
6392
visibility: 'visible',

0 commit comments

Comments
 (0)