Skip to contents

Convert input to a BHS segment for HL7 2.3.1 or 2.4. Outputs a character vector of length 1 with input values pipe delimited.

Usage

BHS(
  BHS.1_BatchFieldSeparator = "|",
  BHS.2_BatchEncodingCharacters = "",
  BHS.3_BatchSendingApplication = "",
  BHS.4_BatchSendingFacility = "",
  BHS.5_BatchReceivingApplication = "",
  BHS.6_BatchReceivingFacility = "",
  BHS.7_BatchCreationDateTime = "",
  BHS.8_BatchSecurity = "",
  BHS.9_BatchNameIDType = "",
  BHS.10_BatchComment = "",
  BHS.11_BatchControlID = "",
  BHS.12_ReferenceBatchControlID = "",
  .version = c("2.3.1", "2.4"),
  .trim = TRUE
)

Arguments

BHS.1_BatchFieldSeparator

= "|",

BHS.2_BatchEncodingCharacters

= "",

BHS.3_BatchSendingApplication

= "",

BHS.4_BatchSendingFacility

= "",

BHS.5_BatchReceivingApplication

= "",

BHS.6_BatchReceivingFacility

= "",

BHS.7_BatchCreationDateTime

= "",

BHS.8_BatchSecurity

= "",

BHS.9_BatchNameIDType

= "",

BHS.10_BatchComment

= "",

BHS.11_BatchControlID

= "",

BHS.12_ReferenceBatchControlID

= ""

.version

= c("2.3.1", "2.4"),

.trim

= TRUE

Value

character vector