This RPC returns XML containing a list of Hospital Locations from the
XML Example:
<HospitalLocations>
<Location>
<LocationName>6W REHAB-KC</LocationName>
<LocationIEN>503</LocationIEN>
<LocationType>W</LocationType>
</Location>
<Location>
<LocationName>7E PCUS-KC</LocationName>
<LocationIEN>504</LocationIEN>
HOSPITAL LOCATION file (#44) of either Ward or Clinic Type for use in
<LocationType>W</LocationType>
</Location>
<Location>
<LocationName>KC-GI RESEARCH</LocationName>
<LocationIEN>511</LocationIEN>
<LocationType>C</LocationType>
</Location>
</HospitalLocations>
VBECS when issuing units to a location other than the Blood Bank.
XML Mapping:
LocationName element = HOSPITAL LOCATION file (#44) / NAME field (#.01)
LocationIEN element = HOSPITAL LOCATION file (#44) / NUMBER field (#.001)
LocationType element = HOSPITAL LOCATION file (#44) / TYPE field (#2)
|