create_patient_record: Create patient record

Description Usage Arguments Value

Description

create_patient_record takes a person’s full name (FirstName LastName), weight in lb and height in inches and converts it into a list with the person’s first name, person’s last name, weight in kg and height in m. There are 2.2 lb in a kg. There are 39.4 inches in a metre.

Usage

1
create_patient_record(full_name, weight_lb, height_in)

Arguments

full_name

A character string containing two names seperated by a space

weight_lb

A number. The patient's weight in pounds

height_in

A number. The patients height in inches.

Value

A list of first_name, last_name, weight_kg and height_m


vivek3107/prfavpawar documentation built on May 29, 2019, 9:56 a.m.