GradePack

    • Home
    • Blog
Skip to content
bg
bg
bg
bg

GradePack

A nurse is monitoring the uterine contraction pattern of a c…

A nurse is monitoring the uterine contraction pattern of a client who is in labor. Which of the following characteristics of uterine contractions is most important to assess in relation to fetal oxygenation?

Read Details

A nurse is teaching a student nurse about newborn erythromyc…

A nurse is teaching a student nurse about newborn erythromycin 0.9% ophthalmic ointment administration. Which of the following statements by the nurse should be included in the teaching? (Select All that Apply.)

Read Details

A nurse is assessing a newborn on the first day of life. Whi…

A nurse is assessing a newborn on the first day of life. Which of the following is an expected finding? (Select All that Apply.)

Read Details

A client asks the nurse to explain why some newborns have el…

A client asks the nurse to explain why some newborns have elongated heads. Which of the following explanations should the nurse provide?

Read Details

A nurse is assessing a client who is 8 hr postpartum. Where…

A nurse is assessing a client who is 8 hr postpartum. Where should the nurse expect to find the fundus?

Read Details

A nurse is caring for a client in labor who states, “I am re…

A nurse is caring for a client in labor who states, “I am really afraid of giving birth,” and begins crying. The client is currently in active labor and vaginal exam reveals 7 cm dilation, 80% effacement, and 0 station. Which of the following factors of labor should the nurse address?

Read Details

A nurse is reviewing the laboratory results of a client who…

A nurse is reviewing the laboratory results of a client who is at 28 weeks of gestation. For which of the following results should the nurse provide client teaching?

Read Details

A nurse is admitting a client who is at 36 weeks of gestatio…

A nurse is admitting a client who is at 36 weeks of gestation, has placenta previa, and has moderate vaginal bleeding. Which of the following actions should the nurse take?  (Select All that Apply.)

Read Details

A nurse is performing Leopold Maneuvers prior to auscultatin…

A nurse is performing Leopold Maneuvers prior to auscultating the fetal heart rate for a client who is at 30 weeks of gestation. The client asks, “Why do you feel around on my belly first?” Which of the following responses should the nurse make?  

Read Details

OverviewYou will be building a Node Express application with…

OverviewYou will be building a Node Express application with API endpoints in TypeScript that will be used for reading, adding, and deleting people. You can use an application like Postman for testing your API.  Read the entire question carefully.  I have provided the tsconfig.json file under the Final Exam module if you wish you use my version of the file.  Make sure that your application runs when you enter “npm start” in the terminal. Instructions Download people.json from under the Final Exam module and examine the file data carefully.  Do NOT modify this file. You can use any technique you want to use the content of people.json. (You can either read the file or use it in a variable.) Create a GET endpoint that will return all of the people as JSON. (5 points) Create another GET endpoint that takes in an id as a route parameter and returns the person matching that id.  This endpoint will return a status code of 404 with the message “Person with the id not found” if no person matches the provided id. (5 points) Create a POST endpoint that adds a new person to your list based on the fields passed in the body.  If any of the fields are missing, you should respond with a status code of 500 with the message “Missing data.”.  You should not pass the id as part of the body in the POST request; you should programmatically find and use the next available number for the id based on the person list.  If a person is successfully added, return a status code of 200 with the message “Person added.”. (15 points) Create a DELETE endpoint that removes a person from the list based on the id passed in.  If a person with the id doesn’t exist in the list, return a status code of 404 with the message “Person not found”. If a person is successfully deleted, return a status code of 200 with the message “Person deleted.”  (5 points) After the Express application is restarted, if the GET endpoint from #4 is called, it will display the 3 people from people.json in the same order as listed in the people.json file. Make sure that your application runs on port 3000. Submission Place all of the files needed to run this application in a single zip file. Note: Do NOT include the “node_modules” folder in your zip file, I will deduct 5 points if your zip file contains the “node_modules” folder. The zip file must be named in the format lastname_firstname_final_api.zip.  For example using my name it would be shrestha_gaurav_final_api.zip

Read Details

Posts pagination

Newer posts 1 … 26,554 26,555 26,556 26,557 26,558 … 78,319 Older posts

GradePack

  • Privacy Policy
  • Terms of Service
Top