This document compares Elliptic Curve Cryptography (ECC) and Elliptic Curve Integrated Encryption Scheme (ECIES) for securing patient privacy in wireless body sensor networks. Both techniques can encrypt patient health record data collected from sensors. ECC encrypts/decrypts data using elliptic curve operations, while ECIES is a hybrid scheme that uses elliptic curves for key exchange and symmetric encryption to encrypt messages. The document analyzes the implementation of ECC and ECIES on body sensor networks and concludes that ECIES requires less storage space and computation time compared to ECC for encrypting data from multiple patients.