InputData Property

The raw HL7 data to send.

Syntax

ANSI (Cross Platform)
int GetInputData(int iConnectionId, char* &lpInputData, int &lenInputData);
int SetInputData(int iConnectionId, const char* lpInputData, int lenInputData); Unicode (Windows) INT GetInputData(INT iConnectionId, LPSTR &lpInputData, INT &lenInputData);
INT SetInputData(INT iConnectionId, LPCSTR lpInputData, INT lenInputData);
- (NSString*)inputData:(int)connectionId;
- (void)setInputData:(int)connectionId:(NSString*)newInputData;

- (NSData*)inputDataB:(int)connectionId; - (void)setInputDataB:(int)connectionId:(NSData*)newInputData;
#define PID_MLLPSERVER_INPUTDATA 4

IPWORKSEDI_EXTERNAL void* IPWORKSEDI_CALL IPWorksEDI_MLLPServer_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_MLLPServer_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);
IPWORKSEDI_EXTERNAL int IPWORKSEDI_CALL IPWorksEDI_MLLPServer_CheckIndex(void *lpObj, int propid, int arridx);

Default Value

""

Remarks

The raw HL7 data to send.

This property is used to specify the HL7 data to send when the Send method is called.

Note that the class checks the following places for input data, in order, when Send is called. Input data is sent from the first place it is found:

  • The contents of a file whose path has been set to the connection's InputFilename property.
  • The data set to the connection's InputData property.

The ConnectionId parameter specifies the index of the item in the array. The size of the array is controlled by the ConnectionCount property.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks EDI 2020 C++ Edition - Version 20.0 [Build 8203]