4.3.7 • Published 3 years ago
@infect/infect-rda-sample-importer v4.3.7
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
3 years ago
4.3.6
3 years ago
4.3.5
3 years ago
4.3.2
3 years ago
4.2.3
3 years ago
4.3.1
3 years ago
4.2.2
3 years ago
4.3.4
3 years ago
4.3.3
3 years ago
4.3.0
3 years ago
4.2.1
3 years ago
4.2.0
3 years ago
4.1.0
4 years ago
4.0.5
5 years ago
4.0.4
5 years ago
4.0.3
5 years ago
4.0.2
5 years ago
4.0.1
5 years ago
4.0.0
5 years ago
3.1.1
5 years ago
3.1.0
5 years ago
3.0.0
5 years ago
2.1.2
6 years ago
2.1.1
6 years ago
2.0.0
6 years ago