4.3.3 • Published 4 years ago
@infect/infect-rda-sample-importer v4.3.3
Infect RDA Sample Storage Importer
class INFECTV2Importer extends Importer {
constructor() {
super();
this.registerSmapleProcessor(new INFECTv2Sample());
}}
class INFECTv2Sample extends Sample {
constructor() {
super();
this.registerField('unique-identifier', new UniqueIdentiferiField());
this.setRequiredField('A', 'B', '');
this.setColumnIndex('unique-identifier, 1');
this.setMappingProcessor(new RemoteAPIProcessor());
}}
const import = new Import(); import.
import.pipe(request);
const httpHandler = new HTTPStreamHandler(); httpHandler.pipe(request);
4.3.7
4 years ago
4.3.6
4 years ago
4.3.5
4 years ago
4.3.2
4 years ago
4.2.3
4 years ago
4.3.1
4 years ago
4.2.2
4 years ago
4.3.4
4 years ago
4.3.3
4 years ago
4.3.0
4 years ago
4.2.1
4 years ago
4.2.0
4 years ago
4.1.0
5 years ago
4.0.5
6 years ago
4.0.4
6 years ago
4.0.3
6 years ago
4.0.2
6 years ago
4.0.1
6 years ago
4.0.0
6 years ago
3.1.1
6 years ago
3.1.0
6 years ago
3.0.0
6 years ago
2.1.2
6 years ago
2.1.1
7 years ago
2.0.0
7 years ago