Home
last modified time | relevance | path

Searched refs:Patient (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/file_handling_impl/
H A Dbiosig_basic_header.cpp103 switch (raw_header->Patient.Handedness) in readPatientInfo()
113 switch (raw_header->Patient.Sex) in readPatientInfo()
121 switch (raw_header->Patient.Smoking) in readPatientInfo()
128 switch (raw_header->Patient.Smoking) in readPatientInfo()
137 for (unsigned i = 0; i < MAX_LENGTH_PID && raw_header->Patient.Id[i]; i++) in readPatientInfo()
138 patient_id.append (raw_header->Patient.Id[i]); in readPatientInfo()
141 if (raw_header->Patient.Birthday) in readPatientInfo()
143 time_t birthday_t = mktime(gdf_time2tm_time (raw_header->Patient.Birthday)); in readPatientInfo()
147 if (raw_header->Patient.Weight) in readPatientInfo()
148 addPatientInfo ("Weight", QString::number(raw_header->Patient.Weight).append("kg")); in readPatientInfo()
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/Testing/Cpp/
H A DctkDicomAppHostingTypesTest1.cpp238 ctkDicomAppHosting::Patient patient1; in ctkDicomAppHostingTypesTest1()
239 ctkDicomAppHosting::Patient patient2; in ctkDicomAppHostingTypesTest1()
240 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
246 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
252 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
258 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
264 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
270 CHECK_OP(Patient, patient1, patient2, /*EQUAL_EXPECTED=*/ true); in ctkDicomAppHostingTypesTest1()
277 ctkDicomAppHosting::Patient p1; in ctkDicomAppHostingTypesTest1()
281 ctkDicomAppHosting::Patient p2; in ctkDicomAppHostingTypesTest1()
[all …]
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/entities/humanoids/
H A Dpatient.lua25 local Patient = _G["Patient"]
27 function Patient:Patient(...) function
317 function Patient:cure()
324 function Patient:die()
349 function Patient:falling()
396 function Patient:vomit()
409 function Patient:pee()
433 function Patient:yawn()
440 function Patient:tapFoot()
525 function Patient:despawn()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/analysis/fixtures/bugs/1767/
H A Dfixture-1767.yaml22 /Patient/{patientID}:
34 $ref: "#/responses/Patient"
44 $ref: "#/responses/Patient"
47 Patient:
48 description: "Patient"
51 - $ref: 'Patient.yaml'
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/github.com/go-openapi/analysis/fixtures/bugs/1767/
H A Dfixture-1767.yaml22 /Patient/{patientID}:
34 $ref: "#/responses/Patient"
44 $ref: "#/responses/Patient"
47 Patient:
48 description: "Patient"
51 - $ref: 'Patient.yaml'
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-openapi/analysis/fixtures/bugs/1767/
H A Dfixture-1767.yaml22 /Patient/{patientID}:
34 $ref: "#/responses/Patient"
44 $ref: "#/responses/Patient"
47 Patient:
48 description: "Patient"
51 - $ref: 'Patient.yaml'
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/analysis/fixtures/bugs/1767/
H A Dfixture-1767.yaml22 /Patient/{patientID}:
34 $ref: "#/responses/Patient"
44 $ref: "#/responses/Patient"
47 Patient:
48 description: "Patient"
51 - $ref: 'Patient.yaml'
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/notebooks/
H A D52-Causality_SimpsonParadox.ipynb44 "- $Patient$ : cured patient\n",
80 "<!-- Patient -->\n",
82 "<title>Patient</title>\n",
89 "<!-- Gender&#45;&gt;Patient -->\n",
116 "<!-- Drug&#45;&gt;Patient -->\n",
118 "<title>Drug-&gt;Patient</title>\n",
299 "<!-- Patient -->\n",
301 "<title>Patient</title>\n",
391 "<!-- Patient -->\n",
393 "<title>Patient</title>\n",
[all …]
/dports/x11-toolkits/ctk/CTK-2018-10-29/Plugins/org.commontk.dah.core/
H A DctkDicomAvailableDataHelper.cpp55 ctkDicomAppHosting::Patient* ctkDicomAvailableDataAccessor::getPatient(const ctkDicomAppHosting::Pa… in getPatient()
59 for (QList<ctkDicomAppHosting::Patient>::Iterator pit = ad.patients.begin(); in getPatient()
73 for (QList<ctkDicomAppHosting::Patient>::Iterator pit = ad.patients.begin(); in getStudy()
91 for (QList<ctkDicomAppHosting::Patient>::Iterator pit = ad.patients.begin(); in getSeries()
109 void ctkDicomAvailableDataAccessor::find(const ctkDicomAppHosting::Patient& patient, in find()
121 for (QList<ctkDicomAppHosting::Patient>::Iterator pit = ad.patients.begin(); in find()
163 ctkDicomAppHosting::Patient patient; in addNonDICOMToAvailableData()
220 ctkDicomAppHosting::Patient patient; in addToAvailableData()
241 ctkDicomAppHosting::Patient* ppatient; in addToAvailableData()
354 QList<QUuid> getAllUuids(const ctkDicomAppHosting::Patient& patient) in getAllUuids()
[all …]
H A DctkDicomAvailableDataHelper.h53 ctkDicomAppHosting::Patient* getPatient(const ctkDicomAppHosting::Patient& patient) const;
67 void find(const ctkDicomAppHosting::Patient& patient,
70 ctkDicomAppHosting::Patient*& patientResult,
115 QList<QUuid> org_commontk_dah_core_EXPORT getAllUuids(const ctkDicomAppHosting::Patient& patient);
H A DctkDicomAppHostingTypes.h108 struct Patient { struct
121 QList<Patient> patients; argument
157 bool org_commontk_dah_core_EXPORT operator ==(const ctkDicomAppHosting::Patient& left,
158 const ctkDicomAppHosting::Patient& right);
160 bool org_commontk_dah_core_EXPORT operator !=(const ctkDicomAppHosting::Patient& left,
161 const ctkDicomAppHosting::Patient& right);
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/demo/
H A Ddemo3.m54 HDR.Patient.Name = 'anonymous';
55 HDR.Patient.Id = 'P0000';
56 HDR.Patient.Birthday = [1951 05 13 0 0 0];
57 HDR.Patient.Weight = 0; % undefined
58 HDR.Patient.Height = 0; % undefined
59 HDR.Patient.Sex = 'f'; % 0: undefined, 1: male, 2: female
60 HDR.Patient.Birthday = zeros(1,6); % undefined
63 HDR.Patient.Smoking = 0; % 0: unknown 1: NO 2: YES
64 HDR.Patient.AlcoholAbuse = 0; % 0: unknown 1: NO 2: YES
65 HDR.Patient.DrugAbuse = 0; % 0: unknown 1: NO 2: YES
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t200_FileAccess/
H A Dscpopen.m160 … if tmp==1, HDR.Patient.Age = HDR.Patient.Age; % unit='Y';
161 … elseif tmp==2, HDR.Patient.Age = HDR.Patient.Age/12; % unit='M';
162 … elseif tmp==3, HDR.Patient.Age = HDR.Patient.Age/52; % unit='W';
163 … elseif tmp==4, HDR.Patient.Age = HDR.Patient.Age/365.25; % unit='d';
164 … elseif tmp==5, HDR.Patient.Age = HDR.Patient.Age/(365.25*24); %unit='h';
178 … elseif tmp==3, HDR.Patient.Height = HDR.Patient.Height*0.1; %unit='mm';
187 … elseif tmp==2, HDR.Patient.Weight = HDR.Patient.Weight/1000; %unit='g';
188 … elseif tmp==3, HDR.Patient.Weight = HDR.Patient.Weight/2.2; %unit='pound';
853 b = [b, 0, s2b(length(HDR.Patient.Name)), HDR.Patient.Name];
856 b = [b, 2, s2b(length(HDR.Patient.Id)), HDR.Patient.Id];
[all …]
H A Dopenxml.m73 HDR.Patient.ID = HDR.XML.PatientDemographics.PatientID;
75 HDR.Patient.Sex = 2*(upper(tmp(1))=='F') + (upper(tmp(1))=='M');
146 HDR.Patient.Age = str2double(tmp.years);
151 HDR.Patient.Birthday([6,5,4]) = str2double(tmp);
155 HDR.Patient.Sex = strncmpi(tmp,'Male',1) + strncmpi(tmp,'Female',1)*2;
186 HDR.Patient.Id = HDR.XML.PatientInfo.PID;
188 HDR.Patient.Age = str2double(HDR.XML.PatientInfo.Age);
190 HDR.Patient.Sex = any(tmp(1)=='Mm') + any(tmp(1)=='Ff')*2;
191 HDR.Patient.Height = str2double(HDR.XML.PatientInfo.Height);
192 HDR.Patient.Weight = str2double(HDR.XML.PatientInfo.Weight);
[all …]
H A Dfepi2gdf.m32 HDR.Patient.Sex = strtok(sa{sno,2},'"');
33 HDR.Patient.Age = n(sno,3);
35 HDR.Patient.Birthday = HDR.T0;
36 HDR.Patient.Birthday(1) = HDR.T0(1) - HDR.Patient.Age;
/dports/biology/biosig/biosig-2.3.3/biosig4c++/mex/
H A DmexSLOAD.cpp781 strarray = hdr->Patient.Name; in mexFunction()
784 strarray = hdr->Patient.Id; in mexFunction()
787 mxSetField(Patient,0,"Handedness",mxCreateDoubleScalar(hdr->Patient.Handedness)); in mexFunction()
789 mxSetField(Patient,0,"Sex",mxCreateDoubleScalar(hdr->Patient.Sex)); in mexFunction()
790 mxSetField(Patient,0,"Weight",mxCreateDoubleScalar((double)hdr->Patient.Weight)); in mexFunction()
791 mxSetField(Patient,0,"Height",mxCreateDoubleScalar((double)hdr->Patient.Height)); in mexFunction()
792 mxSetField(Patient,0,"Birthday",mxCreateDoubleScalar(ldexp(hdr->Patient.Birthday,-32))); in mexFunction()
795 if (hdr->Patient.Weight==0) d = NAN; // not-a-number in mexFunction()
797 else d = (double)hdr->Patient.Weight; in mexFunction()
802 else d = (double)hdr->Patient.Height; in mexFunction()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4c++/t230/
H A Dsopen_hl7aecg.cpp221 hdr->Patient.Name[0] = 0; in sopen_HL7aECG_read()
674 hdr->Patient.Name[0] = 0; in sopen_HL7aECG_read()
724 hdr->Patient.Sex = 0; in sopen_HL7aECG_read()
726 hdr->Patient.Sex = 2; in sopen_HL7aECG_read()
728 hdr->Patient.Sex = 1; in sopen_HL7aECG_read()
730 hdr->Patient.Sex = 0; in sopen_HL7aECG_read()
733 hdr->Patient.Sex = 0; in sopen_HL7aECG_read()
1102 if(hdr->Patient.Sex == 1){ in sclose_HL7aECG_write()
1118 if (hdr->Patient.Birthday>0) { in sclose_HL7aECG_write()
1130 if (hdr->Patient.Weight) { in sclose_HL7aECG_write()
[all …]
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmdata/data/
H A DSC.dump17 ########################### Patient Module #####################################
19 # Patient's Name, Type 2
22 # Patient ID, Type 2
25 # Patient's Birth Date, Type 2
28 # Patient's Sex, Type 2
62 # Patient Position, Type 2C
87 # Patient Orientation, Type 2C
H A DVLP.dump17 ########################### Patient Module #####################################
19 # Patient's Name, Type 2
22 # Patient ID, Type 2
25 # Patient's Birth Date, Type 2
28 # Patient's Sex, Type 2
62 # Patient Position, Type 2C
87 # Patient Orientation, Type 2C
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/t/
H A DDICOM_2.out42 [DICOM, DICOM, Image] 0010,0010 - Patient Name:
43 [DICOM, DICOM, Image] 0010,0020 - Patient ID: 123456
44 [DICOM, DICOM, Image] 0010,0030 - Patient Birth Date:
45 [DICOM, DICOM, Image] 0010,0040 - Patient Sex: F
46 [DICOM, DICOM, Image] 0010,1010 - Patient Age: 028Y
47 [DICOM, DICOM, Image] 0010,1030 - Patient Weight: 61.2350
48 [DICOM, DICOM, Image] 0010,21B0 - Additional Patient History:
76 [DICOM, DICOM, Image] 0018,5100 - Patient Position: HFS
83 [DICOM, DICOM, Image] 0020,0020 - Patient Orientation: L\PH
85 [DICOM, DICOM, Image] 0020,0032 - Image Position Patient: -110.500\-96.2063\59.0425
[all …]
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/t/
H A DDICOM_2.out42 [DICOM, DICOM, Image] 0010,0010 - Patient Name:
43 [DICOM, DICOM, Image] 0010,0020 - Patient ID: 123456
44 [DICOM, DICOM, Image] 0010,0030 - Patient Birth Date:
45 [DICOM, DICOM, Image] 0010,0040 - Patient Sex: F
46 [DICOM, DICOM, Image] 0010,1010 - Patient Age: 028Y
47 [DICOM, DICOM, Image] 0010,1030 - Patient Weight: 61.2350
48 [DICOM, DICOM, Image] 0010,21B0 - Additional Patient History:
76 [DICOM, DICOM, Image] 0018,5100 - Patient Position: HFS
83 [DICOM, DICOM, Image] 0020,0020 - Patient Orientation: L\PH
85 [DICOM, DICOM, Image] 0020,0032 - Image Position Patient: -110.500\-96.2063\59.0425
[all …]
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dindexer.cs2 public class Patient { class
24 Patient bob = new Patient(); in Main()
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/pybind11/
H A Dattr.h45 template <size_t Nurse, size_t Patient> struct keep_alive { };
119 inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret);
446 … Nurse, size_t Patient> struct process_attribute<keep_alive<Nurse, Patient>> : public process_attr…
447 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
448 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handle()); }
449 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
451 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
453 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
454 …static void postcall(function_call &call, handle ret) { keep_alive_impl(Nurse, Patient, call, ret)…
/dports/science/py-dlib/dlib-19.22/dlib/external/pybind11/include/pybind11/
H A Dattr.h45 template <size_t Nurse, size_t Patient> struct keep_alive { };
119 inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret);
442 … Nurse, size_t Patient> struct process_attribute<keep_alive<Nurse, Patient>> : public process_attr…
443 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
444 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handle()); }
445 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
447 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
449 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
450 …static void postcall(function_call &call, handle ret) { keep_alive_impl(Nurse, Patient, call, ret)…
/dports/misc/mnn/MNN-1.2.0/pymnn/src/pybind11/
H A Dattr.h45 template <size_t Nurse, size_t Patient> struct keep_alive { };
119 inline void keep_alive_impl(size_t Nurse, size_t Patient, function_call &call, handle ret);
446 … Nurse, size_t Patient> struct process_attribute<keep_alive<Nurse, Patient>> : public process_attr…
447 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
448 static void precall(function_call &call) { keep_alive_impl(Nurse, Patient, call, handle()); }
449 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N != 0 && P != 0, int> = 0>
451 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
453 template <size_t N = Nurse, size_t P = Patient, enable_if_t<N == 0 || P == 0, int> = 0>
454 …static void postcall(function_call &call, handle ret) { keep_alive_impl(Nurse, Patient, call, ret)…

12345678910>>...28