Segment FHS - File Header Segment
FHS.Rd
Convert input to a FHS segment for HL7 2.3.1 or 2.4. Outputs a character vector of length 1 with input values pipe delimited.
Usage
FHS(
FHS.1_FileFieldSeparator = "|",
FHS.2_FileEncodingCharacters = "",
FHS.3_FileSendingApplication = "",
FHS.4_FileSendingFacility = "",
FHS.5_FileReceivingApplication = "",
FHS.6_FileReceivingFacility = "",
FHS.7_FileCreationDateTime = "",
FHS.8_FileSecurity = "",
FHS.9_FileNameID = "",
FHS.10_FileHeaderComment = "",
FHS.11_FileControlID = "",
FHS.12_ReferenceFileControlID = "",
.version = c("2.3.1", "2.4"),
.trim = TRUE
)
Arguments
- FHS.1_FileFieldSeparator
= "|",
- FHS.2_FileEncodingCharacters
= "",
- FHS.3_FileSendingApplication
= "",
- FHS.4_FileSendingFacility
= "",
- FHS.5_FileReceivingApplication
= "",
- FHS.6_FileReceivingFacility
= "",
- FHS.7_FileCreationDateTime
= "",
- FHS.8_FileSecurity
= "",
- FHS.9_FileNameID
= "",
- FHS.10_FileHeaderComment
= "",
- FHS.11_FileControlID
= "",
- FHS.12_ReferenceFileControlID
= "",
- .version
= c("2.3.1", "2.4"),
- .trim
= TRUE