This file is indexed.

/usr/include/Papyrus3/DicomDirInitRecords.h is in libpapyrus3-dev 3.7.1+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/********************************************************************************/
/*                                                                              */
/* Papyrus 3 library.                                                           */
/* This library constitutes a DICOM file system which helps reading and writing */
/* DICOM files and DICOMDIR files.                                              */
/*                                                                              */
/* Copyright (C) 2004 - Service of  Medical Informatics -                       */
/* University Hospitals of Geneva (HUG), Geneva, Switzerland                    */
/*                                                                              */
/* This library is a free software; you can redistribute it and/or modify it    */
/* under the terms of the GNU Lesser General Public License as published by the */
/*  Free Software Foundation; either version 2.1 of the License, or             */
/* (at your option) any later version.                                          */
/*                                                                              */
/* This library is distributed in the hope that it will be useful,              */
/* but WITHOUT ANY WARRANTY; without even the implied warranty of               */
/* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.                         */
/* See the GNU Lesser General Public License for more details.                  */
/*                                                                              */
/* You should have received a copy of the GNU Lesser General Public License     */
/* along with this library; if not, write to                                    */
/* the Free Software Foundation, Inc.,                                          */
/* 59 Temple Place, Suite 330,                                                  */
/* Boston, MA 02111-1307 USA                                                    */
/*                                                                              */
/* You can contact us for more information at osiris@sim.hcuge.ch               */
/* or by writing to Papyrus,                                                    */
/* Unite d'Imagerie Numerique / Service d'Informatique Medicale / HUG,          */
/* 24, Micheli-du-Crest street, 1211 Geneva 14, Switzerland.                    */
/*                                                                              */
/* The University Hopitals of Geneva, hereby disclaims all copyright interest   */
/* in the library `Papyrus' (a library for reading and writing DICOM files).    */
/*                                                                              */
/* Geneva, april 2004                                                           */
/* Antoine Geissbuhler, head of the Service of Medical Informatics,             */
/* University Hospitals of Geneva, Switzerland                                  */
/*                                                                              */
/********************************************************************************/

/********************************************************************************/
/*                                                                              */
/*	Project  : P A P Y R U S  Toolkit (DicomDir library)                        */
/*	File     : DicomdirInitRecords.h                                            */
/*	Function : declaration of the init fct.                                     */
/*	Authors  : Marianne Logean                                                  */
/*                                                                              */
/*	History  : 06.1997	version 3.5                                             */
/*             02.1999	version 3.6                                             */
/*                                                                              */
/********************************************************************************/

#ifndef DicomdirInitRecordsH 
#define DicomdirInitRecordsH
#endif


/* ------------------------- functions definition ------------------------------*/

#ifdef _NO_PROTO

extern void init_PatientR();
extern void init_StudyR();
extern void init_SeriesR();
extern void init_ImageR();
extern void init_OverlayR();
extern void init_ModalityLUTR();
extern void init_VOILUTR();
extern void init_CurveR();
extern void init_Topic();
extern void init_Visit();
extern void init_Result();
extern void init_Interpretation();
extern void init_StudyComponentR();
extern void init_PrintQueue();
extern void init_FilmSession();
extern void init_BasicFilmBox();
extern void init_BasicImageBox();

#else

extern void init_PatientR(SElement[]);
extern void init_StudyR(SElement[]);
extern void init_SeriesR(SElement[]);
extern void init_ImageR(SElement[]);
extern void init_OverlayR(SElement[]);
extern void init_ModalityLUTR(SElement[]);
extern void init_VOILUTR(SElement[]);
extern void init_CurveR(SElement[]);
extern void init_Topic(SElement[]);
extern void init_Visit(SElement[]);
extern void init_Result(SElement[]);
extern void init_Interpretation(SElement[]);
extern void init_StudyComponentR(SElement[]);
extern void init_PrintQueue(SElement[]);
extern void init_FilmSession(SElement[]);
extern void init_BasicFilmBox(SElement[]);
extern void init_BasicImageBox(SElement[]);

#endif    /* DicomdirInitRecordsH */