org.openmrs.hl7
Class HL7InError

java.lang.Object
  extended by org.openmrs.BaseOpenmrsObject
      extended by org.openmrs.hl7.HL7InError
All Implemented Interfaces:
OpenmrsObject

public class HL7InError
extends BaseOpenmrsObject

Represents a error in processing an hl7 message.

See Also:
HL7InQueue, HL7Service

Constructor Summary
HL7InError()
          Default constructor
HL7InError(HL7InQueue hl7InQueue)
          Convenience constructor to help convert a queue item into an exception
 
Method Summary
 java.util.Date getDateCreated()
           
 java.lang.String getError()
           
 java.lang.String getErrorDetails()
           
 java.lang.String getHL7Data()
           
 java.lang.Integer getHL7InErrorId()
           
 HL7Source getHL7Source()
           
 java.lang.String getHL7SourceKey()
           
 java.lang.Integer getId()
           
 void setDateCreated(java.util.Date dateCreated)
           
 void setError(java.lang.String error)
           
 void setErrorDetails(java.lang.String errorDetails)
           
 void setHL7Data(java.lang.String hl7Data)
           
 void setHL7InErrorId(java.lang.Integer hl7InErrorId)
           
 void setHL7Source(HL7Source hl7Source)
           
 void setHL7SourceKey(java.lang.String hl7SourceKey)
           
 void setId(java.lang.Integer id)
           
 
Methods inherited from class org.openmrs.BaseOpenmrsObject
getUuid, setUuid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HL7InError

public HL7InError()
Default constructor


HL7InError

public HL7InError(HL7InQueue hl7InQueue)
Convenience constructor to help convert a queue item into an exception

Method Detail

getHL7InErrorId

public java.lang.Integer getHL7InErrorId()
Returns:
Returns the hl7InErrorId.

setHL7InErrorId

public void setHL7InErrorId(java.lang.Integer hl7InErrorId)
Parameters:
hl7InErrorId - The hl7InExceptionId to set.

getHL7Source

public HL7Source getHL7Source()
Returns:
Returns the hl7Source.

setHL7Source

public void setHL7Source(HL7Source hl7Source)
Parameters:
hl7Source - The hl7Source to set.

getHL7SourceKey

public java.lang.String getHL7SourceKey()
Returns:
Returns the hl7SourceKey.

setHL7SourceKey

public void setHL7SourceKey(java.lang.String hl7SourceKey)
Parameters:
hl7SourceKey - The hl7SourceKey to set.

getHL7Data

public java.lang.String getHL7Data()
Returns:
Returns the hl7Data.

setHL7Data

public void setHL7Data(java.lang.String hl7Data)
Parameters:
hl7Data - The hl7Data to set.

getError

public java.lang.String getError()
Returns:
Returns the error.

setError

public void setError(java.lang.String error)
Parameters:
error - The error to set.

getErrorDetails

public java.lang.String getErrorDetails()
Returns:
Returns the errorDetails.

setErrorDetails

public void setErrorDetails(java.lang.String errorDetails)
Parameters:
errorDetails - The errorDetails to set.

getDateCreated

public java.util.Date getDateCreated()
Returns:
Returns the dateCreated.

setDateCreated

public void setDateCreated(java.util.Date dateCreated)
Parameters:
dateCreated - The dateCreated to set.

getId

public java.lang.Integer getId()
Returns:
id - The unique Identifier for the object
Since:
1.5
See Also:
OpenmrsObject.getId()

setId

public void setId(java.lang.Integer id)
Parameters:
id - - The unique Identifier for the object
Since:
1.5
See Also:
OpenmrsObject.setId(java.lang.Integer)

OpenMRS-1.7.x

Generated Apr 27 2012 10:06 PM. NOTE - these libraries are in active development and subject to change