Class ERRSegment
java.lang.Object
org.aoju.bus.image.metric.internal.hl7.HL7Segment
org.aoju.bus.image.metric.internal.hl7.ERRSegment
- All Implemented Interfaces:
Serializable
- Since:
- Java 17+
- Author:
- Kimi Liu
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionERRSegment(char fieldSeparator, String encodingCharacters) ERRSegment(HL7Segment msh) -
Method Summary
Modifier and TypeMethodDescriptionsetApplicationErrorCode(String applicationErrorCode) setApplicationErrorParameter(String applicationErrorParameter) setDiagnosticInformation(String diagnosticInformation) setErrorLocation(String errorLocation) setHL7ErrorCode(String hl7ErrorCode) setSeverity(String severity) setUserMessage(String userMessage) Methods inherited from class org.aoju.bus.image.metric.internal.hl7.HL7Segment
concat, getComponentSeparator, getEncodingCharacters, getEscapeCharacter, getField, getFieldSeparator, getMessageControlID, getMessageType, getReceivingApplicationWithFacility, getRepetitionSeparator, getSendingApplicationWithFacility, getSubcomponentSeparator, makeMSH, makeMSH, nextMessageControlID, parseMSH, parseMSH, setField, setReceivingApplicationWithFacility, setSendingApplicationWithFacility, size, split, timeStamp, toString
-
Constructor Details
-
ERRSegment
-
ERRSegment
public ERRSegment() -
ERRSegment
-
-
Method Details
-
setErrorLocation
-
setHL7ErrorCode
-
setSeverity
-
setApplicationErrorCode
-
setApplicationErrorParameter
-
setDiagnosticInformation
-
setUserMessage
-