The ExportChartToHCRF process exports a database chart to an HCRF file.
The HPD chart must contain HCRF-specific features and attributes before export. |
Input
HPD URI containing a Chart Version ID
Output
None. Chart location is determined by the Raster Chart Service (RCS).
Command Line Syntax
carisbatch --run ExportChartToHCRF --raster-chart-service <value> [options] <input>
Options
Long | Short | Description | Can Repeat | Notes |
|---|---|---|---|---|
--raster-chart-service | -S | The raster chart service (RCS) to which the chart is to be associated. The RCS must be recorded in the rcsControl.xml file. | FALSE | Required |
--output-template | -t | The output template file that is used at export to determine final display in the HCRF chart. | FALSE | Optional |
--backdrop | -B | External TIFF image that is exported with the chart as a backdrop A empty chart can be exported with an image. An HCRF chart is created from the external image and chart metadata. | FALSE | Optional |
Example
Example | ||
Objective | Export a database chart 3218 to a HCRF chart. The chart is saved to a folder that is determined by the | |
Description | Command Line Syntax | |
The Raster Chart Service (RCS)is set to MyRCS. RCS settings are recorded in the RCS control file. | MyRCS | |
Chart 3218 will be exported to an HCRF chart. | hpd://username:password@ | |
Command Line | carisbatch --run ExportChartToHCRF --raster-chart-service MyRCS hpd://username:password@ | |