You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
611B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/i2b2_msg.R
  3. \name{add_header}
  4. \alias{add_header}
  5. \title{Add the header to the message}
  6. \usage{
  7. add_header(msg, username, password, domain = "")
  8. }
  9. \arguments{
  10. \item{msg}{The XML message to add the header to}
  11. \item{username}{The username to connect with}
  12. \item{password}{The password for the user}
  13. \item{domain}{The domain to act on}
  14. }
  15. \value{
  16. The XML message list object
  17. }
  18. \description{
  19. Add the header to the XML message
  20. }
  21. \details{
  22. Add the header to the XML base message created by base_msg
  23. base_msg can be piped into add_header
  24. }