IMHOTEP Framework
|
Classes | |
class | AdditionalInformation |
Public Member Functions | |
Patient (PatientMeta meta) | |
void | save () |
List< string > | getAdditionalInfoTabs () |
List< AdditionalInformation > | getAdditionalInfo () |
int | getViewCount () |
int | insertView (View newView, int index) |
View | getView (int index) |
void | deleteView (int index) |
void | saveViews () |
void | setupDefaultWidgets () |
void | updateAnnotationList (List< GameObject > list) |
void | createAnnotations () |
void | saveAnnotation () |
void | finishedLoading (object obj=null) |
void | closePatient (object obj=null) |
![]() | |
PatientMeta (string folder) | |
PatientMeta (PatientMeta toCopy) | |
override string | ToString () |
Static Public Member Functions | |
static Patient | getLoadedPatient () |
static void | close () |
![]() | |
static PatientMeta | createFromFolder (string folder) |
Additional Inherited Members | |
![]() | |
enum | OperationBodyPart { Bone, Liver, Brain, Pancreas, Intestine, Unknown } |
![]() | |
string | firstName [get, set] |
string | lastName [get, set] |
string | name [get, set] |
string | birthDate [get, set] |
DateTime | birthDateDT [get, set] |
string | operationDate [get, set] |
string | diagnosis [get, set] |
string | details [get, set] |
string | sex [get, set] |
string | path [get, set] |
string | dicomPath [get, set] |
string | meshPath [get, set] |
int | age [get, set] |
OperationBodyPart | operationBodyPart [get, set] |
List< string > | warnings [get, set] |
Definition at line 13 of file Patient.cs.