- IAM - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IAM - Patient Adverse Reaction Information Segment - Unique Identifier
- IAM() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IAM
-
Constructs the IAM segment.
- IAR - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IAR - Allergy Reaction Segment.
- IAR() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IAR
-
Constructs the IAR segment.
- IAttributeItem - Interface in cdac.medinfo.sdk.hl7282.utils
-
IAttributeItem needs to be implemented by class which defines structure of HL7 defined attributes for a Segment.
- IBatch - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The implementor of this interface should provide Parse, Validate and Serialize method.
This interface should be implemented by classes whose instances should be processed as Batch or Batch file.
- IBatchProcessor - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IBatchProcessor interface should be implemented by any class
whose instances are intended to process Batches.
- IBatchReceiver - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
This interface will be registered to Receiving end.
- IBufferReceiver - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IBufferReceiver interface should be implemented by any class
whose instances are intended to get notified when Data is received from remote end.
- IBufferSender - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IBufferSender interface should be implemented by any class
whose instances are intended to send Data to remote end.
- ICanceledQueryReceiver - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
This interface will be registered to Server.
- ICanceledResponseReceiver - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
This interface will be registered to Client.
- ICD - Class in cdac.medinfo.sdk.hl7282.baselibs
-
ICD - Insurance Certification Definition
- ICD() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Default Constructor for ICD
- ICD(int, int, String, int) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Constructor for ICD class which takes four arguments and
sets the value in the respective member variable.
- ICD(int, int, String, int, int) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Constructor for ICD class which takes five arguments and
sets the value in the respective member variable.
- ICD(int, IDataTypeMap) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Constructor for ICD class which takes four arguments and
sets the value in the respective member variable.
- ICD(int, int, int, String, IDataTypeMap) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Constructor for ICD class which takes five arguments and
sets the value in the respective member variable.
- ICD(int, int, int, String, int, IDataTypeMap) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ICD
-
Constructor for ICD class which takes six arguments and
sets the value in the respective member variable.
- IClientInteractiveContinuation - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The Interactive Continuation Protocol defines the methodology for the
intentional transmission of a large query-response payload over
multiple HL7 messages.Without this protocol, the response would be returned
in a single large logical message.
- IClientQueryCancellation - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
IClientQueryCancellation is the interface for Sending Queries and Receiving responses.
- IClientStatusListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
The listener interface for receiving IClientStatus events.
- ICollectionIterable<T> - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Provides a contract of iterability that the implementer class
is bound to follow.
- ICollectionIterator<T> - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Provides the contract that the implementer collection should follow.
- IComponentItem - Interface in cdac.medinfo.sdk.hl7282.utils
-
IComponentItem needs to be implemented by class which defines structure of HL7 defined Components for a DataType.
- IConnectionListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The implementor of this interface will Listen for the connection Status whether connection with the remote entity is alive or not.
- ID - Class in cdac.medinfo.sdk.hl7282.baselibs
-
ID - coded value for HL7 defined tables
- ID() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ID
-
Constructor for ID class.
- ID(int, int, String) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ID
-
Constructor for ID class which takes three arguments and
sets the value in the respective member variable.
- ID(int, int, String, int) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.ID
-
Constructor for ID class which takes four arguments and
sets the value in the respective member variable.
- IDataNotificationListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
IDataNotificationListener is the listener interface for receiving Messages.
- IDataProcessor - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IDataProcessor interface should be implemented by any class
whose instances are intended to receive Data from remote end.
- IDataType - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
IDataType interface corresponds to needs to be implemented by all classes which implements functioning of
HL7 Data Type.
- IDataTypeKey - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Defines the methods which must be implemented by class
implementing behavior of key for DataType name.
- IDataTypeMap - Interface in cdac.medinfo.sdk.hl7282.utils
-
DataTypeMap represents structure of a DataType as per defined in HL7 standard.
- IDataTypeMapReader - Interface in cdac.medinfo.sdk.hl7282.utils
-
IDataTypeMapReader needs to be implemented by class which provides functionality for the DataTypeMapReader.
- IDelimiter - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Defines all the methods for Delimiters.
- IExceptionListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
IAsyncReceiver is the receiver interface for receiving Deferred Responses.
- IExceptionReceiver - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
Thrown when Exception is raise.
- IFragmentProcessor - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IFragmentProcessor interface should be implemented by any class
whose instances are intended to perform the fragmentation and defragmentation for HL7 messages.
- IGroup - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
This is Parent Interface of Group in Model layer.
- IHL7Batch - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IHL7Batch interface should be implemented by HL7 Batch class.
- IHL7BatchFile - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IHL7BatchFile interface should be implemented by HL7 Batch file class.
- IHL7Stream - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Declares all the methods Used for the HL7 stream.
- IIM - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IIM - Inventory Item Master Segment
- IIM() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IIM
-
Constructs the IIM segment.
- IInteractiveQueryReciever - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
This interface will be implemented by class which
wants capability of receiving interactive query.
- IInteractiveResponseReciever - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
This interface will be registered to Receiving end.
- ILT - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
ILT - Material Lot Segment
- ILT() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.ILT
-
Constructs the ILT segment.
- IMap - Interface in cdac.medinfo.sdk.hl7282.utils
-
IMessageMap needs to be implemented by class which provides Structure for a HL7 Message.
- IMessageFactory - Interface in cdac.medinfo.sdk.hl7282.baselibs.messages
-
MessageFactory interface implemented by Model Factory class.
- IMessageMapReader - Interface in cdac.medinfo.sdk.hl7282.utils
-
This interface needs to be implemented by all classes which implements the necessary functionality for the MessageDicionaryReader.
- IMessageRecepient - Interface in cdac.medinfo.sdk.hl7282.baselibs.messages
-
IMessageRecepient provides methods to parse message from Given HL7stream object.It supports check for Query messages.
- IMessageSource - Interface in cdac.medinfo.sdk.hl7282.baselibs.messages
-
IMessageSource provides methods to parse message from Given HL7stream object.
- IMLLP - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The IMLLP interface should be implemented by any class
whose instances are intended to process HL7 Message with Minimum Lower Layer Protocol.
- IMultiValuedPairedCollection<T1,T2> - Interface in cdac.medinfo.sdk.hl7282.utils
-
This interface is a parameterized interface which specifies the contract
for the MultiValuedPairedCollection.
- IN1 - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IN1 - Insurance Segment
- IN1() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IN1
-
Constructs the IN1 segment.
- IN2 - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IN2 - Insurance Additional Information Segment.
- IN2() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IN2
-
Constructs the IN2 segment.
- IN3 - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IN3 - Insurance Additional Information, Certification Segment.
- IN3() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IN3
-
Constructs the IN3 segment.
- INetworkAgent - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The INetworkAgent interface should be implemented by any class whose instances are intended to read and write purpose.
- initComm() - Method in class cdac.medinfo.sdk.hl7282.hl7net.upperlayer.ClientSession
-
Initializes the communication and registers with all Agents and Listeners.
- InitiatingSequenceAgent - Class in cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.sequence
-
This class keeps the records and provides the necessary Sequence Number to the Messages.
- INR_U06 - Class in cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation
-
INR_U06 - Automated Equipment Inventory Request (Event U06).
- INU_U05 - Class in cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation
-
INU_U05 - Automated Equipment Inventory Update (Event U05).
- INV - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
INV - Inventory Detail Segment.
- INV() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.INV
-
Constructs the INV segment.
- InvalidComponentTypeException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Component Type is not Valid.
- InvalidComponentTypeException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidComponentTypeException
-
Constructs a new Invalid Component Type exception with the specified detail message and cause.
- InvalidComponentTypeException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidComponentTypeException
-
Constructs a new Invalid Component Type exception with the specified detail message.
- InvalidComponentTypeException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidComponentTypeException
-
Constructs a new Invalid Component Type exception with the specified cause.
- InvalidComponentTypeException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidComponentTypeException
-
Constructs a new Invalid Component Type Exception.
- InvalidDataTypeException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown to indicate that Data Type is satisfying validation criteria.
- InvalidDataTypeException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDataTypeException
-
Constructs a new Invalid Data Type exception with the specified detail message.
- InvalidDataTypeException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDataTypeException
-
Constructs a new Invalid Data Type exception with the specified detail message and cause.
- InvalidDataTypeException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDataTypeException
-
Constructs a new Invalid Data Type exception with the specified cause.
- InvalidDataTypeException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDataTypeException
-
Constructs a new Invalid Data Type exception.
- InvalidDelimiterException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Delimiter populated is Invalid character.
- InvalidDelimiterException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDelimiterException
-
Constructs a new Invalid Delimiter Exception with the specified detail message and cause.
- InvalidDelimiterException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDelimiterException
-
Constructs a new Invalid Delimiter Exception with the specified detail message.
- InvalidDelimiterException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDelimiterException
-
Constructs a new Invalid Delimiter Exception with the specified cause.
- InvalidDictionaryException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Invalid Dictionary Exception raised when XML parsing fails.
- InvalidDictionaryException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDictionaryException
-
Initializes a new object of InvalidDictionaryException .
- InvalidDictionaryException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDictionaryException
-
Initializes a new object of InvalidDictionaryException with the specified detail message.
- InvalidDictionaryException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDictionaryException
-
Initializes a new object of InvalidDictionaryException with the specified detail message and cause.
- InvalidDictionaryException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidDictionaryException
-
This constructor is useful for exceptions that are little more than wrappers for other throwables
- InvalidFieldException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Field Validation Fails.
- InvalidFieldException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidFieldException
-
Constructs the Invalid Field Exception with the specified detail message and cause.
- InvalidFieldException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidFieldException
-
Constructs the Invalid Field Exception with the specified detail message.
- InvalidFieldException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidFieldException
-
Constructs the Invalid Field Exception with the specified cause.
- InvalidFieldException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidFieldException
-
Constructs a new Invalid Field Exception.
- InvalidLengthException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Datatype length exceeds than Max Length specified.
- InvalidLengthException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidLengthException
-
Constructs a new Invalid Length Exception with the specified detail message and cause.
- InvalidLengthException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidLengthException
-
Constructs a new Invalid Length Exception with the specified detail message.
- InvalidLengthException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidLengthException
-
Constructs a new Invalid Length Exception with the specified cause.
- InvalidLengthException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidLengthException
-
Constructs a new Invalid Length Exception.
- InvalidMessageDictionaryException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Invalid Dictionary Exception raised when XML parsing fails.
- InvalidMessageDictionaryException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageDictionaryException
-
Initializes a new object of InvalidMessageDictionaryException .
- InvalidMessageDictionaryException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageDictionaryException
-
Initialized a new object of InvalidMessageDictionaryException with the specified detail message.
- InvalidMessageDictionaryException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageDictionaryException
-
Initialized a new object of InvalidMessageDictionaryException with the specified detail message and cause
- InvalidMessageDictionaryException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageDictionaryException
-
This constructor is useful for exceptions that are little more than wrappers for other throwables
- InvalidMessageException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown When Message Populated is Invalid.
- InvalidMessageException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageException
-
Constructs a new Invalid Message Exception with the specified detail message and cause
- InvalidMessageException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageException
-
Constructs a new Invalid Message Exception with the specified detail message.
- InvalidMessageException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageException
-
Constructs a new Invalid Message Exception with the specified cause.
- InvalidMessageException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidMessageException
-
Constructs a new Invalid Message Exception
- InvalidSegmentException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Segment Validation Fails.
- InvalidSegmentException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentException
-
Constructs the Invalid Segment Exception with the specified detail message and cause.
- InvalidSegmentException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentException
-
Constructs the Invalid Segment Exception with the specified detail message.
- InvalidSegmentException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentException
-
Constructs the Invalid Segment Exception with the specified cause.
- InvalidSegmentException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentException
-
Constructs a new Invalid Segment Exception
- InvalidSegmentSetException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when Segment Validation Fails.
- InvalidSegmentSetException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentSetException
-
Constructs the Invalid Segment Exception with the specified detail message and cause.
- InvalidSegmentSetException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentSetException
-
Constructs the Invalid Segment Exception with the specified detail message.
- InvalidSegmentSetException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentSetException
-
Constructs the Invalid Segment Exception with the specified cause.
- InvalidSegmentSetException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSegmentSetException
-
Constructs a new Invalid Segment Exception
- InvalidSequenceException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Throws when Sequence Number is Invalid.
- InvalidSequenceException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSequenceException
-
Constructs a new Invalid Sequence Exception with the specified detail message and cause
- InvalidSequenceException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSequenceException
-
Constructs a new Invalid Sequence Exception with the specified detail message.
- InvalidSequenceException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSequenceException
-
Constructs a new Invalid Sequence Exception with the specified cause.
- InvalidSequenceException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidSequenceException
-
Constructs a new Invalid Sequence Exception
- InvalidTransactionException - Exception in cdac.medinfo.sdk.hl7282.hl7net.commons
-
This InvalidTransactionException will raised in case of any invalid transaction is performed.
- InvalidTransactionException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.hl7net.commons.InvalidTransactionException
-
Constructs a new Batch Exception with the specified detail message and cause
- InvalidTransactionException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.hl7net.commons.InvalidTransactionException
-
Constructs a new Batch Exception with the specified detail message.
- InvalidTransactionException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.hl7net.commons.InvalidTransactionException
-
Constructs a new Batch Exception with the specified cause.
- InvalidValueException - Exception in cdac.medinfo.sdk.hl7282.exceptions
-
Thrown when populated Value is not Valid.
- InvalidValueException(String, Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidValueException
-
Constructs a new Invalid Value Exception with the specified detail message and cause
- InvalidValueException(String) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidValueException
-
Constructs a new Invalid Value Exception with the specified detail message.
- InvalidValueException(Throwable) - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidValueException
-
Constructs a new Invalid Value Exception with the specified cause.
- InvalidValueException() - Constructor for exception cdac.medinfo.sdk.hl7282.exceptions.InvalidValueException
-
Constructs a new Invalid Value Exception
- IPairedCollection<T1,T2> - Interface in cdac.medinfo.sdk.hl7282.utils
-
This interface is a parameterized interface which specifies the contract
for the PairedCollection.
- IPC - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IPC - Imaging Procedure Control Segment.
- IPC() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IPC
-
Constructs the IPC segment.
- IPR - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IPR - Invoice Processing Results Segment
The Invoice Processing Results (IPR) segment provides summary information about an adjudicated Product/Service Group or Product/Service Line Item
- IPR() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IPR
-
Constructs the IPR segment.
- IProcessHandler - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
IProcessHandler provides user with methods like OnMessageReceive,OnConnect
these methods should be implemented by user to perform required Operations on received messages.
- IPublishAgent - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
IPublishAgent should be implemented by any class who publish unsolicited update message
to interested listener using Query Parameter Definition(QPD) User Parameters (in successive fields)
- IReadBufferListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
IReadBufferListener is implemented by the classes that wish to have
capability of breaking Stream into packets.
- IS - Class in cdac.medinfo.sdk.hl7282.baselibs
-
IS - coded value for user-defined tables
- IS() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.IS
-
Constructor for IS class.
- IS(int, int, String) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.IS
-
Constructor for IS class which takes three argument and
sets the value in the respective member variable.
- IS(int, int, String, int) - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.IS
-
Constructor for IS class which takes four arguments and
sets the value in the respective member variable.
- isBatchExpected() - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler.MessageData
-
Checks whether incoiming entity is batch or not.
- isBatchRSPExpected() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Checks whether expected response for query is batch or single response.
- isCanceledQuery() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Returns the status for query whether it is Canceled or not.
- isCanceledResponse() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Returns the status for Response whether it is Canceled or not.
- isClientConnected(InetSocketAddress) - Method in class cdac.medinfo.sdk.hl7282.hl7net.upperlayer.Controller
-
Shows current status of client,whether it is active or not, for given Inet Socket Address
- isClientConnected(InetSocketAddress) - Method in class cdac.medinfo.sdk.hl7282.hl7net.upperlayer.ServerSession
-
Shows current status of client,whether it is active or not, for given Inet Socket Address
- isConnectionAccepted() - Method in class cdac.medinfo.sdk.hl7282.hl7net.upperlayer.ClientSession
-
Checks if is connection accepted.
- ISD - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
ISD - Interaction Status Detail Segment
- ISD() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.ISD
-
Constructs the ISD segment.
- isDeferred() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Checks whether Query Priority is Deferred or Immediate
- isDeferred() - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.batch.HL7Batch
-
Checks whether Query Priority is Deferred or Immediate
- isDeferred(Message) - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler.TransactionHandler
-
Checks whether Query Priority is Deferred or Immediate.
- isDeferred() - Method in interface cdac.medinfo.sdk.hl7282.hl7net.commons.IHL7Batch
-
Checks the Response Batch for Deferred.
- isDeferredByQueryIdentifier(String) - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler.TransactionHandler
-
Retrieves priority of query for QueryIdentifier.if Query identifier is not present returns false.
- ISegment - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
This is Parent Interface of segment in model layer.
- ISegmentItem - Interface in cdac.medinfo.sdk.hl7282.utils
-
This interface needs to be implemented by all classes which implements the necessary functionality for the SegmentItem.
- ISegmentKey - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Defines the methods which must be implemented by class
implementing behavior of key for segments name.
- ISegmentMap - Interface in cdac.medinfo.sdk.hl7282.utils
-
ISegmentMap needs to be implemented by class which provides Data Structure for a segment structure.
- ISegmentMapReader - Interface in cdac.medinfo.sdk.hl7282.utils
-
ISegmentMapReader needs to be implemented by class which provides functionality for the SegmentMapReader.
- ISegmentSet - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Defines all the methods for SegmentSet.
- ISequenceAgent - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The ISequenceAgent interface should be implemented by any class
whose instances are intended to process HL7 Messages with Sequence Number Protocol.
- IServerInteractiveContinuation - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The Interactive Continuation Protocol defines the methodology for the
intentional transmission of a large query-response payload over
multiple HL7 messages.Without this protocol, the response would be returned
in a single large logical message.
- IServerQueryCancellation - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
IServerQueryCancellation is the interface for Sending Responses and Receiving Queries.
- isEventSupported(EnumTriggerEvent) - Method in interface cdac.medinfo.sdk.hl7282.baselibs.messages.IMessageFactory
-
Checks whether Trigger Event specified in Enumeration is Supported.
- isFirstLevelMember(ISegmentKey) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messagedictionary.Map
-
Verifies whether Segment or Group is present at the first level of HL7 message structure or not.
- isFirstLevelMember(ISegmentKey) - Method in interface cdac.medinfo.sdk.hl7282.utils.IMap
-
Verifies whether Segment or Group is present at the first level of HL7 message structure or not.
- isGroup() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messagedictionary.SegmentItem
-
Defines whether it is a segment or a group
- isGroup() - Method in interface cdac.medinfo.sdk.hl7282.utils.ISegmentItem
-
Defines whether it is a segment or a group
- ISingleCollection<T> - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Provides the user with an abstract interface towards collections
holding series of objects.
- isInteractiveQuery() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Returns the status for query whether it is interactive or not.
- isInteractiveResponse() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.AbstractQuery
-
Returns the status for Response whether it is interactive or not.
- isLoggingOn() - Method in class cdac.medinfo.sdk.hl7282.utils.HL7Config
-
Retrieves whether logging mode is on.
- isMember(ISegmentKey) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messagedictionary.Map
-
Verifies whether Segment or Group is member of HL7 Message or not according to Message Structure.
- isMember(ISegmentKey) - Method in interface cdac.medinfo.sdk.hl7282.utils.IMap
-
Verifies whether Segment or Group is member of HL7 Message or not according to Message Structure.
- isMessageControllerIDPresent(String) - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler.TransactionHandler
-
Check for Presence MessageControllerID.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in interface cdac.medinfo.sdk.hl7282.baselibs.messages.IMessageRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in interface cdac.medinfo.sdk.hl7282.baselibs.messages.IMessageSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.applicationmanagement.AppMgtRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.applicationmanagement.AppMgtSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.ClaimsAndReimbursementRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.ClaimsAndReimbursementSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation.ClinicalLabAutoRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.clinicallaboratoryautomation.ClinicalLabAutoSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.financialmanagement.FinancialRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.financialmanagement.FinancialSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.masterfiles.MasterFileRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.masterfiles.MasterFileSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.materialsmanagement.MaterialsMgtRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.materialsmanagement.MaterialsMgtSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.medicalrecords.MediRecRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.medicalrecords.MediRecSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.observationreporting.ObsvRepRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.observationreporting.ObsvRepSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.OrderEntryRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.OrderEntrySource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.ADTRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.ADTSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientcare.PatientCareRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientcare.PatientCareSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral.PatientRefRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientreferral.PatientRefSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement.PersonalMgmtRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement.PersonalMgmtSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QryRecepient
-
Checks whether underlying Message Recipient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QrySource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.scheduling.SchedulingRecepient
-
Checks whether underlying Message Recepient supports extension of message for provided message code and trigger event.
- isMessageExtensionSupported(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.scheduling.SchedulingSource
-
Checks whether underlying Message Source supports extension of message for provided message code and trigger event.
- isMessageSendSupported(Message) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.MessageFactory
-
Checks whether the message is supported for sending using available sources.
- isMsgLocallyRegistered(String, String) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.LocalExtensionAgent
-
Checks whether message with provided code and trigger event is registered as locally extended message.
- isOptional() - Method in class cdac.medinfo.sdk.hl7282.baselibs.datatypefactory.ComponentItem
-
Shows optionality status for Component defined by HL7 standard in segment
- isOptional(int) - Method in class cdac.medinfo.sdk.hl7282.baselibs.datatypefactory.DataTypeMap
-
Retrieves the status indicating whether the specified Item ID is optional or not.
- isOptional() - Method in class cdac.medinfo.sdk.hl7282.baselibs.segmentfactory.AttributeItem
-
Shows optionality status for attribute defined by HL7 standard in segment.
- isOptional(int) - Method in class cdac.medinfo.sdk.hl7282.baselibs.segmentfactory.SegmentMap
-
Retrieves the status indicating whether the specified Item ID is optional or not.
- isOptional() - Method in interface cdac.medinfo.sdk.hl7282.utils.IAttributeItem
-
Shows optionality status for attribute defined by HL7 standard in segment
- isOptional() - Method in interface cdac.medinfo.sdk.hl7282.utils.IComponentItem
-
Shows optionality status for Component defined by HL7 standard in segment
- isOptional(int) - Method in interface cdac.medinfo.sdk.hl7282.utils.IDataTypeMap
-
Retrieves the status indicating whether the specified Item ID is optional or not.
- isOptional(int) - Method in interface cdac.medinfo.sdk.hl7282.utils.ISegmentMap
-
Retrieves the status indicating whether the specified Item ID is optional or not.
- isPrimitive() - Method in class cdac.medinfo.sdk.hl7282.baselibs.CompositeDataType
-
This method returns the state for Data Type whether it
is primitive Data Type or composite DataType.
- isPrimitive() - Method in class cdac.medinfo.sdk.hl7282.baselibs.PrimitiveDataType
-
This method returns the state for Data Type whether it
is primitive Data Type or composite DataType.
- isPrimitive() - Method in interface cdac.medinfo.sdk.hl7282.commoninterface.IDataType
-
Returns the state for Data Type whether it
is primitive Data Type or composite DataType.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.Message
-
Verifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.QBP_E03
-
Verifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.QBP_E22
-
Verifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.QBP_Q31
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.QBP_Q33
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.QBP_Q34
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.QBP_Z73
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.QRY_Q26_Common
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.QBP_Q21_Common
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Q11
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Q13
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Q15
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z75
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z77
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z79
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z81
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z85
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z87
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z89
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z91
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z93
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z95
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z97
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QBP_Z99
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QCN_J01_Common
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QSB_Q16_Common
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.QVR_Q17
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_K11
-
Veifies whether message is Query.
- isQuery() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.UDM_Q05
-
Veifies whether message is Query.
- isQueryIdentifierPresent(String) - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.transactionhandler.TransactionHandler
-
Check for Presence QueryIdentifier.
- isReceiveSupportedByRecepient(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.MessageFactory
-
Verifies whether given message code and trigger event is supported by recipients for receiving.
- isReceiveSupportedBySource(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.MessageFactory
-
Verifies whether given message code and trigger event is supported by sources for receiving.
- isRepeatable() - Method in class cdac.medinfo.sdk.hl7282.baselibs.segmentfactory.AttributeItem
-
Shows repeatability status for attribute defined by HL7 standard in segment.
- isRepeatable(int) - Method in class cdac.medinfo.sdk.hl7282.baselibs.segmentfactory.SegmentMap
-
Retrieves the status indicating whether the specified Item ID is repeatable or not.
- isRepeatable() - Method in interface cdac.medinfo.sdk.hl7282.utils.IAttributeItem
-
Shows repeatability status for attribute defined by HL7 standard in segment
- isRepeatable(int) - Method in interface cdac.medinfo.sdk.hl7282.utils.ISegmentMap
-
Retrieves the status indicating whether the specified Item ID is repeatable or not.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.Message
-
Verifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.RSP_E03
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.claimsandreimbursement.RSP_E22
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.OPR_O38
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORI_O24
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORL_O22
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORL_O34
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORL_O36
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORL_O40
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.ORX_O43
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.OSU_O41
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.orderentry.RSP_K31
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.RSP_K21_Common
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.RSP_K22
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.RSP_K23_Common
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.patientadministration.RSP_K32
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.personnelmanagement.RSP_K25
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RDY_K15_Common
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RDY_Z80
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_Z82
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_Z84
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_Z86
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_Z88
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RSP_Z90
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.query.RTB_K13_Common
-
Veifies whether message is Response.
- isResponse() - Method in class cdac.medinfo.sdk.hl7282.hl7model.messages.scheduling.SRR_S01_Common
-
Veifies whether message is Response.
- isResponseBatch() - Method in class cdac.medinfo.sdk.hl7282.hl7net.auxiliaryprotocol.batch.HL7Batch
-
Checks if is response batch.
- isResponseBatch() - Method in interface cdac.medinfo.sdk.hl7282.hl7net.commons.IHL7Batch
-
Checks if is response batch.
- isSegmentLocallyRegistered(String) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.LocalExtensionAgent
-
Checks whether segment is registered as locally extended segment.
- isSendSupportedByRecepient(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.MessageFactory
-
Verifies whether given message code and trigger event is supported by recipients for sending.
- isSendSupportedBySource(EnumMessageCode, EnumTriggerEvent) - Method in class cdac.medinfo.sdk.hl7282.baselibs.messages.MessageFactory
-
Verifies whether given message code and trigger event is supported by sources for sending.
- ISubscriptionListener - Interface in cdac.medinfo.sdk.hl7282.hl7net.upperlayer
-
ISubscriptionListener needs to be implemented and registered with ServerSession in
order to receive subscription messages sent by client/subscriber/listener.
- isValuePresent(int, String) - Method in class cdac.medinfo.sdk.hl7282.baselibs.ValueTables
-
The method is used to find if the value is present in the table or not.
- iterator() - Method in class cdac.medinfo.sdk.hl7282.baselibs.segments.SegmentSet
-
Provides iterator over the collection of Segments
- iterator() - Method in interface cdac.medinfo.sdk.hl7282.commoninterface.ICollectionIterable
-
- iterator() - Method in interface cdac.medinfo.sdk.hl7282.commoninterface.ISegmentSet
-
Retrieves a iterator to iterate through Segment List.
- iterator() - Method in class cdac.medinfo.sdk.hl7282.utils.MultiValuedPairedCollection
-
Returns an iterator over the internal collection.
- iterator() - Method in class cdac.medinfo.sdk.hl7282.utils.PairedCollection
-
Returns an iterator over the internal collection
- iterator() - Method in class cdac.medinfo.sdk.hl7282.utils.SingleCollection
-
Returns an iterator over the internal collection.
- ITM - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
ITM - Material Item Segment
- ITM() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.ITM
-
Constructs the ITM segment.
- ITransactionHandler - Interface in cdac.medinfo.sdk.hl7282.hl7net.commons
-
The implementor of this interface should provide all methods in it
This interface should be implemented by classes for verification of message,batch
and batch file while receiving and sending.
- IUnrecognizedDataSet - Interface in cdac.medinfo.sdk.hl7282.commoninterface
-
Contains methods used in UnknownResource class
for unknown data that will be encountered during Parsing of HL7 file.
- IVC - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IVC - Invoice Segment
- IVC() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IVC
-
Constructs the IVC segment.
- IVT - Class in cdac.medinfo.sdk.hl7282.baselibs.segments
-
IVT - Material Location Segment
- IVT() - Constructor for class cdac.medinfo.sdk.hl7282.baselibs.segments.IVT
-
Constructs the IVT segment.