TPCCLIB
Loading...
Searching...
No Matches
pbconv.h
Go to the documentation of this file.
1
6/*****************************************************************************/
7#ifndef _PBCONV_H
8#define _PBCONV_H
9/*****************************************************************************/
11typedef enum {NORBC,INWATER,FDG,FLUORIDE,FBPA,FDOPA,MEAIB,PIB,FLUMAZENIL,
12 AH690,AH691,FMPEPD2,
13 PALMITATE,PK11195,PE2I,CARFENTANIL,METOMIDATE,ORMB,
14 PBR28HAB,PBR28MAB,PBR28LAB,SMW139,UCBJ,
15 MOUSEFDG1,MOUSEFDG2,RATFDG
16 } tracerCode;
17/*****************************************************************************/
18int tracer_code(char *tracer);
19int rbc_plasma_ratio(int tracer, double *t, double *r, int nr);
20int plasma_to_blood_ratio(int tracer, double *t, double *r, int nr);
21/*****************************************************************************/
22#endif // _PBCONV_H
23
int rbc_plasma_ratio(int tracer, double *t, double *r, int nr)
Definition pbconv.c:83
tracerCode
Definition pbconv.h:11
int tracer_code(char *tracer)
Definition pbconv.c:32
int plasma_to_blood_ratio(int tracer, double *t, double *r, int nr)
Definition pbconv.c:248