implelements of MzmlHandler class
More...
#include "stdafx.h"
#include "MzmlHandler.h"
#include "MzmlSample.h"
#include "MzmlSpectrum.h"
#include "MzmlChromatogram.h"
#include "AccessionManager.h"
#include "Accession.h"
#include <crtdbg.h>
Go to the source code of this file.
|
|
#define | MACHINE_ACC "MS:1000031" |
| |
|
#define | ARRAY_ACC "MS:1000513" |
| |
|
#define | MZ_ARRAY_ACC "MS:1000514" |
| |
|
#define | RT_ARRAY_ACC "MS:1000595" |
| |
|
#define | INT_ARRAY_ACC "MS:1000515" |
| |
|
#define | SPEC_TYPE_ACC "MS:1000559" |
| |
|
#define | SOFTWARE_ACC "MS:1000531" |
| |
|
#define | CVPARAM_TAG_NAME "cvParam" |
| |
|
#define | SRC_FILE_TAG_NAME "sourceFile" |
| |
|
#define | SOFTWARE_TAG_NAME "software" |
| |
|
#define | PARAM_GROUP_TAG_NAME "referenceableParamGroup" |
| |
|
#define | SPEC_TAG_NAME "spectrum" |
| |
|
#define | PRECURSOR_TAG_NAME "precursor" |
| |
|
#define | PRODUCT_TAG_NAME "product" |
| |
|
#define | CHROM_TAG_NAME "chromatogram" |
| |
|
#define | ION_SELECTION_TAG_NAME "ionSelection" |
| |
|
#define | USR_PARAM_TAG_NAME "userParam" |
| |
|
#define | OFFSET_TAG_NAME "offset" |
| |
|
#define | REF_TAG_NAME "referenceableParamGroupRef" |
| |
|
#define | CV_ACC_ATTR_NAME "accession" |
| |
|
#define | CV_NAME_ATTR_NAME "name" |
| |
|
#define | CV_VALUE_ATTR_NAME "value" |
| |
|
#define | CV_UNIT_ATTR_NAME "unitAccession" |
| |
|
#define | SRC_FILE_ATTR_NAME "name" |
| |
|
#define | SRC_LOC_ATTR_NAME "location" |
| |
|
#define | SOFTWARE_ID_ATTR_NAME "id" |
| |
|
#define | SOFTWARE_VER_ATTR_NAME "version" |
| |
|
#define | PARAM_GROUP_ID_ATTR_NAME "id" |
| |
|
#define | SPEC_ID_ATTR_NAME "id" |
| |
|
#define | SPEC_SCAN_NUM_ATTR_NAME "scanNumber" |
| |
|
#define | PREC_SPEC_ATTR_NAME "spectrumRef" |
| |
|
#define | CHROM_ID_ATTR_NAME "id" |
| |
|
#define | SPEC_MS_LEVEL_ATTR_NAME "msLevel" |
| |
|
#define | USR_PARAM_NAME_ATTR_NAME "name" |
| |
|
#define | USR_PARAM_VAL_ATTR_NAME "value" |
| |
|
#define | OFFSET_SCAN_ATTR_NAME "scanNumber" |
| |
|
#define | OFFSET_IDREF_ATTR_NAME "idRef" |
| |
|
#define | REF_REF_ATTR_NAME "ref" |
| |
implelements of MzmlHandler class
- Author
- S.Tanaka
- Date
- 2009.03.09
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file MzmlHandler.cpp.