(This class is non-final only because of a test case for equals.)
Note that this is how a visit is coded for packing in a HL7 message. It is derived from, but not the same as, how a visit is stored in the database. This visit differs from the database in the following ways:
1. Rather than referencing the full facility information found in the facility table, only the facility name is given here.
2. The visit type in this class is implied. This is because only two visits are referenced in the HL7 patient object: the most recent regular visit and the most recent one-off visit. @author Jim Grace
|
|
|
|
|
|
|
|
|
|
|
|