public class HL7InError extends BaseOpenmrsObject
HL7InQueue
,
HL7Service
Constructor and Description |
---|
HL7InError()
Default constructor
|
HL7InError(HL7InQueue hl7InQueue)
Convenience constructor to help convert a queue item into an exception
|
Modifier and Type | Method and Description |
---|---|
Date |
getDateCreated() |
String |
getError() |
String |
getErrorDetails() |
String |
getHL7Data() |
Integer |
getHL7InErrorId() |
HL7Source |
getHL7Source() |
String |
getHL7SourceKey() |
Integer |
getId() |
void |
setDateCreated(Date dateCreated) |
void |
setError(String error) |
void |
setErrorDetails(String errorDetails) |
void |
setHL7Data(String hl7Data) |
void |
setHL7InErrorId(Integer hl7InErrorId) |
void |
setHL7Source(HL7Source hl7Source) |
void |
setHL7SourceKey(String hl7SourceKey) |
void |
setId(Integer id) |
getUuid, setUuid
public HL7InError()
public HL7InError(HL7InQueue hl7InQueue)
public Integer getHL7InErrorId()
public void setHL7InErrorId(Integer hl7InErrorId)
hl7InErrorId
- The hl7InExceptionId to set.public HL7Source getHL7Source()
public void setHL7Source(HL7Source hl7Source)
hl7Source
- The hl7Source to set.public String getHL7SourceKey()
public void setHL7SourceKey(String hl7SourceKey)
hl7SourceKey
- The hl7SourceKey to set.public String getHL7Data()
public void setHL7Data(String hl7Data)
hl7Data
- The hl7Data to set.public String getError()
public void setError(String error)
error
- The error to set.public String getErrorDetails()
public void setErrorDetails(String errorDetails)
errorDetails
- The errorDetails to set.public Date getDateCreated()
public void setDateCreated(Date dateCreated)
dateCreated
- The dateCreated to set.public Integer getId()
OpenmrsObject.getId()
public void setId(Integer id)
id
- - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.