public class HL7InError extends HL7QueueItem
HL7InQueue,
HL7Service,
Serialized Form| 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 |
|---|---|
String |
getError() |
String |
getErrorDetails() |
Integer |
getHL7InErrorId() |
Integer |
getId() |
void |
setError(String error) |
void |
setErrorDetails(String errorDetails) |
void |
setHL7InErrorId(Integer hl7InErrorId) |
void |
setId(Integer id) |
getDateCreated, getHL7Data, getHL7Source, getHL7SourceKey, setDateCreated, setHL7Data, setHL7Source, setHL7SourceKeypublic HL7InError()
public HL7InError(HL7InQueue hl7InQueue)
public Integer getHL7InErrorId()
public void setHL7InErrorId(Integer hl7InErrorId)
hl7InErrorId - The hl7InExceptionId 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 Integer getId()
OpenmrsObject.getId()public void setId(Integer id)
id - - The unique Identifier for the objectOpenmrsObject.setId(java.lang.Integer)Copyright © 2024 OpenMRS Inc.. All rights reserved.