Changeset 3669
- Timestamp:
- 03/19/08 19:13:13 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/chica/src/org/openmrs/module/chica/hibernateBeans/Study.java
r3662 r3669 12 12 13 13 // Fields 14 Integer studyId = null;15 Date startDate = null;16 Date endDate = null;17 String title = null;18 String investigators = null;19 Integer studyConceptId = null;14 private Integer studyId = null; 15 private Date startDate = null; 16 private Date endDate = null; 17 private String title = null; 18 private String investigators = null; 19 private Integer studyConceptId = null; 20 20 private Boolean status = false; 21 String purpose = null;22 Integer studyAttributeId = null;21 private String purpose = null; 22 private Integer studyAttributeId = null; 23 23 24 24 // Constructors