hl7parse
Public Attributes | List of all members
result_item_t Struct Reference

search result More...

#include <search.h>

Collaboration diagram for result_item_t:
Collaboration graph
[legend]

Public Attributes

char * file
 
int line_num
 
int pos
 
hl7_addr_taddr
 
char * str
 
int length
 

Detailed Description

search result

pos is the position in the line (SEARCH_SEGMENT/SEARCH_SUBSTRING) or position in the segment (SEARCH_NODE)

Member Data Documentation

◆ addr

hl7_addr_t* result_item_t::addr

optional, for segment based searches

◆ file

char* result_item_t::file

file name

◆ length

int result_item_t::length

length of the data buffer confusingly named str

◆ line_num

int result_item_t::line_num

result line number

◆ pos

int result_item_t::pos

position of result in segment or line

◆ str

char* result_item_t::str

field or result content


The documentation for this struct was generated from the following file: