PART I: Given the following UML diagram. Answer the following questions PCRTest newNum: int //-- auto-increment - patientName: String - previousResult: int //-- should be less than 35 - currentResult: int //-- should be less than 35 + PCRTest (pName: String, pResult: int) +setcurrentResult (int r):void +getcurrentResult () :int + getpatientName () : String +isRecovered (): boolean +tostring (): String + GenerateCode (): String /-- explained in part III Question 1. Implement all the data fields represented in the UML diagram of the class PCRTest as well as the constructor and the setter and getter of the currentResult and the getter of patientName. Note that: The attribute newNum is incremented when a PCRTest object is created. It represents the total number of tests. • The constructor accepts the patient's name and the previous test result. The value of previousResult and currentResult should be between 0 and 35. • The method setcurrentResult(int r) assigns the value r to the currentResult attribute. • The method getcurrentResult() returns the value of currentResult attribute. • The method getpatientName() returns the value of patientName attribute.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter18: Stacks And Queues
Section: Chapter Questions
Problem 18PE
icon
Related questions
Question
What is the solution for this question ( using java language)
PART I: Given the following UML diagram. Answer the following questions
PCRTest
newNum: int 1/-- auto-increment
- patientName: String
- previousResult: int //-- should be less than 35
currentResult: int //-- should be less than 35
+ PCRTest (pName: String, pResult: int)
+setcurrentResult (int r):void
+getcurrentResult ():int
+ getpatientName () : String
+isRecovered () : boolean
+tostring (): String
+ GenerateCode (): String //-- explained in part III
Question 1.
Implement all the data fields represented in the UML diagram of the class PCRTest as well as the
constructor and the setter and getter of the currentResult and the getter of patientName. Note that:
• The attribute newNum is incremented when a PCRTest object is created. It represents the total
number of tests.
• The constructor accepts the patient's name and the previous test result. The value of previousResult
and currentResult should be between 0 and 35.
• The method setcurrentResult(int r) assigns the value r to the currentResult attribute.
• The method getcurrentResult() returns the value of currentResult attribute.
• The method getpatientName() returns the value of patientName attribute.
Transcribed Image Text:PART I: Given the following UML diagram. Answer the following questions PCRTest newNum: int 1/-- auto-increment - patientName: String - previousResult: int //-- should be less than 35 currentResult: int //-- should be less than 35 + PCRTest (pName: String, pResult: int) +setcurrentResult (int r):void +getcurrentResult ():int + getpatientName () : String +isRecovered () : boolean +tostring (): String + GenerateCode (): String //-- explained in part III Question 1. Implement all the data fields represented in the UML diagram of the class PCRTest as well as the constructor and the setter and getter of the currentResult and the getter of patientName. Note that: • The attribute newNum is incremented when a PCRTest object is created. It represents the total number of tests. • The constructor accepts the patient's name and the previous test result. The value of previousResult and currentResult should be between 0 and 35. • The method setcurrentResult(int r) assigns the value r to the currentResult attribute. • The method getcurrentResult() returns the value of currentResult attribute. • The method getpatientName() returns the value of patientName attribute.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning