Uses of Class
org.dellroad.hl7.HL7Field
-
Packages that use HL7Field Package Description org.dellroad.hl7 This is the API documentation for the hl7lib Java library. -
-
Uses of HL7Field in org.dellroad.hl7
Fields in org.dellroad.hl7 declared as HL7Field Modifier and Type Field Description static HL7FieldHL7Field. EMPTYThe empty field.Fields in org.dellroad.hl7 with type parameters of type HL7Field Modifier and Type Field Description protected ArrayList<HL7Field>HL7Segment. fieldsMethods in org.dellroad.hl7 that return HL7Field Modifier and Type Method Description HL7FieldMSHSegment. getControlID()Returns control ID from MSH.10.HL7FieldHL7Message. getField(String name)Convenience method.HL7FieldHL7Message. getField(String name, int segnum)Find a field by HL7 name.HL7FieldHL7Segment. getField(int index)Get a field by "HL7 index".HL7Field[]HL7Segment. getFields()Get all of the fields, starting with the segment name.HL7FieldMSHSegment. getMessageType()Returns message type from MSH.9.HL7FieldMSHSegment. getProcessingID()Returns processing ID from MSH.11.HL7FieldMSHSegment. getReceivingApplication()Returns receiving application from MSH.5.HL7FieldMSHSegment. getReceivingFacility()Returns receiving facility from MSH.6.HL7FieldMSHSegment. getSendingApplication()Returns sending application from MSH.3.HL7FieldMSHSegment. getSendingFacility()Returns sending facility from MSH.4.HL7FieldMSHSegment. getTimestamp()Returns message timestamp from MSH.7.HL7FieldMSHSegment. getVersionID()Returns HL7 version from MSH.12.Methods in org.dellroad.hl7 with parameters of type HL7Field Modifier and Type Method Description voidHL7Segment. appendField(HL7Field field)Add a field to the end of this segment.voidMSHSegment. setControlID(HL7Field field)voidHL7Segment. setField(int index, HL7Field field)Set a field in this segment.voidMSHSegment. setField(int index, HL7Field field)This subclass version disallows setting MSH.1 or MSH.2 directly.voidMSHSegment. setMessageType(HL7Field field)voidMSHSegment. setProcessingID(HL7Field field)voidMSHSegment. setReceivingApplication(HL7Field field)voidMSHSegment. setReceivingFacility(HL7Field field)voidMSHSegment. setSendingApplication(HL7Field field)voidMSHSegment. setSendingFacility(HL7Field field)voidMSHSegment. setTimestamp(HL7Field field)voidMSHSegment. setVersionID(HL7Field field)Constructors in org.dellroad.hl7 with parameters of type HL7Field Constructor Description HL7Field(HL7Field field)Copy constructor.HL7Segment(String name, HL7Field[] fields)Constructor taking segment name and explicit fields.
-