Documentation
¶
Index ¶
- type BatchSplitter
- type BinaryParser
- type CSVParser
- type FHIRBundleSplitter
- type HL7BatchSplitter
- type HL7Field
- type HL7v2Message
- type HL7v2Parser
- type HL7v2Segment
- type JSONParser
- type NewlineSplitter
- type Parser
- type RawParser
- type X12Parser
- type X12Segment
- type XMLNode
- type XMLParser
- type XMLRootSplitter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchSplitter ¶
func NewBatchSplitter ¶
func NewBatchSplitter(splitOn string) (BatchSplitter, error)
type BinaryParser ¶
type BinaryParser struct{}
func (*BinaryParser) ContentType ¶
func (b *BinaryParser) ContentType() string
type FHIRBundleSplitter ¶
type FHIRBundleSplitter struct{}
type HL7BatchSplitter ¶
type HL7BatchSplitter struct{}
type HL7v2Message ¶
type HL7v2Message struct {
Segments []HL7v2Segment `json:"segments"`
Raw string `json:"raw"`
}
type HL7v2Parser ¶
type HL7v2Parser struct{}
func (*HL7v2Parser) ContentType ¶
func (h *HL7v2Parser) ContentType() string
type HL7v2Segment ¶
type JSONParser ¶
type JSONParser struct{}
func (*JSONParser) ContentType ¶
func (j *JSONParser) ContentType() string
type NewlineSplitter ¶
type NewlineSplitter struct{}
type Parser ¶
type X12Segment ¶
type XMLRootSplitter ¶
type XMLRootSplitter struct{}
Click to show internal directories.
Click to hide internal directories.