@@ -10,9 +10,11 @@ public interface Captions {
1010 * 1. java:S115: Violation of name convention for constants of this class is accepted: Close as false positive.
1111 */
1212
13+ String about = "about" ;
1314 String aboutCaseClassificationRules = "aboutCaseClassificationRules" ;
1415 String aboutChangelog = "aboutChangelog" ;
1516 String aboutDataDictionary = "aboutDataDictionary" ;
17+ String aboutDocuments = "aboutDocuments" ;
1618 String aboutSormasVersion = "aboutSormasVersion" ;
1719 String aboutSormasWebsite = "aboutSormasWebsite" ;
1820 String aboutTechnicalManual = "aboutTechnicalManual" ;
@@ -1269,6 +1271,8 @@ public interface Captions {
12691271 String Prescription_prescriptionDate = "Prescription.prescriptionDate" ;
12701272 String Prescription_prescriptionDetails = "Prescription.prescriptionDetails" ;
12711273 String Prescription_prescriptionEnd = "Prescription.prescriptionEnd" ;
1274+ String Prescription_prescriptionPeriod = "Prescription.prescriptionPeriod" ;
1275+ String Prescription_prescriptionRoute = "Prescription.prescriptionRoute" ;
12721276 String Prescription_prescriptionStart = "Prescription.prescriptionStart" ;
12731277 String Prescription_prescriptionType = "Prescription.prescriptionType" ;
12741278 String Prescription_route = "Prescription.route" ;
@@ -1291,7 +1295,10 @@ public interface Captions {
12911295 String reportingUser = "reportingUser" ;
12921296 String Sample = "Sample" ;
12931297 String Sample_additionalTestingRequested = "Sample.additionalTestingRequested" ;
1298+ String Sample_additionalTestingStatus = "Sample.additionalTestingStatus" ;
12941299 String Sample_associatedCase = "Sample.associatedCase" ;
1300+ String Sample_associatedContact = "Sample.associatedContact" ;
1301+ String Sample_associatedEventParticipant = "Sample.associatedEventParticipant" ;
12951302 String Sample_caseClassification = "Sample.caseClassification" ;
12961303 String Sample_caseDistrict = "Sample.caseDistrict" ;
12971304 String Sample_casePersonName = "Sample.casePersonName" ;
@@ -1697,6 +1704,7 @@ public interface Captions {
16971704 String Treatment_textFilter = "Treatment.textFilter" ;
16981705 String Treatment_treatmentDateTime = "Treatment.treatmentDateTime" ;
16991706 String Treatment_treatmentDetails = "Treatment.treatmentDetails" ;
1707+ String Treatment_treatmentRoute = "Treatment.treatmentRoute" ;
17001708 String Treatment_treatmentType = "Treatment.treatmentType" ;
17011709 String Treatment_typeOfDrug = "Treatment.typeOfDrug" ;
17021710 String treatmentCreateTreatment = "treatmentCreateTreatment" ;
0 commit comments