Print Page as PDF
gov.va.med.vistalink.institution.InstitutionMappingDelegate ICR (5236)

gov.va.med.vistalink.institution.InstitutionMappingDelegate    ICR (5236)

Name Value
NUMBER 5236
IA # 5236
DATE CREATED 2008/07/02
CUSTODIAL PACKAGE VISTALINK
USAGE Supported
TYPE Other
DBIC APPROVAL STATUS APPROVED
NAME gov.va.med.vistalink.institution.InstitutionMappingDelegate
GENERAL DESCRIPTION
public class
gov.va.med.vistalink.institution.InstitutionMappingDelegate extends
java.lang.Object:

Provides methods used by applications to query the institution mapping.
STATUS Active
KEYWORDS vistalink
DURATION Till Otherwise Agreed
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
getJndiConnectorNameForInstitution
public static java.lang.String
getJndiConnectorNameForInstitution(java.lang.String stationNumber) throws
InstitutionMapNotInitializedException, InstitutionMappingNotFoundException:

Returns the JNDI connector name (if found) for a division matching the station
number passed in.
VARIABLES TYPE VARIABLES DESCRIPTION
stationNumber Input
java.lang.String stationNumber: institution station
number for Vista Institution to retrieve connector for.
return Output
returns java.lang.String: Jndi Connector name, if a
connector is found that is mapped to input station number. Use for a JNDI
lookup of actual VistaLink connector.
throws Output
Throws:

gov.va.med.vistalink.institution.InstitutionMapNotInitializedException -
thrown if the institution mapping has not been initialized

gov.va.med.vistalink.institution.InstitutionMappingNotFoundException - thrown
if no connector JNDI name has been mapped to input station number
getVistaLinkMappedStationNumberSet
public static java.util.Set
getVistaLinkMappedStationNumberSet() throws
InstitutionMapNotInitializedException:

Returns the set of station# strings for which adapters have been deployed on
the current JVM, and for which institution mappings currently exist.  The
source of the station#s in the mapping is the primaryStation configuration
attribute, for successfully deployed adapters.
VARIABLES TYPE VARIABLES DESCRIPTION
return Output
returns java.util.Set: a Set containing station#
strings contained in current mapping.
throws Output
throws:

gov.va.med.vistalink.institution.InstitutionMapNotInitializedException: thrown
if the institution mapping has not been initialized.
DATE ACTIVATED 2008/07/11