setXMLMetadataFilePath
public void setXMLMetadataFilePath(java.lang.String XMLMetadataFilePath)
Sets the value of field 'XMLMetadataFilePath'. The field
'XMLMetadataFilePath' has the following description: The HL7
RIM database contains a compilation of several individual
sources
(e.g. ActClass, ActRole). Each source represents, in
essence, a unique code system
However, the LexBIG HL7 loader is designed to load all RIM
codes to a single LexGrid
coding scheme for convenient load and query. Since there is
only one coding scheme,
metadata for individual RIM sources must be stored
separately. The loader solves this
issue by storing the information to auxiliary metadata
associated with the primary
coding scheme. The auxiliary metadata complies with the
LexGrid CodingSchemes
model definition, with each RIM source represented by an
individual CodingScheme
and using standard LexGrid properties to describe the
additional meta-information
provided by the RIM.
As a convenience to the administrator, the auxiliary
metadata generated by the loader
can optionally be written to a specific file in the local
file system. This preference is
used to specify the location of the reference file. If this
preference is absent, auxiliary
metadata is still generated and assigned to the primary
coding scheme but a temp file is
used. If specified and the file already exists, it is
overwritten. If specified and the file
does not exist, it is created by the loader.
- Overrides:
setXMLMetadataFilePath
in class LoaderPreferences
- Parameters:
XMLMetadataFilePath
- the value of field
'XMLMetadataFilePath'.