[This is preliminary documentation and is subject to change.]
QRY Message class
| C# | Visual Basic | Visual C++ |
public class QryMessage : Hl7Message
Public Class QryMessage _ Inherits Hl7Message
public ref class QryMessage : public Hl7Message
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| QryMessage()()() |
Class constructor - QRY
| |
| QryMessage(String) |
Class constructor - QRY
| |
| AddSegment(Hl7Segment) |
Add segment to HL7 message
(Inherited from Hl7Message.) | |
| AddValue(Hl7SegmentEnum, Int32, String) |
Set the value at the indexed segment.
(Inherited from Hl7Message.) | |
| CopySegment(Hl7Segment) |
Copy segment to HL7 message
(Inherited from Hl7Message.) | |
| DateTimeOfMessage |
Property - Date/Time Of Message
(Inherited from Hl7Message.) | |
| DisplayAsString()()() |
Generate string representation to HL7 Message for display - include the end of
segment character and new line.
(Inherited from Hl7Message.) | |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| MessageControlId |
Property - Message Control Id
(Inherited from Hl7Message.) | |
| MessageSubType |
Property - Message Sub Type.
(Inherited from Hl7Message.) | |
| MessageType |
Property - Message Type
(Inherited from Hl7Message.) | |
| MSH |
Property - MSH Segment
(Inherited from Hl7Message.) | |
| ProcessingId |
Property - Processing Id
(Inherited from Hl7Message.) | |
| QRD |
Property - QRD Segment
| |
| ReceivingApplication |
Property - Receiving Application
(Inherited from Hl7Message.) | |
| ReceivingFacility |
Property - Receiving Facility
(Inherited from Hl7Message.) | |
| Segments |
Property - Segments
(Inherited from Hl7Message.) | |
| SendingApplication |
Property - Sending Application
(Inherited from Hl7Message.) | |
| SendingFacility |
Property - Sending Facility
(Inherited from Hl7Message.) | |
| ToString(Hl7MessageDelimiters) |
Generate string representation to HL7 Message - include the end of segment character.
(Inherited from Hl7Message.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| Value(Hl7SegmentEnum, Int32, Int32) |
Get the value at the indexed segment/field.
(Inherited from Hl7Message.) | |
| Value(Hl7SegmentEnum, Int32) |
Get the value at the indexed field.
(Inherited from Hl7Message.) | |
| Value(Hl7Tag) |
Get the value at the segment/field identified by the tag.
(Inherited from Hl7Message.) | |
| VersionId |
Property - Version Id
(Inherited from Hl7Message.) |
| Object | ||
| Hl7Message | ||
| QryMessage | ||