Class AzureTransformer
- java.lang.Object
 - 
- com.ibm.fhir.bulkdata.load.partition.transformer.impl.AzureTransformer
 
 
- 
- All Implemented Interfaces:
 PartitionSourceTransformer
public class AzureTransformer extends Object implements PartitionSourceTransformer
At most one BulkDataSource is created in a List, but throws when Azure doesn't exist. 
- 
- 
Constructor Summary
Constructors Constructor Description AzureTransformer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BulkDataSource>transformToDataSources(String source, String type, String location)Converts the Source-Type and Location to multiple BulkDataSources for partitioning 
 - 
 
- 
- 
Method Detail
- 
transformToDataSources
public List<BulkDataSource> transformToDataSources(String source, String type, String location) throws FHIRException
Description copied from interface:PartitionSourceTransformerConverts the Source-Type and Location to multiple BulkDataSources for partitioning- Specified by:
 transformToDataSourcesin interfacePartitionSourceTransformer- Returns:
 - Throws:
 FHIRException
 
 - 
 
 -