Serialized Form


Package org.tolven.app.bean

Class org.tolven.app.bean.MenuPath extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

pathString

java.lang.String pathString

Package org.tolven.app.entity

Class org.tolven.app.entity.AccountMenuStructure extends MenuStructure implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

parent

AccountMenuStructure parent

referenced

AccountMenuStructure referenced

children

java.util.Collection<E> children

columns

java.util.Collection<E> columns

path

java.lang.String path

eventPath

java.lang.String eventPath

node

java.lang.String node

role

java.lang.String role

text

java.lang.String text

textOverride

java.lang.String textOverride

query

java.lang.String query

filter

java.lang.String filter

uniqueKey

java.lang.String uniqueKey

initialSort

java.lang.String initialSort

level

int level

sequence

int sequence

columnNumber

java.lang.Integer columnNumber

allowRoles

java.lang.String allowRoles

denyRoles

java.lang.String denyRoles

template

java.lang.String template

menuTemplate

java.lang.String menuTemplate

visible

java.lang.String visible

repeating

java.lang.String repeating

defaultPathSuffix

java.lang.String defaultPathSuffix

enableBackButton

java.lang.Boolean enableBackButton

interval

java.lang.String interval

style

java.lang.String style

idFrom

java.lang.String idFrom

Class org.tolven.app.entity.MenuData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

path

java.lang.String path

menuStructure

AccountMenuStructure menuStructure

account

Account account

documentId

long documentId

placeholderIDs

java.util.Set<E> placeholderIDs

words

java.util.Set<E> words

trimHeader

TrimHeader trimHeader

status

Status status

columnMap

java.util.Map<K,V> columnMap

actStatus

java.lang.String actStatus

deleted

java.lang.Boolean deleted

parentPath01

java.lang.String parentPath01

parentPath02

java.lang.String parentPath02

parentPath03

java.lang.String parentPath03

parentPath04

java.lang.String parentPath04

parent01

MenuData parent01

parent02

MenuData parent02

parent03

MenuData parent03

parent04

MenuData parent04

reference

MenuData reference

referencePath

java.lang.String referencePath

expirationTime

java.util.Date expirationTime

date01

java.util.Date date01

date02

java.util.Date date02

date03

java.util.Date date03

date04

java.util.Date date04

string01

java.lang.String string01

string02

java.lang.String string02

string03

java.lang.String string03

string04

java.lang.String string04

string05

java.lang.String string05

string06

java.lang.String string06

long01

java.lang.Long long01

long02

java.lang.Long long02

long03

java.lang.Long long03

long04

java.lang.Long long04

pqValue01

java.lang.Double pqValue01

pqStringVal01

java.lang.String pqStringVal01

pqUnits01

java.lang.String pqUnits01

pqValue02

java.lang.Double pqValue02

pqStringVal02

java.lang.String pqStringVal02

pqUnits02

java.lang.String pqUnits02

pqValue03

java.lang.Double pqValue03

pqStringVal03

java.lang.String pqStringVal03

pqUnits03

java.lang.String pqUnits03

pqValue04

java.lang.Double pqValue04

pqStringVal04

java.lang.String pqStringVal04

pqUnits04

java.lang.String pqUnits04

xml01

byte[] xml01

extendedFields

java.util.Map<K,V> extendedFields

Class org.tolven.app.entity.MenuDataVersion extends java.lang.Object implements Serializable

Serialized Fields

id

long id

account

Account account

element

java.lang.String element

version

long version

minDate

java.util.Date minDate

maxDate

java.util.Date maxDate

role

java.lang.String role

Class org.tolven.app.entity.MenuDataWord extends java.lang.Object implements Serializable

Serialized Fields

id

long id

menuStructure

AccountMenuStructure menuStructure

menuData

MenuData menuData

language

java.lang.String language

field

java.lang.String field

position

int position

word

java.lang.String word

Class org.tolven.app.entity.MenuQueryControl extends QueryControl implements Serializable

serialVersionUID: 1L

Serialized Fields

menuStructurePath

java.lang.String menuStructurePath

accountUser

AccountUser accountUser

actualMenuStructurePath

java.lang.String actualMenuStructurePath

fromDate

java.util.Date fromDate

toDate

java.util.Date toDate

columns

java.util.List<E> columns

originalTargetPath

MenuPath originalTargetPath

requestedPath

MenuPath requestedPath

Class org.tolven.app.entity.MenuStructure extends java.lang.Object implements Serializable

Class org.tolven.app.entity.MSColumn extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

menuStructure

AccountMenuStructure menuStructure

account

Account account

sequence

int sequence

heading

java.lang.String heading

internal

java.lang.String internal

displayFunction

java.lang.String displayFunction

displayFunctionArguments

java.lang.String displayFunctionArguments

fromDocument

java.lang.String fromDocument

supressColumns

java.lang.String supressColumns
Vertical suppression for repeating values in a column. The value is the columns to consider when supressing.


visible

java.lang.String visible

width

java.lang.Float width
Column width in EMs


align

java.lang.String align

Class org.tolven.app.entity.MSResource extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

name

java.lang.String name

value

byte[] value

Class org.tolven.app.entity.PlaceholderID extends java.lang.Object implements Serializable

Serialized Fields

id

long id

account

Account account

sourceAccount

Account sourceAccount

placeholder

MenuData placeholder

menuStrucuture

AccountMenuStructure menuStrucuture

root

java.lang.String root

extension

java.lang.String extension

assigningAuthority

java.lang.String assigningAuthority

Class org.tolven.app.entity.QueryControl extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

now

java.util.Date now

limit

int limit

offset

int offset

sortOrder

java.lang.String sortOrder

sortDirection

java.lang.String sortDirection

filter

java.lang.String filter

filters

java.util.Map<K,V> filters

Class org.tolven.app.entity.TrimHeader extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

java.lang.String name

status

java.lang.String status

trim

byte[] trim

lastUpdated

java.util.Date lastUpdated

autogenerated

java.lang.Boolean autogenerated

previous

TrimHeader previous

comment

java.lang.String comment

version

java.lang.Integer version

Class org.tolven.app.entity.TrimHeaderVersionControl extends java.lang.Object implements Serializable

Serialized Fields

id

long id

name

java.lang.String name

version

java.lang.Integer version

lastUpdated

java.util.Date lastUpdated

Class org.tolven.app.entity.UserMenuStructure extends MenuStructure implements Serializable

Serialized Fields

id

long id

accountuser

AccountUser accountuser

underlyingMS

AccountMenuStructure underlyingMS

visible

java.lang.String visible

sequence

java.lang.Integer sequence

columnNumber

java.lang.Integer columnNumber

windowstyle

java.lang.String windowstyle

numSummaryItems

java.lang.Integer numSummaryItems

defaultPathSuffix

java.lang.String defaultPathSuffix

interval

java.lang.String interval

style

java.lang.String style

Package org.tolven.core.bean

Class org.tolven.core.bean.InvitationException extends java.lang.Exception implements Serializable

Serialized Fields

invitation

Invitation invitation

Class org.tolven.core.bean.PerformanceDataDAOBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

em

javax.persistence.EntityManager em

Package org.tolven.core.entity

Class org.tolven.core.entity.Account extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

title

java.lang.String title

subsetAccount

boolean subsetAccount

accountType

AccountType accountType

timeZone

java.lang.String timeZone

locale

java.lang.String locale

emailFormat

java.lang.String emailFormat

enableBackButton

java.lang.Boolean enableBackButton

disableAutoRefresh

java.lang.Boolean disableAutoRefresh

manualMetadataUpdate

java.lang.Boolean manualMetadataUpdate

parent

Account parent

accountTemplate

Account accountTemplate

accountUsers

java.util.Set<E> accountUsers

accountRoles

java.util.Set<E> accountRoles

sponsorships

java.util.Set<E> sponsorships

accountPublicKey

org.tolven.security.key.AccountPublicKey accountPublicKey

accountProcessingPublicKey

org.tolven.security.key.AccountProcessingPublicKey accountProcessingPublicKey

accountProcessingPrivateKey

org.tolven.security.key.AccountProcessingPrivateKey accountProcessingPrivateKey

Class org.tolven.core.entity.AccountExchange extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

direction

AccountExchange.Direction direction

otherAccount

Account otherAccount

name

java.lang.String name

status

java.lang.String status

effectiveTime

java.util.Date effectiveTime

expirationTime

java.util.Date expirationTime

Class org.tolven.core.entity.AccountRole extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

role

java.lang.String role

title

java.lang.String title

Class org.tolven.core.entity.AccountTemplate extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

knownType

java.lang.String knownType

account

Account account

Class org.tolven.core.entity.AccountType extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.Long id

knownType

java.lang.String knownType

homePage

java.lang.String homePage

createAccountPage

java.lang.String createAccountPage

logo

java.lang.String logo

CSS

java.lang.String CSS

readOnly

boolean readOnly

creatable

java.lang.Boolean creatable

longDesc

java.lang.String longDesc

status

java.lang.String status

rules

byte[] rules

version

java.lang.Integer version

Class org.tolven.core.entity.AccountUser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

account

Account account

user

TolvenUser user

id

long id

defaultAccount

boolean defaultAccount

roles

java.util.Set<E> roles

effectiveDate

java.util.Date effectiveDate

expirationDate

java.util.Date expirationDate

lastLoginTime

java.util.Date lastLoginTime

accountPermission

boolean accountPermission

status

java.lang.String status

accountPrivateKey

org.tolven.security.key.AccountPrivateKey accountPrivateKey

Class org.tolven.core.entity.AccountUserRole extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

accountUser

AccountUser accountUser

role

java.lang.String role

Class org.tolven.core.entity.Notice extends java.lang.Object implements Serializable

Serialized Fields

id

long id

notice

java.lang.String notice

noticeActive

boolean noticeActive

showFrom

java.util.Date showFrom

showTo

java.util.Date showTo

effectiveDate

java.util.Date effectiveDate

Class org.tolven.core.entity.OID extends java.lang.Object implements Serializable

Serialized Fields

id

long id

oid

java.lang.String oid

name

java.lang.String name

parent

OID parent

description

java.lang.String description

owner

Account owner

Class org.tolven.core.entity.PerformanceData extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

eventTime

java.util.Date eventTime

sessionID

java.lang.String sessionID

remoteUserName

java.lang.String remoteUserName

accountUserID

java.lang.Long accountUserID

remoteIP

java.lang.String remoteIP

localIP

java.lang.String localIP

requestURI

java.lang.String requestURI

queryParams

java.lang.String queryParams

facesViewState

java.lang.String facesViewState

method

java.lang.String method

elapsed

double elapsed

exceptions

java.lang.String exceptions

Class org.tolven.core.entity.Property extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.String value

Class org.tolven.core.entity.Question extends java.lang.Object implements Serializable

Serialized Fields

id

long id

question

java.lang.String question

type

java.lang.String type

answers

java.util.List<E> answers

Class org.tolven.core.entity.QuestionAnswer extends java.lang.Object implements Serializable

Serialized Fields

id

long id

question

Question question

answer

java.lang.String answer

Class org.tolven.core.entity.Sponsorship extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

title

java.lang.String title

referenceCode

java.lang.String referenceCode

Class org.tolven.core.entity.TolvenUser extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

ldapUID

java.lang.String ldapUID

lastLogin

java.util.Date lastLogin

creation

java.util.Date creation

status

java.lang.String status

sponsorship

Sponsorship sponsorship

timeZone

java.lang.String timeZone

locale

java.lang.String locale

emailFormat

java.lang.String emailFormat

demoUser

boolean demoUser

likeness

DocBase likeness

userPrivateKey

org.tolven.security.key.UserPrivateKey userPrivateKey

userPublicKey

org.tolven.security.key.UserPublicKey userPublicKey

Class org.tolven.core.entity.TolvenUserAnswer extends java.lang.Object implements Serializable

Serialized Fields

id

long id

tolvenUser

TolvenUser tolvenUser

question

Question question

answer

QuestionAnswer answer

Package org.tolven.ctom.entity

Class org.tolven.ctom.entity.Activity extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description
Free format description of the protocol tracking activity worthy of documentation.


durationUnitOfMeasure

java.lang.String durationUnitOfMeasure
Unit of Measure to express the length of time of an event or activity. Values include: MN - Minutes; HR - Hours; DY - Days; WK - Weeks; CO - Course; MO - Month.


durationValue

int durationValue
Actual value that is paired with a unit of measure (hours, weeks, days) to express the length of time that an activity or event lasted.


id

long id
The system generated unique identifier.


name

java.lang.String name
Names assigned to health care procedures done for diagnostic, surveillance, treatment, palliation, or study-directed purposes. Values include: Bone Scan; Colonoscopy; CAT Scan; Biopsy; Flow Cytometry, Blood; Flow Cytometry, Bone Marrow; MRI; X-ray, Chest; Physical Examination, Positron Emission Tomography; MUGA Scan; Transrectal Ultrasound; Ultrasound; Flow cytometry.


plannnedUnplannedInd

boolean plannnedUnplannedInd
An indicator to specify whether the activity/event was planned, according to the study, or unplanned.


reason

java.lang.String reason
Text reason that a procedure is performed on an individual. Values include: Diagnostic, Research, Treatment. Captures the specific reason for the event.


startDate

java.util.Date startDate
The begin java.util.Date of a measure or agent.


stopDate

java.util.Date stopDate
The end java.util.Date of a measure or agent.


subjectAssignment

SubjectAssignment subjectAssignment

Class org.tolven.ctom.entity.ActivityRelationship extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

comments

java.lang.String comments
A description of the relationship between two activities.


id

long id
The system generated unique identifier.


activity

Activity activity

Class org.tolven.ctom.entity.AdverseEvent extends Assessment implements Serializable

serialVersionUID: 1L

Serialized Fields

actionTaken

java.lang.String actionTaken
Action taken in response to an adverse event. Values include: 2 - Dose Reduced; 1 - None; 3 - Regimen Interrupted; 4 - TherapyDiscontinued/Interrupted/ Reduced; 5 - Interrupted/Reduced.


conditionPattern

java.lang.String conditionPattern
Time pattern by which Adverse Event occurs. Values include: 1 single episode, 2 intermittent, 3 continuous.


ctcAttribution

java.lang.String ctcAttribution
A scale of values to indicate the causal relation between the treatment modality and the specific adverse event. Values include: Definite; Possible; Probable; Unlikely; Unrelated .


ctcCategory

java.lang.String ctcCategory
The high level classification in CTC containing the adverse event term. Values include: Constitutional Symptoms; Pulmonary/Upper Respiratory; Dermatology/Skin; Gastrointestinal; Pain; Infection; Allergy/Immunology; Auditory/Ear; Blood/Bone Marrow; Cardiac Arrhythmia; Cardiac General; Coagulation; Endocrine; Hemorrhage/Bleeding; Hepatobiliary/Pancreas; Lymphatics; Metabolic/ Laboratory; Musculoskeletal/Soft Tissue; Neurology; Ocular/Visual; Renal/Genitourinary; Secondary Malignancy; Sexual/Reproductive Function; Syndromes; Death; Growth and Development; Surgery/Intra-operative Injury; Vascular.


ctcGrade

java.lang.String ctcGrade
Adverse Event numeric grade (0-5) based on the NCI Common Toxicity Criteria. Values include: 0 No Adverse Event Or Within Normal Limits 1 Mild Adverse Event 2 Moderate Adverse Event 3 Severe and Undesirable Adverse Event 4 Life-Threatening Or Disabling Adverse Event 5 Death Related To Adverse Event


ctcTermType

java.lang.String ctcTermType
The medical description of the adverse event using NCI CTC terminology. Includes 1059 values.


description

java.lang.String description
The clinical description of the adverse event.


doseLimitingToxicityDescription

java.lang.String doseLimitingToxicityDescription
Description of dose limiting toxicities for a drug or agent.


doseLimitingToxicityInd

boolean doseLimitingToxicityInd
Indication (Y or N) of an Adverse event considered to be a dose-limiting toxicity.


onsetDate

java.util.Date onsetDate
The java.util.Date when a symptom or Adverse Event (AE) initially occurred.


outcome

java.lang.String outcome
Final status of the patient related to an adverse event. Values include: 1 - Recovered; 2 Still Under Treatment/Observation; 3 Alive With Sequelae; 4 Died.


resolvedDate

java.util.Date resolvedDate
The java.util.Date when an Adverse Event (AE) is resolved or returns to baseline value, based on standardized criteria (CTCAE).


seriousReason

java.lang.String seriousReason
Reason that an Adverse Event is evaluated to be serious. Values include: 1 - No; 2 - Life-Threatening; 3 - Death; 4 - Disability; 5 - Hospitalized; 6 - Congenital Anomaly; 7 - Jeopardizes Patient/Requires Intervention.

Class org.tolven.ctom.entity.AdverseEventReport extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


submissionDate

java.util.Date submissionDate
Date the AER was submitted to FDA or other regulatory body. CTEP: a java.util.Date on which printed or electronic documents were sent to an authorized institution.


adverseEvent

AdverseEvent adverseEvent

Class org.tolven.ctom.entity.AdverseEventTherapy extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

delayDuration

java.lang.String delayDuration
The duration of delay of the adverse event treatment.


id

long id
The system generated unique identifier.


intensity

java.lang.String intensity
The intensity an adverse event has been treated with. Values include: None, Symptomatic, Supportive, Vigorous , Supportive.


treatmentDate

java.util.Date treatmentDate
The java.util.Date when adverse event was treated.


adverseEvent

AdverseEvent adverseEvent

Class org.tolven.ctom.entity.Agent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description
The text that describes the formulation of the agent used in the study (DCP).


formCode

java.lang.String formCode
The code that represents the formulation of the agent used in the study (DCP)


id

long id
The system generated unique identifier.


name

java.lang.String name
The name of the agent used in the treatment regimen following CTMS requirements for name formatting.


status

java.lang.String status
A value representing whether the information associated with the Entity is currently active or inactive for the purpose of Participation in Acts. [RIM] (BRIDG)

Class org.tolven.ctom.entity.AgentRelationship extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


agent

Agent agent

Class org.tolven.ctom.entity.AgentSynonym extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


name

java.lang.String name
The alternate name for the agent.


agent

Agent agent

Class org.tolven.ctom.entity.Amendment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


identifier

long identifier
Identifier to uniquely represent an amendment (version) of a protocol.


irbApprovalDate

java.util.Date irbApprovalDate
Date of protocol amendment approval by IRB. Amendments are versions of the original protocol document, each version with an eligibility checklist, informed consent, and complete revised protocol.


study

Study study

Class org.tolven.ctom.entity.Assessment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

evaluationDate

java.util.Date evaluationDate
The java.util.Date on which the evaluation was recorded.


id

long id
The system generated unique identifier.


activity

Activity activity

Class org.tolven.ctom.entity.CancerStaging extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


numericStage

java.lang.String numericStage
Numeric value used to express the extent of a cancer within the body, especially whether the disease has spread from the original site to other parts of the body. Values Include: I, IA, IB, II, III, IV, IIA, IIB, IIIA, IIIB, IIIC, IVA, IVB, A, B, C, D, D0, D1, D2, D3, 0.


textStage

java.lang.String textStage
Diagnosis represented as a character short name using ICD-9 cancer types.


tnmStage

java.lang.String tnmStage
TNM value used to express the extent of a cancer within the body, citing disease extent in the primary tumor (T), lymph nodes (N), and metastatic sites (M).


diagnosis

Diagnosis diagnosis

Class org.tolven.ctom.entity.Diagnosis extends Assessment implements Serializable

serialVersionUID: 1L

Serialized Fields

age

int age
Age at which condition or disease was diagnosed.


code

java.lang.String code
The patient's primary cancer diagnosis. Use CTEP Terms and MedDRA Codes. (CDUS)


codingScheme

java.lang.String codingScheme
The coding scheme used to define the diagnosis.


confirmationDate

java.util.Date confirmationDate
The java.util.Date when a pathologic diagnosis is verified and confirmed.


diseaseExtent

java.lang.String diseaseExtent
The extent of invasion of the disease. (CTEP) Definition of the extent of the disease in the body (e.g., in-situ, localized, invasion, regional, etc.)


diseaseStatus

java.lang.String diseaseStatus
Summary status of the amount of disease present at a specified timepoint. Values include: metastatic, disease free. Current status of the disease in the body (e.g., disease-free, metastatic).


name

java.lang.String name
Name to represent a subject's cancer diagnosis, using CTEP terms and MedDRA disease terms.


occurrenceType

java.lang.String occurrenceType
Indication of whether this is a new or recurring disease


primarySite

java.lang.String primarySite
Name of the primary anatomic site of disease using a set of values in compliance with the Adverse Event Expedited Reporting System (AdEERS). Values include: Appendix; Bladder; Cervix; Colon; Esophagus; Liver; Lung; Mediastinum; Ovary; Pericardium; Pleura; Prostate; Rectum; Ureter; Uterus; Vagina; Breast; Kidney; Chest; Cerebellum; Brainstem; Spleen; Thyroid; Stomach; mouth; Skull; Mandible; Sternum; Ribs; Humerus; Radius; Ulna; Femur; Tibia; Fibula; Skin; Sigmoid Colon; Anus; Jejunum; Ileum; Pelvis; Pancreas; Bone Marrow; Back; Testicle; Duodenum; Penis; Pharynx; Nasopharynx; Peripheral Blood; Cerebrospinal Fluid; Cerebrum; Bile Duct; Fallopian Tube; Ear, External; Ear, Inner; Ear, Mid; Eye, Globe; Eye, Orbit; Nose; Sinuses; Throat; Lymph Node, Axilla; Lymph Node, Brachial; Lymph Node, Cervical; Lymph Node, Epitrochlear; Lymph Node, Femoral; Lymph Node, Hilar; Lymph Node, Iliac; Lymph Node, Inguinal; Lymph Node, Internal Mammary; Lymph Node; Lymph Node, Mediastinal; Lymph Node, Mesenteric; Lymph Node, Mid-Pelvis; Lymph Node, Neck; Lymph Node, Occipital; Lymph Node, Paraaortic; Lymph Node, Pelvis; Lymph Node, Periauricular; Lymph Node, Popliteal; Lymph Node, Retroperitoneal; Lymph Node(s), Subclavian; Lymph Node, Submental; Lymph Node, Supraclavicular; Feet; Hands; Iliac Bone; Muscle, Upper Extremity Distal; Muscle, Upper Extremity Proximal; Muscle, Lower Extremity Distal; Muscle, Lower Extremity Proximal; Spine, Cervical; Spine, Lumbar; Spine, Sacral; Spine, Thoracic; Adrenal Gland; Other Site; Hilum, Thoracic, Lung, Anterior Left Lower Lobe; Lung, Anterior Left Upper Lobe; Lung, Anterior Right Lower Lobe; Lung, Anterior RIght Middle Lobe; Lung, Anterior Right Upper Lobe; Lung, Posterior Left Lower Lobe; Lung, Posterior Left Upper Lobe; Lung, Posterior Right Lower Lobe; Lung, Posterior Right Middle Lobe; Lung, Posterior Right Upper Lobe.


primarySiteLaterality

java.lang.String primarySiteLaterality
For a tumor in a paired organ, a designation for the side of the body on which the tumor or cancer first developed. Values include: Bilateral; Both; Left; Right; Unilateral; Side Not Specified; Not a Paired Site; Unknown. (CTEP)


source

java.lang.String source
Source or origin of information for a cancer diagnosis, using a list of values (Path report, family members, others). Values Include: Other, Pathology Report, Report, Self-Report, Family Members, MD (Physician) Report. Identification of the source of origin of the diagnosis; this can be self reported, family, physician, etc.

Class org.tolven.ctom.entity.DiseaseResponse extends Assessment implements Serializable

serialVersionUID: 1L

Serialized Fields

comments

java.lang.String comments
Free text field to add details and reason for a response call.


diseaseState

java.lang.String diseaseState
The patient's disease state as of the last day of the observation period for the course (cycle). Values include: DU Disease Unchanged, CR Complete Response, MR Less Than Partial Response, NA Not Assessed, NE Not Evaluable, NP Not Applicable Per Protocol, NR No Response, PD Progressive Disease, PR Partial Response, SD Stable Disease, TE Too early, CRU Complete Response Unconfirmed, UK Unknown.


diseaseStateBest

java.lang.String diseaseStateBest
The best improvement achieved throughout the entire course of protocol treatment. Values include: CR Complete Response, PD Progressive Disease, PR Partial Reponse, SD Stable Disease, NA Not Assessed, UK Unknown, MR Less Than Partial Response, NP Not Applicable Per Protocol, NE Not Evaluable, TE Too Early, DU Disease Unchanged, NR No Response, CRU Complete Response Unconfirmed.


diseaseStateBestDate

java.util.Date diseaseStateBestDate
Date of the evaluation used to determine the patient's maximum improvement in disease status within a period of protocol time.


progressionDate

java.util.Date progressionDate
The java.util.Date of the evaluation or procedure used to determine the patient's disease status of progressive disease.


progressionPeriod

int progressionPeriod
Time from the point of intervention to the point of disease progression, expressed in months.

Class org.tolven.ctom.entity.EligibilityCriteria extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

expectedAnswer

java.lang.String expectedAnswer
Indicates the expected answer to the eligibility question. Values include: Yes, No


id

long id
The system generated unique identifier.


question

java.lang.String question
The complete text of an individual question/criterion on the eligibility checklist of a protocol.


study

Study study

Class org.tolven.ctom.entity.Exclusion extends EligibilityCriteria implements Serializable

serialVersionUID: 1L

Class org.tolven.ctom.entity.FemaleReproductiveCharacteristic extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

abortionInd

boolean abortionInd
Indication (Yes or No) of a woman's incidence of induced abortion in her pregnancy history.


firstLiveBirthAge

int firstLiveBirthAge
Age at the time of first live birth expressed in number of years.


id

long id
The system generated unique identifier.


liveBirthCount

int liveBirthCount
Count of the number of successful pregnancies that resulted in the birth of at least one child.


menopauseAge

int menopauseAge
Age at the time of menopause expressed in number of years since birth.


menopauseReason

java.lang.String menopauseReason
Explanation of why menstrual periods ceased. Values include: Other (specify), Natural Menopause, Surgery Stopped Period, Medication Stopped Period, Radiation Stopped Period.


menopauseStartDate

java.util.Date menopauseStartDate
Date when menopausal status is confirmed to begin.


stillBirthCount

int stillBirthCount
Incidence of stillbirth as part of a woman's pregnancy history.


subject

Subject subject

Class org.tolven.ctom.entity.HealthCareSite extends Organization implements Serializable

serialVersionUID: 1L

Serialized Fields

nciInstituteCode

java.lang.String nciInstituteCode
A unique alpha-numeric code assigned by NCI to institution where the patient/participant was originally registered on study (institution where the patient signed the informed consent form). The code is assigned to protocol/records to identify the institution(s) participating in NCI-sponsored clinical trials and investigator records to identify address location.

Class org.tolven.ctom.entity.Histopathology extends Observation implements Serializable

serialVersionUID: 1L

Serialized Fields

grossExamResult

java.lang.String grossExamResult
Results of a pathological review of a specimen or sample of tissue. Values include: Positive, Negative, Indeterminate, Not Done.


involvedSurgicalMargin

boolean involvedSurgicalMargin
The yes/no indicator to ask if the margins of surgical resection are involved or infiltrated by the tumor. (CTEP)


reportDescriptiveText

java.lang.String reportDescriptiveText
Text that provides a description of a pathology report.

Class org.tolven.ctom.entity.HistopathologyGrade extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

comments

java.lang.String comments
A description of the grade.


grade

java.lang.String grade
Text grade for the degree of cellular differentiation in a tissue sample.


gradingSystemName

java.lang.String gradingSystemName
The name of system used in grading the findings. Example: nottingham.


id

long id
The system generated unique identifier.


histopathology

Histopathology histopathology

Class org.tolven.ctom.entity.Imaging extends Procedure implements Serializable

serialVersionUID: 1L

Serialized Fields

contrastAgentEnhancement

java.lang.String contrastAgentEnhancement
Indication if the image was enhanced (Y) or not (N) by the use of a contrast agent. Values include: Not Applicable; No; Yes


descriptiveText

java.lang.String descriptiveText
Text description of an imaging enhancement procedure.


identifier

java.lang.String identifier
Unique identifier of an image.


rateOfEnhancementValue

int rateOfEnhancementValue
Numeric value to indicate an increase in voxel signal over time for an MRI, expressed as signal intensity units per second.

Class org.tolven.ctom.entity.Inclusion extends EligibilityCriteria implements Serializable

serialVersionUID: 1L

Class org.tolven.ctom.entity.Investigator extends Person implements Serializable

serialVersionUID: 1L

Serialized Fields

nciCode

java.lang.String nciCode
The identifier assigned in the NCI investigator registry to a physician approved for conducting a clinical trial (CTEP)

Class org.tolven.ctom.entity.LesionEvaluation extends Observation implements Serializable

serialVersionUID: 1L

Serialized Fields

anatomicSiteDescription

java.lang.String anatomicSiteDescription
Description of the anatomic location of a specific lesion or site of disease.


appearanceType

java.lang.String appearanceType
Text description of the appearance of a superficial lesion. Values include: Flat Lesion, Nodular Lesion.


bodySiteContactName

java.lang.String bodySiteContactName
Name of the organ site (single) within the body in contact with a site of tumor.


evaluationNumber

int evaluationNumber
Sequential number corresponding to an evaluation timepoint. (O for the baseline evaluation, 1 for the first evaluation, 2 for the second evaluation, etc.)


lesionNumber

java.lang.String lesionNumber
The unique lesion number. Once a lesion number is designated for a specific lesion, that number may not change or re-used to denote a different lesion.


method

java.lang.String method
A method of assessment by which a cancer lesion is examined and or measured; by RECIST guidelines, the same method must be used to evaluate a lesion at each assessment from baseline to follow-up." (CTEP) Values include: PET scan; Gallium scan; Not done; Differential; Visual assessment; Bone scan; CT scan; Chest x-ray; Clinical examination; Cytology; Fine needle aspiration biopsy; Fine needle aspiration biopsy, with wire localization; Histology; Incisional biopsy; Incisional biopsy, with wire localization; MRI; Mastectomy; Needle biopsy (tru-cut or core); Needle biopsy (tru-cut or core), with wire localization); Not evaluated; Other; Resection/re-excision of lumpectomy margins; Spiral CT scan; Tumor markers; Ultrasound; Autopsy; Axillary dissection; Ductal lavage; Ductoscopic biopsy; Excisional biopsy or lumpectomy; Excisional biopsy or lumpectomy, with wire localization; Fluid cytology, ascites; Fluid cytology, cerebrospinal fluid; Fluid cytology, pleural; Nipple fluid; Other, specify; Prophalactic mastectomy; Sentinel node biopsy; Laparotomy; Laparoscopy; Biopsy, other; Preoperative CT scan; EKG; Biopsy; Not applicable; Pathologic; Physical exam; Radiograph; Bilateral mammogram; Bimanual examination; Direct inspection; Intraoperative ultrasound; Primary surgery; X-ray; Surgery; unknown; clinical; Palpation; Visualization; Colposcopy; Endoscopy; MRI scan; Plain film/X-ray without contrast; Plain film/X-ray with contrast; Radioisotope scan; Histologic confirmation; Cytologic confirmation; cytoscopy; cystoscopy; Histologic; Radiographic; Tumor Marker.


previouslyIrradiatedSite

java.lang.String previouslyIrradiatedSite
Yes/No/Unknown response to signify that a lesion or site of disease has previously been irradiated.


quantityNumber

int quantityNumber
The field to specify the number of lesions.


targetNonTargetCode

java.lang.String targetNonTargetCode
Text to represent that a lesion is classified as target or nontarget using the Recist Criteria. Values include: Target Lesion, Nontarget Lesion.

Class org.tolven.ctom.entity.Measurable extends LesionEvaluation implements Serializable

serialVersionUID: 1L

Serialized Fields

dimensionProduct

int dimensionProduct
Result or product of multiplying dimensions (2 or 3) of a site or specimen expressed in centimeters.


xDimension

int xDimension
Measurement of a lesion or location in the 'X' dimension in centimeters (longest measurement).


yDimension

int yDimension
The measurements of a lesion in Y (2nd or width) dimension in centimeters.


zDimension

int zDimension
The measurements of the lesions in Z (3rd) dimension in centimeters.

Class org.tolven.ctom.entity.MetastasisSite extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

bodySiteName

java.lang.String bodySiteName
Name of site(s) within the body targeted for procedures or interventions; multiple contiguous sites within the same organ system may be referenced.


id

long id
The system generated unique identifier.


cancerStaging

CancerStaging cancerStaging

Class org.tolven.ctom.entity.Neoplasm extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cellType

java.lang.String cellType
The type of cancer cells found.


id

long id
The system generated unique identifier.


histopathology

Histopathology histopathology

Class org.tolven.ctom.entity.NonMeasurable extends LesionEvaluation implements Serializable

serialVersionUID: 1L

Serialized Fields

code

java.lang.String code
Code to follow the response of a specific non-measurable lesion, as specified at the time of each evaluation. Values include: N - New; R - Resolved; D - Decreasing; I - Increasing; S - Stable; B - Baseline.

Class org.tolven.ctom.entity.Observation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

confidentialityCode

java.lang.String confidentialityCode
A code for the degree of confidentiality applicable to an observation.


id

long id
The system generated unique identifier.


reportingDate

java.util.Date reportingDate
The java.util.Date the observation was reported. The java.util.Date the report was created. (DCP)


uncertaintyCode

java.lang.String uncertaintyCode
A code indicating whether the observation, with its subordinate components has been asserted to be uncertain in any way. For example, a patient might have had a cholecystectomy procedure in the past (but isn't sure).


assessment

Assessment assessment

activity

Activity activity

Class org.tolven.ctom.entity.ObservationRelationship extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

comments

java.lang.String comments
A description of the relationship between two observations.


id

long id
The system generated unique identifier.


observation

Observation observation

Class org.tolven.ctom.entity.Organization extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

description

java.lang.String description
Text describing the organization


id

long id
The system generated unique identifier.


name

java.lang.String name
Name of the organization or an institution conducting the trial. (DCP)

Class org.tolven.ctom.entity.Person extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

administrativeGenderCode

java.lang.String administrativeGenderCode
The classification of the sex or gender role of the patient. Values include: Female, Male, Unknown.


educationLevelCode

java.lang.String educationLevelCode
Highest level of education completed. Values include: Less than High School Diploma; High School Diploma; Vocational School; Some College; College Degree; Some Graduate School; Graduate Degree; PostGraduate (Doctoral).


employmentStatus

java.lang.String employmentStatus
The current occupational status of the participant. Values include: Disabled, Employed, Homemaker, Retired, Student, Unemployed, Other.


ethnicGroupCode

java.lang.String ethnicGroupCode
The patient's self declared ethnic origination, independent of racial origination, based on OMB approved categories. Values include: Hispanic Or Latino, Unknown, Not reported, Not Hispanic Or Latino.


firstName

java.lang.String firstName
A word or group of words indicating a person's first (personal or given) name; the name that precedes the surname. Synonym = Given Name. (DCP)


householdIncomeCategory

java.lang.String householdIncomeCategory
Category to designate the total income of a household. Values include: Less than $25,000; $25,000 to $50,000; $50,000 to $75,000; $75,000 to $100,000; Greater than $100,000.


id

long id
The system generated unique identifier.


lastName

java.lang.String lastName
A means of uniquely identifying an individual by using a word or group of words indicating a person's last (family) name. Last Name, Surname. (DCP)


maritalStatusCode

java.lang.String maritalStatusCode
Commonly used category name to describe the marital status of a person. Values include: Married, Widowed, Single, Separated, Divorced, I Prefer Not to Answer, Living As Married.


raceCode

java.lang.String raceCode
The patient's self declared racial origination, independent of ethnic origination, using OMB approved categories. Values include: Not Reported, American Indian or Alaska Native, Native Hawaiian or other Pacific Islander, Unknown, Asian, White, Black or African American.

Class org.tolven.ctom.entity.PersonOccupation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


primaryType

java.lang.String primaryType
The primary occupation of the participant for most of their adult employment. www.osha.gov/cgi-bin/sic/sicser5 This is paired with Occupation Primary - Industry. 4 Digit SIC Codes.


startDate

java.util.Date startDate
Date this type of occupation started. This is a formatted java.util.Date field.


stopDate

java.util.Date stopDate
Date this type of occupation stopped. This is a formatted java.util.Date field.


person

Person person

Class org.tolven.ctom.entity.Procedure extends Activity implements Serializable

serialVersionUID: 1L

Serialized Fields

targetSiteCode

java.lang.String targetSiteCode
Name of site(s) within the body targeted for procedures or interventions; multiple contiguous sites within the same organ system may be referenced.

Class org.tolven.ctom.entity.QualitativeEvaluation extends Assessment implements Serializable

serialVersionUID: 1L

Serialized Fields

anamResultAccuracyInPercentage

int anamResultAccuracyInPercentage
Percentage of accuracy of a result using the ANAM, a psychometric measurement of memory and reaction time.


deathCause

java.lang.String deathCause
Code for the reason patient died relative specifically to the disease/condition under investigation. Values include: I - Infection; M - Malignant Disease; O- Other; T - Toxicity From Protocol Treatment.


deathCauseText

java.lang.String deathCauseText
Descriptive text for clarification with the cause of death is 'Other'.


deathDate

java.util.Date deathDate
The actual java.util.Date of a patient's death.


menstrualInd

boolean menstrualInd
Indicator of Yes or No to indicate if a woman has had a menstrual period in the past 12 months. Values include: Yes, No.


menstrualPatternType

java.lang.String menstrualPatternType
Evaluation of the regularity of an individual's menstrual periods. Values include: Always Regular, Never Regular, Usually Regular.


painIndexScore

int painIndexScore
Numeric score (0 to 10) denoting level of pain.


performanceStatusScore

int performanceStatusScore
Score from the Karnofsky Performance status scale, representing the functional capabilities of a person. Values include: 100 Normal; 90 Able to carry on normal activity; 80 Normal activity with effort; 70 Cares for self; 60 Requires occasional assistance; 50 Requires considerable assistance; 40 Disabled; 30 Severely disabled; 20 Very sick - hospital admission necessary, 10 Moribund; 0 DEAD.


survivalStatus

int survivalStatus
Status of a person's survival and disease at a particular point in time. Values include: 3 Alive Disease Status Unknown; 1 Alive With Disease; 2 Alive With No Evidence Of Disease; 5 Died; 4 Unknown.


survivalStatusDescription

java.lang.String survivalStatusDescription
Explanation of a survival status of 'Other'.

Class org.tolven.ctom.entity.QuantitativeResult extends Observation implements Serializable

serialVersionUID: 1L

Serialized Fields

assayMethod

java.lang.String assayMethod
Name of the method of measuring the pharmacologic (PK) effects of a biologically active substance using an intermediate in vivo or in vitro tissue or cell model under controlled conditions. Values include: ER Estrogen Receptor Assay; PR Progesterone Receptor Assay; p53 p53 Assay; HER-2 (IHC) Her-2, Immunohistochemistry Assay; HER-2 (ISH) Her-2, In Situ Hybridization Assay.


biomarkerInd

boolean biomarkerInd
Determines if result is considered a study biomarker.


bodyPosition

java.lang.String bodyPosition
The arrangement or location of a patient's body using an enumerated set of values. Values include: Unknown, Semiprone,Prone, Sitting, Standing, Upright, Supine.


characterValue

java.lang.String characterValue
Character result of a laboratory analysis expressed as text.


labReferenceRange

java.lang.String labReferenceRange
Indicator that a lab test result is normal, high or low in reference to a reference range of values for this test. Values include: Lower than reference range; High- greater than normal in degree or intensity or amount; NORMAL; Nonnumeric test results; No range exists for lab test results.


labTechnique

java.lang.String labTechnique
Techniques used in laboratory for research purposes. NCI Metathesaurus code: CL026563. Values include: IHC Immunohistochemistry; RTPCR reversetranscriptase- polymerase chain reaction; PCR Polymerase Chain Reaction; TUNEL Assay In Situ Nick-End Labeling; qRTPCR: quantitative Reverse Transcriptase-Polymerase Chain Reaction; Automatic Differentiation; Manual Differentiation.


meansVitalStatusObtained

java.lang.String meansVitalStatusObtained
The way in which person's vital status was obtained. Values include: Unknown, Conference notes, Hospital Information System (electronic transfer), Hard copy, Patient supplied verbally, Patient supplied in written form.


numericValue

int numericValue
Numeric result of the laboratory analysis expressed as a number of 12 digits total, with 5 after the decimal.


significanceInd

boolean significanceInd
Indicator placed on a test result, reflecting the decision to report a specific piece of data to a sponsor or monitor. Response is represented as Y (Yes) or N (No).


testName

java.lang.String testName
Identifier name given to a medical test.


testPanelName

java.lang.String testPanelName
Name given to a logical grouping of lab test values.


unitOfMeasure

java.lang.String unitOfMeasure
The units of the test result. In case of laboratory test results, this element maps to CDE Lab Unit Of Measure Name; publicID 2003753; version 3.0.

Class org.tolven.ctom.entity.Radiation extends Procedure implements Serializable

serialVersionUID: 1L

Serialized Fields

dose

java.lang.String dose
The value of dosing and administration of radiation therapy as part of a procedure.


doseUnitOfMeasure

java.lang.String doseUnitOfMeasure
Unit of measure used for dosing and administration of radiation therapy. Values include: Gray, Centigray, Radiation Absorbed Dose.


therapyType

java.lang.String therapyType
The type of radiation therapy being used in a treatment regimen. Values include: Extensive Radiation, Limited Radiation, Radiation - Extent Unknown.

Class org.tolven.ctom.entity.Specimen extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


idNumber

long idNumber
A unique sample, I.D. number (Is this the unique specimen identifier - USI?)


samplingType

int samplingType
Type of specimen/body tissue being sampled, using an enumerated set of values. Values include: V Saliva, A Aphaeresis Cells, B Whole Blood, C CSF, D CD33 Myeloid Cells, L CD3 Lymphoid Cells, M PBMC Peripheral Blood Mononuclear Cells, O Bone Marrow, P Plasma, S Serum, T Tumor Tissue, U Urine, Y CD14/CD15 Myeloid Cells.


specimenCollection

SpecimenCollection specimenCollection

Class org.tolven.ctom.entity.SpecimenCollection extends Procedure implements Serializable

serialVersionUID: 1L

Serialized Fields

method

java.lang.String method
The type of procedure or method used to collect the specimen. Values include: Abdominal/ ascites effusion; Biopsy; Bronchial alveolar lavage (BAL); Bronchial brushing; Bronchial secretions; Bronchial washing; Bucal brushing; Fine needle aspiration, specify site; Frozen Biopsy; Mediastinoscopy; Other, specify; Pericardial effusion; Pleural effusion; Pleural lavage; Sputum, induced; Sputum, spontaneous.


siteCondition

java.lang.String siteCondition
The type of the site where specimen/sample has been collected. Values include Normal or Abnormal.

Class org.tolven.ctom.entity.Study extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

activationDate

java.util.Date activationDate
Date of IRB approval of the initial protocol version; the java.util.Date the IRB Chair signs off on a protocol and patient enrollment can begin.


blindedInd

boolean blindedInd
Indicator of Yes (Y) or No (N) to specify if a protocol is blinded.


closureDate

java.util.Date closureDate
Date of closure refers to the closing of a study to enrollment. Patients enrolled on the study at the time of closure will continue their treatment plan.


description

java.lang.String description
The free text field of the type of study being conducted. (CTEP)


diseaseCode

java.lang.String diseaseCode
Code to represent at a summary level the category of disease treated on a protocol (Cancer, AIDS, and Benign disease). Values Include: A: AIDS, B: Benign, C: Cancer.


id

long id
The system generated unique identifier.


intentCode

java.lang.String intentCode
Codes to identify a type of protocol based upon its intent (genetic, diagnostic, preventive, etc.). Values include: D: Diagnostic Protocol, GN: Genetic Non- therapeutic Protocol, GT: Genetic Therapeutic Protocol, N: Therapeutic Protocol, P: Primary Treatment Protocol , S: Supportive Protocol, T: Preventive Protocol.


longTitle

java.lang.String longTitle
Descriptive text used to represent the long title or name of a protocol.


monitorCode

java.lang.String monitorCode
Code to represent the monitor for a protocol. Values iclude: CTEP, CTEP - CTMS; CTEP - CDUS Complete; CTEP - CDUS Abbreviated; Pharmaceutical Company; Internal Monitor.


multiInstitutionInd

boolean multiInstitutionInd
A Yes/No response to indicate if a protocol is being conducted at more than one site concurrently.


navyNCINumber

java.lang.String navyNCINumber
NCI Navy formatted protocol number.


nciNumber

java.lang.String nciNumber
The numeric or alphanumeric identification assigned to the study by the NCI. Inter-Group protocols should use the lead Groups protocol number.


phaseCode

java.lang.String phaseCode
Coded designation of phase (I, II, III, or IV) for a clinical trial. Values include: I, I/II, II, III, NA.


precis

java.lang.String precis
A structured summary description of a protocol document.


randomizedInd

boolean randomizedInd
An indicator as to whether a study is randomized. A randomized study is a study in which the participants are assigned by chance to separate groups that compare different treatments; neither the researchers nor the participants can choose which group. Using chance to assign people to groups means that the groups will be similar and that the treatments they receive can be compared objectively. At the time of the trial, it is not known which treatment is best. It is the patient's choice to be on a randomized study.


shortTitle

java.lang.String shortTitle
Title of a protocol limited to 30 characters in length. BRIDG: A name or abbreviated title by which the document is known.


sponsorCode

java.lang.String sponsorCode
Code used to identify the sponsor (IND holder) for a clinical trial. Values include: AB Abbott Labs; AL Alkermes, Inc.; APH Angiotech; AM Amgen; BF Brian Fuller, MD; BI Boehringer Ingelheim; BM Battelle Memorial, Inc.; BW Burroughs Wellcome; CG Celgene; CL CanLab Pharm Research; CP CellPro, Inc.; CT CTEP Cancer Therapy Evaluation Program, NCI; DHF Daniel H. Fowler, MD; EL Eli Lilly; EV Ellen Vitetta, MD; FJ Fujisawa; GH Genentech; GI Gilead Sciences; GX Glaxo; HLR Hoffman LaRoche; IM Immunogen; IRC Immune Response Corp; JA Janssen; KN Knoll; LP The Liposome Company; ME Medarex, Inc.; MGI MGI Pharma, Inc.; MK Merck and Co., Inc.; MT Maria Turner, MD; NCI National Cancer Institute program; NI NIAID; PF Pfizer; PG Proctor & Gamble; RF Robert Fenton, MD; RI RIBI Immunochem; SA Sandoz; SG Sugen, Inc.; SP Schering-Plough; THN Therion; TW Thomas Waldmann, MD; TX Texcellon; US US Biosciences; VI Vion Pharmaceuticals; WCE W.C. Eckelman, MD; XE Xenova, Ltd.


statusCode

java.lang.String statusCode
Codes to represent the status of a protocol in relation to the ability to enroll participants/patients. Values include: C: Closed, O: Open, S: Suspended, T: Terminated.


suspensionDate

java.util.Date suspensionDate
Date of the status change of a protocol to 'suspended', requiring that patient accrual be halted until the protocol is restored to fully active status.


targetAccrualNumber

int targetAccrualNumber
Total number of patients/subjects/participants needed for protocol enrollment (accrual).


parentStudy

Study parentStudy

studySites

java.util.Set<E> studySites

Class org.tolven.ctom.entity.StudyAgent extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


investigationalInd

boolean investigationalInd
A yes/no value indicating if the agent is an Investigational New Drug (IND)


agent

Agent agent

study

Study study

Class org.tolven.ctom.entity.StudyInvestigator extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

endDate

java.util.Date endDate
The java.util.Date from which an investigator's participation in this Study ends.


id

long id
The system generated unique identifier.


responsibilityRole

java.lang.String responsibilityRole
The responsibility of the Investigator on a particular Study. e.g., Primary Investigator, Co-Investigator, etc.


signatureCode

int signatureCode
The indicator representing that the investigator has signed the document. (DCP) BRIDG: A code specifying whether and how the participant has attested his participation through a signature and or whether such a signature is needed.


signatureText

java.lang.String signatureText
The signed name of the investigator who is responsible for completing a form or report for a clinical trial. (CTEP) BRIDG: A textual or multimedia depiction of the signature by which the participant endorses his or her participation in the Act as specified in the Participation.typeCode and that he or she agrees to assume the associated accountability.


startDate

java.util.Date startDate
The java.util.Date from which an investigator's participation in this Study begins.


status

java.lang.String status
A code specifying whether the state of participation of an investigator in the given Study is pending, active, complete, or cancelled.


study

Study study

investigator

Investigator investigator

Class org.tolven.ctom.entity.StudySite extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id
The system generated unique identifier.


siteRole

java.lang.String siteRole
The role the site is playing in that study. CTEP roles -- Lead organization, participating organization, etc.


status

java.lang.String status
A code specifying whether the state of participation of a site in the given Study is pending, active, complete, or cancelled.


healthCareSite

HealthCareSite healthCareSite

study

Study study

subjectAssignments

java.util.Set<E> subjectAssignments

Class org.tolven.ctom.entity.StudyTimePoint extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

courseNumber

int courseNumber
Number of the course (cycle) of treatment the patient received.


courseStartDate

java.util.Date courseStartDate
The begin java.util.Date for a course (cycle) of a protocol.


courseStopDate

java.util.Date courseStopDate
The java.util.Date that a course (cycle) as defined by a protocol is completed.


id

long id
The system generated unique identifier.


visitName

java.lang.String visitName
The proposed purpose for a visit as determined by the study.


activity

Activity activity

Class org.tolven.ctom.entity.Subject extends Person implements Serializable

serialVersionUID: 1L

Serialized Fields

confidentialityCode

java.lang.String confidentialityCode
A yes/no indicator that determines whether the patient, or the patient's legally acceptable representative, provided written authorization to allow the use and disclosure of their protected health information.


initials

java.lang.String initials
The initial letters of the first, middle, and last names of the patient registered on the clinical trial. Note: this should be considered as identifying information and should not be part of research database --(Still TBD).


medicalRecordNumber

java.lang.String medicalRecordNumber
The unique numeric or alphanumeric designation used by the facility to identify the patient. NOTE: Note: this should be considered as identifying information and should not be part of research database --(Still TBD).


paymentMethod

java.lang.String paymentMethod
Primary Payer/insurance carrier information at the time of treatment on a protocol. Values include: 1 Private Insurance 2 Medicare 3 Medicare And Private Insurance 4 Medicaid 5 Medicaid and Medicare 6 Military Or Veterans Sponsored NOS 6b Veterans Sponsored 7 Self Pay (No Insurance) 8 No Means Of Payment (No Insurance) 98 Other 99 Unknown 6a Military Sponsored (Including Champus & Tricare).


zipCode

java.lang.String zipCode
The number representing a postal area for a patient (in the USA this is a five or nine digit number).

Class org.tolven.ctom.entity.SubjectAssignment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

ageAtEnrollment

int ageAtEnrollment
Age at the time of study enrollment, expressed in number of years completed at the last birthday. Value is collected to two decimal points of precision to meet Clinical Trials Monitoring Service (CTMS) reporting requirements.


arm

java.lang.String arm
Protocol-specific arm assignment identified in a formal communication. NOTE: When the epochName is "Prior" or "Baseline" -- the arm value will be defaulted to NULL.


eligibilityWaiverReason

java.lang.String eligibilityWaiverReason
The reason that a subject is given a sponsor-approved waiver for meeting protocol-defined eligibility requirements.


epochName

java.lang.String epochName
Work in Progress: BRIDG- a time interval in the planned conduct of a study. Values include: Baseline, Screening, Run-in, Treatment, Follow-Up, etc. Note: When pre-study or medical history information is collected -- the epoch would be "Pre-Study"; relevant attributes in Activity, Observation and Assessment will be defaulted accordingly.


id

long id
The system generated unique identifier.


informedConsentFormSignedDate

java.util.Date informedConsentFormSignedDate
The java.util.Date the patient acknowledged participation on the protocol by signing the informed consent document.


offStudyDate

java.util.Date offStudyDate
The java.util.Date when the patient is removed from the protocol, i.e., is not being followed and will not be retreated.


studyAgentDoseLevel

java.lang.String studyAgentDoseLevel
Dose Level of an agent or medication, assigned to a protocol patient/participant.


studySubjectIdentifier

int studySubjectIdentifier
The unique number assigned to identify a patient on a protocol.


subgroupCode

java.lang.String subgroupCode
A unique code for identification of uniform groups of patients for separate analysis or treatment is defined in the Clinical Data Upjava.util.Date System (CDUS) Version 2.0. Use the codes submitted to CTEP on the Protocol Submission Checklist.


subject

Subject subject

studySite

StudySite studySite

Class org.tolven.ctom.entity.SubstanceAdministration extends Activity implements Serializable

serialVersionUID: 1L

Serialized Fields

doseChangeType

int doseChangeType
Value to represent a change in the plan for treatment dosage. The change may be known or unknown, as well as planned or unplanned. Values include: 9 Unknown, 3 No, 1 Yes Planned, 2 Yes Unplanned.


doseFrequency

java.lang.String doseFrequency
The number of regular recurrences in a given time. Values include: Daily, Weekly, Monthly, Yearly, Never, Unknown, Some days (1-2 DAYS), Refused to answer the question.


doseModificationType

java.lang.String doseModificationType
A description of the modification of the dose. Values include: Agent Added, Agent Dose Decreased, Agent Dose Increased, Agent Dropped, Course Added, Course Decreased, Course Dropped, Course Increased, Cycle/Rotation Added, Cycle/Rotation Decreased, Cycle/Rotation Dropped, Cycle/Rotation Increased, Regimen Interrupted, Therapy Discontinued.


doseQuantity

int doseQuantity
The total dose of study drug given to the patient in the time period encompassed by the duration.


doseUnitOfMeasure

java.lang.String doseUnitOfMeasure
Unit of measurement (UOM) used to express the amount of agent used in dosing.


route

java.lang.String route
Name of an access route for administration of agents, evaluation of vital signs, etc. Values include: Gastrostomy Tube, CIV Continuous Intravenous Infusion, IA Intra-Arterial, ID Intradermal, IH Intrahepatic, IHI Intrahepatic Infusion, IM Intramuscular, Inhalatn Inhalation, IP Intraperitoneal, IT Intrathecal, IV Intravenous Bolus, IVI Intravenous Fusion, NASAL, NG Nasogastric, Oph Each Ophthalmic, Each Eye ; Oph Left Ophthalmic, Left Eye; Oph Rt Ophthalmic, Right Eye; PO Oral, PR Rectal, RT Radiation, SC Subcutaneous, SWSP Swish & Spit, SWSW Swish & Swallow, TOP Topical, INTUM Intratumoral.


agent

Agent agent

studyAgent

StudyAgent studyAgent

Class org.tolven.ctom.entity.Surgery extends Procedure implements Serializable

serialVersionUID: 1L


Package org.tolven.doc.bean

Class org.tolven.doc.bean.TolvenMessage extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

payload

byte[] payload

xmlNS

java.lang.String xmlNS

xmlName

java.lang.String xmlName

mediaType

java.lang.String mediaType

accountId

long accountId

fromAccountId

long fromAccountId

sender

java.lang.String sender

recipient

java.lang.String recipient

authorId

long authorId

documentId

long documentId

encryptedKey

byte[] encryptedKey

encryptedKeyAlgorithm

java.lang.String encryptedKeyAlgorithm

Class org.tolven.doc.bean.TolvenMessageAttachment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

payload

byte[] payload

description

java.lang.String description

mediaType

java.lang.String mediaType

xmlNS

java.lang.String xmlNS

documentId

long documentId

Class org.tolven.doc.bean.TolvenMessageWithAttachments extends TolvenMessage implements Serializable

serialVersionUID: 2L

Serialized Fields

attachments

java.util.List<E> attachments

Package org.tolven.doc.entity

Class org.tolven.doc.entity.CCRException extends java.lang.Exception implements Serializable

Class org.tolven.doc.entity.DocAttachment extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

account

Account account

parentDocument

DocBase parentDocument

attachedDocument

DocBase attachedDocument

tolvenAuthor

AccountUser tolvenAuthor

description

java.lang.String description

mediaType

java.lang.String mediaType

uploadTime

java.util.Date uploadTime

Class org.tolven.doc.entity.DocBase extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

id

long id

account

Account account

author

TolvenUser author

subjectLink

SubjectLink subjectLink

mediaType

java.lang.String mediaType

status

java.lang.String status

content

byte[] content

documentSecretKey

org.tolven.security.key.DocumentSecretKey documentSecretKey

isSignatureRequired

java.lang.Boolean isSignatureRequired

Class org.tolven.doc.entity.DocCCR extends DocXML implements Serializable

serialVersionUID: 2L

Serialized Fields

uniqueIDSeq

int uniqueIDSeq

Class org.tolven.doc.entity.DocImage extends DocBase implements Serializable

serialVersionUID: 2L

Class org.tolven.doc.entity.DocType extends java.lang.Object implements Serializable

Serialized Fields

id

long id

Class org.tolven.doc.entity.DocumentSignature extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

docBase

DocBase docBase

id

long id

signature

byte[] signature

signatureAlgorithm

java.lang.String signatureAlgorithm

certificate

byte[] certificate

timestamp

java.util.Date timestamp

user

TolvenUser user

Class org.tolven.doc.entity.DocXML extends DocBase implements Serializable

serialVersionUID: 2L

Serialized Fields

xmlNS

java.lang.String xmlNS

xmlName

java.lang.String xmlName

Class org.tolven.doc.entity.Invitation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.Long id

account

Account account

author

TolvenUser author

targetUser

TolvenUser targetUser

chainedInvitation

Invitation chainedInvitation

template

java.lang.String template

title

java.lang.String title

expiration

java.util.Date expiration

created

java.util.Date created

dispatchAction

java.lang.String dispatchAction

status

java.lang.String status

targetEmail

java.lang.String targetEmail

emailFormat

java.lang.String emailFormat

detailContent

byte[] detailContent

accountPrivateKey

org.tolven.security.key.AccountPrivateKey accountPrivateKey

Package org.tolven.gen.bean

Class org.tolven.gen.bean.GenControlAccount extends GenControlBase implements Serializable

serialVersionUID: 1L

Class org.tolven.gen.bean.GenControlBase extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userId

long userId

chrAccountId

long chrAccountId

now

java.util.Date now

startYear

int startYear

Class org.tolven.gen.bean.GenControlCHRAccount extends GenControlAccount implements Serializable

Serialized Fields

count

int count

Class org.tolven.gen.bean.GenControlFamily extends GenControlBase implements Serializable

serialVersionUID: 1L

Serialized Fields

familyUnit

FamilyUnit familyUnit

Class org.tolven.gen.bean.GenControlPHRAccount extends GenControlAccount implements Serializable

Serialized Fields

familyName

java.lang.String familyName

Package org.tolven.gen.entity

Class org.tolven.gen.entity.FamilyMember extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

familyUnit

FamilyUnit familyUnit

person

VirtualPerson person

memberNumber

int memberNumber

role

FamilyMember.FamilyMemberRole role

Class org.tolven.gen.entity.FamilyUnit extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

familyName

java.lang.String familyName

address

java.lang.String address

city

java.lang.String city

state

java.lang.String state

zip

java.lang.String zip

members

java.util.Set<E> members

Class org.tolven.gen.entity.VirtualPerson extends java.lang.Object implements Serializable

Serialized Fields

id

long id

first

java.lang.String first

last

java.lang.String last

maiden

java.lang.String maiden

middle

java.lang.String middle

gender

java.lang.String gender

dob

java.util.Date dob

dod

java.util.Date dod

causeOfDeath

java.lang.String causeOfDeath

ageAtDeath

int ageAtDeath

mother

VirtualPerson mother

father

VirtualPerson father

ssn

java.lang.String ssn

mobilePhone

java.lang.String mobilePhone

Package org.tolven.provider.entity

Class org.tolven.provider.entity.MyProvider extends java.lang.Object implements Serializable

Serialized Fields

id

long id

account

Account account

provider

Provider provider

status

java.lang.String status

Class org.tolven.provider.entity.PatientLink extends java.lang.Object implements Serializable

Serialized Fields

id

long id

provider

Provider provider

myPatient

MenuData myPatient

providerPatient

MenuData providerPatient

request

java.lang.String request

status

java.lang.String status

Class org.tolven.provider.entity.Provider extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

java.lang.String name

status

java.lang.String status

ownerAccount

Account ownerAccount

showFrom

java.util.Date showFrom

showTo

java.util.Date showTo

locations

java.util.Set<E> locations

specialties

java.util.Set<E> specialties

Class org.tolven.provider.entity.ProviderEndorsement extends java.lang.Object implements Serializable

Serialized Fields

id

long id

provider

Provider provider

endorsingAccount

Account endorsingAccount

comment

java.lang.String comment

status

java.lang.String status

effectiveTimeFrom

java.util.Date effectiveTimeFrom

effectiveTimeTo

java.util.Date effectiveTimeTo

Class org.tolven.provider.entity.ProviderLocation extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

provider

Provider provider
The provider that owns this provider location entry.


address1

java.lang.String address1

address2

java.lang.String address2

address3

java.lang.String address3

city

java.lang.String city

state

java.lang.String state

zip

java.lang.String zip

hours

java.lang.String hours

phone

java.lang.String phone

Class org.tolven.provider.entity.ProviderSpecialty extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

provider

Provider provider
The provider that owns this provider location entry.


specialty

Specialty specialty
The specialty.

Class org.tolven.provider.entity.Specialty extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

long id

name

java.lang.String name

Package org.tolven.queue.bean

Class org.tolven.queue.bean.JMSBean extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rmiAdaptor

org.jboss.jmx.adaptor.rmi.RMIAdaptor rmiAdaptor

connectionFactory

javax.jms.ConnectionFactory connectionFactory

Package org.tolven.queue.entity

Class org.tolven.queue.entity.MessageInfo extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

payloadSize

long payloadSize

xmlNS

java.lang.String xmlNS

xmlName

java.lang.String xmlName

accountId

long accountId

fromAccountId

long fromAccountId

sender

java.lang.String sender

recipient

java.lang.String recipient

authorId

long authorId

documentId

long documentId

correlationID

java.lang.String correlationID

jmsDeliveryMode

int jmsDeliveryMode

jmsMessageID

java.lang.String jmsMessageID

jmsPriority

int jmsPriority

jmsRedelivered

boolean jmsRedelivered

jmsTimestamp

long jmsTimestamp

jmsType

java.lang.String jmsType

propertyNames

java.util.Enumeration<E> propertyNames

active

boolean active

Class org.tolven.queue.entity.QueueInfo extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

jndiName

java.lang.String jndiName

messageCount

int messageCount

fullSize

int fullSize

pageSize

int pageSize

downCacheSize

int downCacheSize

active

boolean active

Package org.tolven.security

Class org.tolven.security.TolvenPerson extends java.lang.Object implements Serializable

Serialized Fields

dn

java.lang.String dn

uid

java.lang.String uid

sn

java.lang.String sn

cn

java.lang.String cn

givenName

java.lang.String givenName

userPassword

java.lang.String userPassword

mail

java.util.List<E> mail

jpegPhoto

java.lang.String jpegPhoto

referenceCode

java.lang.String referenceCode

emailFormat

java.lang.String emailFormat

organizationUnitName

java.lang.String organizationUnitName

organizationName

java.lang.String organizationName

stateOrProvince

java.lang.String stateOrProvince

countryName

java.lang.String countryName

userCertificate

byte[] userCertificate

userPKCS12

byte[] userPKCS12

Class org.tolven.security.TolvenPrincipal extends java.lang.Object implements Serializable

serialVersionUID: 2L

Serialized Fields

name

java.lang.String name

Class org.tolven.security.TolvenSecurityException extends java.lang.Exception implements Serializable

serialVersionUID: 1L


Package org.tolven.security.auth

Class org.tolven.security.auth.AccountIdCallback extends java.lang.Object implements Serializable

Serialized Fields

prompt

java.lang.String prompt

accountId

long accountId

Class org.tolven.security.auth.AccountUserIdCallback extends java.lang.Object implements Serializable

Serialized Fields

prompt

java.lang.String prompt

accountUserId

long accountUserId

Package org.tolven.security.entity

Class org.tolven.security.entity.SecurityQuestion extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

java.lang.Long id

purpose

java.lang.String purpose

question

java.lang.String question

Package org.tolven.trim

Class org.tolven.trim.Act extends InfrastructureRoot implements Serializable

Serialized Fields

transitions

ActTransitions transitions

transition

java.lang.String transition

id

SETIISlot id

code

CDSlot code

negationInd

BLSlot negationInd

statusCode

ActStatus statusCode

derivationExpr

STSlot derivationExpr

title

EDSlot title

text

EDSlot text

effectiveTime

GTSSlot effectiveTime

activityTime

GTSSlot activityTime

availabilityTime

TSSlot availabilityTime

priorityCode

SETCESlot priorityCode

confidentialityCode

SETCESlot confidentialityCode

repeatNumber

IVLINTSlot repeatNumber

interruptibleInd

BLSlot interruptibleInd

independentInd

BLSlot independentInd

uncertaintyCode

CSSlot uncertaintyCode

reasonCode

SETCESlot reasonCode

languageCode

CESlot languageCode

observation

Observation observation

patientEncounter

PatientEncounter patientEncounter

procedure

Procedure procedure

substanceAdministration

SubstanceAdministration substanceAdministration

supply

Supply supply

participations

java.util.List<E> participations

relationships

java.util.List<E> relationships

computes

java.util.List<E> computes

classCode

ActClass classCode

moodCode

ActMood moodCode

levelCode

java.lang.String levelCode

Class org.tolven.trim.ActParticipation extends Participation implements Serializable

Serialized Fields

role

Role role

Class org.tolven.trim.ActRelationship extends InfrastructureRoot implements Serializable

Serialized Fields

pauseQuantity

PQ pauseQuantity

negationInd

BLSlot negationInd

act

Act act

choices

java.util.List<E> choices

name

java.lang.String name

direction

ActRelationshipDirection direction

typeCode

ActRelationshipType typeCode

optional

java.lang.Boolean optional

repeating

java.lang.Boolean repeating

inversionInd

java.lang.Boolean inversionInd

contextControlCode

ContextControl contextControlCode

contextConductionInd

java.lang.Boolean contextConductionInd

sequenceNumber

java.lang.Integer sequenceNumber

priorityNumber

java.lang.Integer priorityNumber

checkpointCode

ActRelationshipCheckpoint checkpointCode

joinCode

ActRelationshipJoin joinCode

seperatableInd

java.lang.Boolean seperatableInd

splitCode

ActRelationshipSplit splitCode

conjunctionCode

RelationshipConjunction conjunctionCode

localVariableName

java.lang.String localVariableName

subsetCode

ActRelationshipSubset subsetCode

Class org.tolven.trim.ActTransition extends Transition implements Serializable

Serialized Fields

from

ActStatus from

to

ActStatus to

Class org.tolven.trim.ActTransitions extends Transitions implements Serializable

Serialized Fields

transitions

java.util.List<E> transitions

Class org.tolven.trim.AD extends DataType implements Serializable

Serialized Fields

uses

java.util.List<E> uses

parts

java.util.List<E> parts

_null

NullFlavor _null

useablePeriod

GTSSlot useablePeriod

Class org.tolven.trim.ADSlot extends Slot implements Serializable

Serialized Fields

ads

java.util.List<E> ads

Class org.tolven.trim.ADXPSlot extends Slot implements Serializable

Serialized Fields

type

AddressPartType type

ed

ED ed

st

ST st

_null

NullFlavor _null

Class org.tolven.trim.Application extends java.lang.Object implements Serializable

Serialized Fields

instance

java.lang.String instance

wip

java.lang.String wip

menus

java.util.List<E> menus

name

java.lang.String name

signatureRequired

java.lang.Boolean signatureRequired

Class org.tolven.trim.AppMenu extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

forEach

java.lang.String forEach

Class org.tolven.trim.BindTo extends java.lang.Object implements Serializable

Serialized Fields

id

IISlot id

list

ListBind list

placeholder

PlaceholderBind placeholder

valueSet

java.lang.String valueSet

include

java.lang.String include

application

java.lang.String application

phase

BindPhase phase

Class org.tolven.trim.BL extends DataType implements Serializable

Serialized Fields

value

java.lang.Boolean value

Class org.tolven.trim.BLSlot extends Slot implements Serializable

Serialized Fields

bl

BL bl

_null

NullFlavor _null

Class org.tolven.trim.CD extends CE implements Serializable

Serialized Fields

qualifiers

java.util.List<E> qualifiers

Class org.tolven.trim.CDSlot extends Slot implements Serializable

Serialized Fields

ce

CE ce

cd

CD cd

flavor

NullFlavor flavor

Class org.tolven.trim.CE extends CV implements Serializable

Serialized Fields

translations

java.util.List<E> translations

Class org.tolven.trim.CESlot extends Slot implements Serializable

Serialized Fields

ce

CE ce

_null

NullFlavor _null

Class org.tolven.trim.Choice extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

title

java.lang.String title

include

java.lang.String include

Class org.tolven.trim.Compute extends java.lang.Object implements Serializable

Serialized Fields

type

java.lang.String type

properties

java.util.List<E> properties

attributes

java.util.List<E> attributes

forTrimName

java.lang.String forTrimName

Class org.tolven.trim.Compute.Attribute extends java.lang.Object implements Serializable

Serialized Fields

any

org.w3c.dom.Element any

name

java.lang.String name

Class org.tolven.trim.Compute.Property extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

name

java.lang.String name

Class org.tolven.trim.Container extends java.lang.Object implements Serializable

Serialized Fields

capacityQuantity

PQSlot capacityQuantity

capTypeCode

CESlot capTypeCode

bottomDeltaQuantity

PQSlot bottomDeltaQuantity

heightQuantity

PQSlot heightQuantity

separatorTypeCode

CESlot separatorTypeCode

diameterQuantity

PQSlot diameterQuantity

barrierDeltaQuantity

PQSlot barrierDeltaQuantity

Class org.tolven.trim.CopyTo extends java.lang.Object implements Serializable

Serialized Fields

comment

java.lang.String comment

providerId

java.lang.Long providerId

patientLinkId

java.lang.Long patientLinkId

accountId

java.lang.Long accountId

accountName

java.lang.String accountName

copy

java.lang.Boolean copy

Class org.tolven.trim.CR extends DataType implements Serializable

Serialized Fields

name

CV name

value

CDSlot value

inverted

java.lang.Boolean inverted

Class org.tolven.trim.CS extends DataType implements Serializable

Serialized Fields

displayName

java.lang.String displayName

code

java.lang.String code

Class org.tolven.trim.CSSlot extends Slot implements Serializable

Serialized Fields

cs

CS cs

_null

NullFlavor _null

Class org.tolven.trim.CV extends CS implements Serializable

Serialized Fields

codeSystem

java.lang.String codeSystem

codeSystemName

java.lang.String codeSystemName

codeSystemVersion

java.lang.String codeSystemVersion

Class org.tolven.trim.DataType extends java.lang.Object implements Serializable

Serialized Fields

label

LabelFacet label

originalText

java.lang.String originalText

Class org.tolven.trim.Device extends java.lang.Object implements Serializable

Serialized Fields

manufacturerModelName

SC manufacturerModelName

localRemoteControlStateCode

CESlot localRemoteControlStateCode

lastCalibrationTime

TSSlot lastCalibrationTime

softwareNam

SC softwareNam

alertLevelCode

CESlot alertLevelCode

Class org.tolven.trim.DiagnosticImage extends java.lang.Object implements Serializable

Serialized Fields

subjectOrientationCode

CESlot subjectOrientationCode

Class org.tolven.trim.Diet extends java.lang.Object implements Serializable

Serialized Fields

energyQuantity

PQSlot energyQuantity

carbohydrateQuantity

PQSlot carbohydrateQuantity

Class org.tolven.trim.ED extends DataType implements Serializable

Serialized Fields

representation

BinaryDataEncoding representation

mediaType

java.lang.String mediaType

charset

java.lang.String charset

compression

java.lang.String compression

reference

TELSlot reference

integrityCheck

IntegrityCheck integrityCheck

description

STSlot description

thumbnail

EDSlot thumbnail

value

byte[] value

translation

SETEDSlot translation

language

java.lang.String language

Class org.tolven.trim.EDSlot extends Slot implements Serializable

Serialized Fields

references

java.util.List<E> references

ed

ED ed

st

ST st

_null

NullFlavor _null

language

java.lang.String language

Class org.tolven.trim.EN extends DataType implements Serializable

Serialized Fields

uses

java.util.List<E> uses

parts

java.util.List<E> parts

_null

NullFlavor _null

validTime

IVLTSSlot validTime

Class org.tolven.trim.ENSlot extends Slot implements Serializable

Serialized Fields

ens

java.util.List<E> ens

Class org.tolven.trim.Entity extends InfrastructureRoot implements Serializable

Serialized Fields

transitions

EntityTransitions transitions

id

SETIISlot id

code

CESlot code

statusCode

EntityStatus statusCode

quantity

PQSlot quantity

name

ENSlot name

desc

EDSlot desc

existenceTime

IVLTSSlot existenceTime

telecom

TELSlot telecom

riskCode

CESlot riskCode

handlingCode

CESlot handlingCode

material

Material material

manufacturedMaterial

ManufacturedMaterial manufacturedMaterial

device

Device device

container

Container container

livingSubject

LivingSubject livingSubject

nonPersonLivingSubject

NonPersonLivingSubject nonPersonLivingSubject

person

Person person

playedRoles

java.util.List<E> playedRoles

scopedRoles

java.util.List<E> scopedRoles

languageCommunications

java.util.List<E> languageCommunications

classCode

EntityClass classCode

determinerCode

EntityDeterminer determinerCode

Class org.tolven.trim.EntityTransition extends Transition implements Serializable

Serialized Fields

from

EntityStatus from

to

EntityStatus to

Class org.tolven.trim.EntityTransitions extends Transitions implements Serializable

Serialized Fields

transitions

java.util.List<E> transitions

Class org.tolven.trim.ENXPSlot extends Slot implements Serializable

Serialized Fields

type

EntityNamePartType type

qualifiers

java.util.List<E> qualifiers

ed

ED ed

st

ST st

_null

NullFlavor _null

Class org.tolven.trim.Field extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.Object value

name

java.lang.String name

Class org.tolven.trim.GTSSlot extends Slot implements Serializable

Serialized Fields

ivlts

IVLTS ivlts

ts

TS ts

setts

java.util.List<E> setts

_null

NullFlavor _null

pivl

PIVL pivl

Class org.tolven.trim.II extends DataType implements Serializable

Serialized Fields

root

java.lang.String root

extension

java.lang.String extension

assigningAuthorityName

java.lang.String assigningAuthorityName

displayable

java.lang.Boolean displayable

Class org.tolven.trim.IISlot extends Slot implements Serializable

Serialized Fields

name

java.lang.String name

ii

II ii

_null

NullFlavor _null

Class org.tolven.trim.InfrastructureRoot extends java.lang.Object implements Serializable

Serialized Fields

label

LabelFacet label

froms

java.util.List<E> froms

binds

java.util.List<E> binds

realmCodes

java.util.List<E> realmCodes

typeId

IISlot typeId

updates

java.util.List<E> updates

internalId

java.lang.String internalId

page

java.lang.String page

drilldown

java.lang.String drilldown

Class org.tolven.trim.INT extends QTY implements Serializable

Serialized Fields

value

long value

Class org.tolven.trim.IntegrityCheck extends java.lang.Object implements Serializable

Serialized Fields

nullFlavor

NullFlavorType nullFlavor

language

java.lang.String language

Class org.tolven.trim.IntegrityCheckType extends java.lang.Object implements Serializable

Serialized Fields

value

byte[] value

integrityCheckAlgorithm

IntegrityCheckAlgorithm integrityCheckAlgorithm

Class org.tolven.trim.INTSlot extends Slot implements Serializable

Serialized Fields

urgint

URGINT urgint

_int

INT _int

_null

NullFlavor _null

Class org.tolven.trim.IVLINT extends DataType implements Serializable

Serialized Fields

low

INTSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

INTSlot high

highInclusive

java.lang.Boolean highInclusive

center

INTSlot center

width

INTSlot width

Class org.tolven.trim.IVLINTSlot extends Slot implements Serializable

Serialized Fields

ivlint

IVLINT ivlint

_int

INT _int

_null

NullFlavor _null

Class org.tolven.trim.IVLPQ extends DataType implements Serializable

Serialized Fields

low

PQSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

PQSlot high

highInclusive

java.lang.Boolean highInclusive

center

PQSlot center

width

PQSlot width

Class org.tolven.trim.IVLPQSlot extends Slot implements Serializable

Serialized Fields

ivlpq

IVLPQ ivlpq

pq

PQ pq

_null

NullFlavor _null

Class org.tolven.trim.IVLREAL extends DataType implements Serializable

Serialized Fields

low

REALSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

REALSlot high

highInclusive

java.lang.Boolean highInclusive

center

REALSlot center

width

REALSlot width

Class org.tolven.trim.IVLTS extends DataType implements Serializable

Serialized Fields

low

TSSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

TSSlot high

highInclusive

java.lang.Boolean highInclusive

center

TSSlot center

width

PQSlot width

Class org.tolven.trim.IVLTSSlot extends Slot implements Serializable

Serialized Fields

ivlts

IVLTS ivlts

ts

TS ts

_null

NullFlavor _null

Class org.tolven.trim.LabelFacet extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

language

java.lang.String language

Class org.tolven.trim.LanguageCommunication extends java.lang.Object implements Serializable

Serialized Fields

languageCode

CESlot languageCode

modeCode

CESlot modeCode

proficiencyLevelCode

CESlot proficiencyLevelCode

preferenceInd

BLSlot preferenceInd

Class org.tolven.trim.ListBind extends java.lang.Object implements Serializable

Serialized Fields

path

java.lang.String path

cardinality

BindCardinality cardinality

optional

java.lang.Boolean optional

Class org.tolven.trim.LivingSubject extends java.lang.Object implements Serializable

Serialized Fields

administrativeGenderCode

CESlot administrativeGenderCode

birthTime

TSSlot birthTime

deceasedInd

BLSlot deceasedInd

deceasedTime

TSSlot deceasedTime

multipleBirthInd

BLSlot multipleBirthInd

multipleBirthOrderNumber

INTSlot multipleBirthOrderNumber

organDonorInd

BLSlot organDonorInd

Class org.tolven.trim.ManufacturedMaterial extends java.lang.Object implements Serializable

Serialized Fields

expirationTime

IVLTS expirationTime

lotNumberText

STSlot lotNumberText

stabilityTime

IVLTS stabilityTime

Class org.tolven.trim.Material extends java.lang.Object implements Serializable

Serialized Fields

formCode

CESlot formCode

Class org.tolven.trim.Message extends java.lang.Object implements Serializable

Serialized Fields

sender

Party sender

receiver

Party receiver

Class org.tolven.trim.NewFacet extends java.lang.Object implements Serializable

Serialized Fields

encoded

java.lang.String encoded

datatype

ConcreteDatatype datatype

function

java.lang.String function

Class org.tolven.trim.NonPersonLivingSubject extends java.lang.Object implements Serializable

Serialized Fields

strainText

EDSlot strainText

genderStatusCode

CESlot genderStatusCode

Class org.tolven.trim.NullFlavor extends DataType implements Serializable

Serialized Fields

type

NullFlavorType type

Class org.tolven.trim.Observation extends java.lang.Object implements Serializable

Serialized Fields

values

java.util.List<E> values

interpretationCode

SETCESlot interpretationCode

methodCode

SETCESlot methodCode

targetSiteCode

SETCDSlot targetSiteCode

Class org.tolven.trim.ObservationValueSlot extends Slot implements Serializable

Serialized Fields

setts

java.util.List<E> setts

ts

TS ts

setsts

java.util.List<E> setsts

st

ST st

setivlpqs

java.util.List<E> setivlpqs

ivlpq

IVLPQ ivlpq

setpqs

java.util.List<E> setpqs

rto

RTO rto

real

REAL real

pq

PQ pq

setints

java.util.List<E> setints

_int

INT _int

setiis

java.util.List<E> setiis

ii

II ii

setens

java.util.List<E> setens

en

EN en

seteds

java.util.List<E> seteds

ed

ED ed

setces

java.util.List<E> setces

ce

CE ce

setcds

java.util.List<E> setcds

cd

CD cd

bl

BL bl

setads

java.util.List<E> setads

ad

AD ad

_null

NullFlavor _null

Class org.tolven.trim.Participation extends InfrastructureRoot implements Serializable

Serialized Fields

functionCode

CDSlot functionCode

negationInd

BLSlot negationInd

noteText

EDSlot noteText

time

IVLTS time

modeCode

CESlot modeCode

awarenessCode

CESlot awarenessCode

signatureText

EDSlot signatureText

performInd

BL performInd

substitutionConditionCode

CESlot substitutionConditionCode

name

java.lang.String name

typeCode

ParticipationType typeCode

optional

java.lang.Boolean optional

repeating

java.lang.Boolean repeating

contextControlCode

ContextControl contextControlCode

sequenceNumber

java.lang.Integer sequenceNumber

subsetCode

ParticipationSubset subsetCode

signatureCode

ParticipationSignature signatureCode

Class org.tolven.trim.Party extends java.lang.Object implements Serializable

Serialized Fields

comment

java.lang.String comment

status

java.lang.String status

subjectPath

java.lang.String subjectPath

subjectName

java.lang.String subjectName

accountPath

java.lang.String accountPath

accountId

java.lang.String accountId

accountName

java.lang.String accountName

Class org.tolven.trim.PatientEncounter extends java.lang.Object implements Serializable

Serialized Fields

admissionReferralSourceCode

CESlot admissionReferralSourceCode

lengthOfStayQuantity

PQSlot lengthOfStayQuantity

dischargeDispositionCode

CESlot dischargeDispositionCode

preAdmitTestInd

BLSlot preAdmitTestInd

specialCourtesiesCode

SETCESlot specialCourtesiesCode

specialArrangementCode

SETCESlot specialArrangementCode

Class org.tolven.trim.Person extends java.lang.Object implements Serializable

Serialized Fields

addr

ADSlot addr

maritalStatusCode

CESlot maritalStatusCode

educationLevelCode

CESlot educationLevelCode

disabilityCode

SETCESlot disabilityCode

livingArrangementCode

CESlot livingArrangementCode

religiousAffiliationCode

CESlot religiousAffiliationCode

raceCode

SETCESlot raceCode

ethnicGroupCode

SETCESlot ethnicGroupCode

Class org.tolven.trim.PIVL extends java.lang.Object implements Serializable

Serialized Fields

phaseLow

TSSlot phaseLow

phaseHigh

TSSlot phaseHigh

period

PQSlot period

frequencyRepeat

INTSlot frequencyRepeat

frequencyTime

PQSlot frequencyTime

count

INTSlot count

displayFrequencyInd

BLSlot displayFrequencyInd

alignment

CSSlot alignment

isFlexible

BLSlot isFlexible

Class org.tolven.trim.Place extends java.lang.Object implements Serializable

Serialized Fields

mobileInd

BLSlot mobileInd

directionsText

EDSlot directionsText

gpsText

STSlot gpsText

addr

ADSlot addr

positionText

EDSlot positionText

Class org.tolven.trim.PlaceholderBind extends java.lang.Object implements Serializable

Serialized Fields

path

java.lang.String path

code

CDSlot code

Class org.tolven.trim.PQ extends REAL implements Serializable

Serialized Fields

unit

java.lang.String unit

Class org.tolven.trim.PQSlot extends Slot implements Serializable

Serialized Fields

urgint

URGINT urgint

urgreal

URGREAL urgreal

urgpq

URGPQ urgpq

_int

INT _int

real

REAL real

pq

PQ pq

_null

NullFlavor _null

Class org.tolven.trim.Procedure extends java.lang.Object implements Serializable

Serialized Fields

methodCode

SETCESlot methodCode

approachSiteCode

SETCDSlot approachSiteCode

targetSiteCode

SETCDSlot targetSiteCode

Class org.tolven.trim.PublicHealthCase extends java.lang.Object implements Serializable

Serialized Fields

detectionMethodCode

CESlot detectionMethodCode

transmissionModeCode

CESlot transmissionModeCode

diseaseImportedCode

CESlot diseaseImportedCode

Class org.tolven.trim.QTY extends DataType implements Serializable

Serialized Fields

format

java.lang.String format

Class org.tolven.trim.REAL extends QTY implements Serializable

Serialized Fields

value

java.lang.Double value

Class org.tolven.trim.REALSlot extends Slot implements Serializable

Serialized Fields

urgint

URGINT urgint

urgreal

URGREAL urgreal

_int

INT _int

real

REAL real

_null

NullFlavor _null

Class org.tolven.trim.Role extends InfrastructureRoot implements Serializable

Serialized Fields

transitions

RoleTransitions transitions

id

SETIISlot id

code

CESlot code

negationInd

BLSlot negationInd

name

ENSlot name

addr

ADSlot addr

telecom

TELSlot telecom

statusCode

RoleStatus statusCode

effectiveTime

IVLTSSlot effectiveTime

certificateText

EDSlot certificateText

confidentiality

SETCESlot confidentiality

quantity

RTOSlot quantity

positionNumber

INTSlot positionNumber

player

Entity player

scoper

Entity scoper

participations

java.util.List<E> participations

classCode

RoleClass classCode

Class org.tolven.trim.RoleParticipation extends Participation implements Serializable

Serialized Fields

act

Act act

Class org.tolven.trim.RoleTransition extends Transition implements Serializable

Serialized Fields

from

RoleStatus from

to

RoleStatus to

Class org.tolven.trim.RoleTransitions extends Transitions implements Serializable

Serialized Fields

transitions

java.util.List<E> transitions

Class org.tolven.trim.RTO extends DataType implements Serializable

Serialized Fields

numerator

double numerator

denominator

double denominator

Class org.tolven.trim.RTOSlot extends Slot implements Serializable

Serialized Fields

_int

INT _int

real

REAL real

rto

RTO rto

_null

NullFlavor _null

Class org.tolven.trim.SC extends java.lang.Object implements Serializable

Serialized Fields

st

ST st

ce

CE ce

Class org.tolven.trim.SearchPhrase extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

type

java.lang.String type

Class org.tolven.trim.SETCDSlot extends Slot implements Serializable

Serialized Fields

ces

java.util.List<E> ces

cds

java.util.List<E> cds

flavor

NullFlavor flavor

Class org.tolven.trim.SETCESlot extends Slot implements Serializable

Serialized Fields

ces

java.util.List<E> ces

_null

NullFlavor _null

Class org.tolven.trim.SETEDSlot extends Slot implements Serializable

Serialized Fields

eds

java.util.List<E> eds

sts

java.util.List<E> sts

_null

NullFlavor _null

Class org.tolven.trim.SETIISlot extends Slot implements Serializable

Serialized Fields

name

java.lang.String name

iis

java.util.List<E> iis

_null

NullFlavor _null

Class org.tolven.trim.SETPQSlot extends Slot implements Serializable

Serialized Fields

ints

java.util.List<E> ints

reals

java.util.List<E> reals

pqs

java.util.List<E> pqs

_null

NullFlavor _null

Class org.tolven.trim.SETRTOSlot extends Slot implements Serializable

Serialized Fields

ints

java.util.List<E> ints

reals

java.util.List<E> reals

rtos

java.util.List<E> rtos

_null

NullFlavor _null

Class org.tolven.trim.Slot extends java.lang.Object implements Serializable

Serialized Fields

froms

java.util.List<E> froms

bind

java.lang.String bind

label

LabelFacet label

_new

NewFacet _new

validate

ValidateFacet validate

valueSet

java.lang.String valueSet

originalText

java.lang.String originalText

datatype

java.lang.String datatype

Class org.tolven.trim.ST extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

label

java.lang.String label

language

java.lang.String language

Class org.tolven.trim.STSlot extends Slot implements Serializable

Serialized Fields

st

ST st

_null

NullFlavor _null

Class org.tolven.trim.SubstanceAdministration extends java.lang.Object implements Serializable

Serialized Fields

routeCode

CESlot routeCode

approachSiteCode

SETCDSlot approachSiteCode

doseQuantity

IVLPQSlot doseQuantity

rateQuantity

IVLPQSlot rateQuantity

doseCheckQuantity

SETRTOSlot doseCheckQuantity

maxDoseQuantity

SETRTOSlot maxDoseQuantity

administrationUnitCode

CESlot administrationUnitCode

methodCode

SETCDSlot methodCode

Class org.tolven.trim.Supply extends java.lang.Object implements Serializable

Serialized Fields

quantity

PQSlot quantity

expectedUseTime

IVLTSSlot expectedUseTime

diet

Diet diet

Class org.tolven.trim.TEL extends URL implements Serializable

Class org.tolven.trim.TELSlot extends Slot implements Serializable

Serialized Fields

nullsAndURLSAndTELS

java.util.List<E> nullsAndURLSAndTELS

Class org.tolven.trim.TemplateId extends java.lang.Object implements Serializable

Serialized Fields

value

java.lang.String value

application

java.lang.String application

Class org.tolven.trim.TolvenId extends java.lang.Object implements Serializable

Serialized Fields

accountId

java.lang.String accountId

id

java.lang.String id

path

java.lang.String path

contextPath

java.lang.String contextPath

application

java.lang.String application

principal

java.lang.String principal

status

java.lang.String status

timestamp

java.lang.String timestamp

Class org.tolven.trim.Transition extends java.lang.Object implements Serializable

Serialized Fields

label

LabelFacet label

name

java.lang.String name

Class org.tolven.trim.Transitions extends java.lang.Object implements Serializable

Serialized Fields

initialState

java.lang.String initialState

Class org.tolven.trim.Trim extends java.lang.Object implements Serializable

Serialized Fields

_extends

java.lang.String _extends

_abstract

java.lang.Boolean _abstract

name

java.lang.String name

description

java.lang.String description

author

java.lang.String author

searchPhrases

java.util.List<E> searchPhrases

page

java.lang.String page

drilldown

java.lang.String drilldown

element

java.lang.String element

tolvenIds

java.util.List<E> tolvenIds

tolvenEventIds

java.util.List<E> tolvenEventIds

replacesTolvenIds

java.util.List<E> replacesTolvenIds

reference

java.lang.String reference

applications

java.util.List<E> applications

origin

CopyTo origin

copyTos

java.util.List<E> copyTos

message

Message message

act

Act act

valueSets

java.util.List<E> valueSets

fields

java.util.List<E> fields

formData

byte[] formData

confirm

java.lang.String confirm

patientLinkId

java.lang.Long patientLinkId

Class org.tolven.trim.TS extends QTY implements Serializable

Serialized Fields

value

java.lang.String value

w3C

javax.xml.datatype.XMLGregorianCalendar w3C

Class org.tolven.trim.TSBIRTH extends TS implements Serializable

Class org.tolven.trim.TSDATE extends TS implements Serializable

Class org.tolven.trim.TSDATEFULL extends TS implements Serializable

Class org.tolven.trim.TSDATETIME extends TS implements Serializable

Class org.tolven.trim.TSDATETIMEFULL extends TS implements Serializable

Class org.tolven.trim.TSSlot extends Slot implements Serializable

Serialized Fields

urgts

URGTS urgts

ts

TS ts

_null

NullFlavor _null

Class org.tolven.trim.URG extends DataType implements Serializable

Class org.tolven.trim.URGINT extends URG implements Serializable

Serialized Fields

low

INTSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

INTSlot high

highInclusive

java.lang.Boolean highInclusive

Class org.tolven.trim.URGPQ extends URG implements Serializable

Serialized Fields

low

PQSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

PQSlot high

highInclusive

java.lang.Boolean highInclusive

Class org.tolven.trim.URGREAL extends URG implements Serializable

Serialized Fields

low

REALSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

REALSlot high

highInclusive

java.lang.Boolean highInclusive

Class org.tolven.trim.URGTS extends URG implements Serializable

Serialized Fields

low

TSSlot low

lowInclusive

java.lang.Boolean lowInclusive

high

TSSlot high

highInclusive

java.lang.Boolean highInclusive

Class org.tolven.trim.URL extends DataType implements Serializable

Serialized Fields

uses

java.util.List<E> uses

useablePeriods

java.util.List<E> useablePeriods

value

java.lang.String value

Class org.tolven.trim.ValidateFacet extends java.lang.Object implements Serializable

Serialized Fields

function

java.lang.String function

Class org.tolven.trim.ValueSet extends java.lang.Object implements Serializable

Serialized Fields

bindsAndCVSAndCDS

java.util.List<E> bindsAndCVSAndCDS

name

java.lang.String name

Package org.tolven.trim.ex

Class org.tolven.trim.ex.ActEx extends Act implements Serializable

Class org.tolven.trim.ex.ADEx extends AD implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.ADSlotEx extends ADSlot implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.ApplicationEx extends Application implements Serializable

Class org.tolven.trim.ex.CDSlotEx extends CDSlot implements Serializable

Class org.tolven.trim.ex.CEEx extends CE implements Serializable

Class org.tolven.trim.ex.CESlotEx extends CESlot implements Serializable

Class org.tolven.trim.ex.ComputeEx extends Compute implements Serializable

Class org.tolven.trim.ex.CopyToEx extends CopyTo implements Serializable

Serialized Fields

patientLink

PatientLink patientLink

provider

Provider provider

Class org.tolven.trim.ex.CVEx extends CV implements Serializable

Class org.tolven.trim.ex.DataTypeEx extends DataType implements Serializable

Class org.tolven.trim.ex.EDEx extends ED implements Serializable

Class org.tolven.trim.ex.ENEx extends EN implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.ENSlotEx extends ENSlot implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.EntityEx extends Entity implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.GTSSlotEx extends GTSSlot implements Serializable

Class org.tolven.trim.ex.IIEx extends II implements Serializable

Class org.tolven.trim.ex.NullflavorEx extends NullFlavor implements Serializable

Class org.tolven.trim.ex.ObservationEx extends Observation implements Serializable

Class org.tolven.trim.ex.ObservationValueSlotEx extends ObservationValueSlot implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.PQEx extends PQ implements Serializable

Class org.tolven.trim.ex.RoleEx extends Role implements Serializable

Class org.tolven.trim.ex.SETCDSlotEx extends SETCDSlot implements Serializable

Class org.tolven.trim.ex.SETCESlotEx extends SETCESlot implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.SETIISlotEx extends SETIISlot implements Serializable

Class org.tolven.trim.ex.STEx extends ST implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.TELSlotEx extends TELSlot implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.TolvenIdEx extends TolvenId implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.TrimEx extends Trim implements Serializable

serialVersionUID: 1L

Class org.tolven.trim.ex.TRIMException extends java.lang.Exception implements Serializable

Class org.tolven.trim.ex.TSEx extends TS implements Serializable

Class org.tolven.trim.ex.TSSlotEx extends TSSlot implements Serializable

serialVersionUID: 1L


Package org.tolven.voc.umls.rrf.entity

Class org.tolven.voc.umls.rrf.entity.Atom extends java.lang.Object implements Serializable

Serialized Fields

aui

java.lang.String aui

concept

Concept concept

language

java.lang.String language

ts

java.lang.String ts

tty

java.lang.String tty

lui

java.lang.String lui

stt

java.lang.String stt

source

java.lang.String source

sui

java.lang.String sui

str

java.lang.String str

saui

java.lang.String saui

scui

java.lang.String scui

sdui

java.lang.String sdui

code

java.lang.String code

suppress

java.lang.String suppress

srl

java.lang.String srl

cvf

java.lang.String cvf

ispref

java.lang.String ispref

Class org.tolven.voc.umls.rrf.entity.AtomAttribute extends Attribute implements Serializable

Serialized Fields

atom

Atom atom

lui

java.lang.String lui

cui

Concept cui

sui

java.lang.String sui

Class org.tolven.voc.umls.rrf.entity.Attribute extends java.lang.Object implements Serializable

Serialized Fields

atui

java.lang.String atui

satui

java.lang.String satui

metaAui

java.lang.String metaAui

code

java.lang.String code

source

java.lang.String source

sourceIdType

java.lang.String sourceIdType

atn

java.lang.String atn

atv

java.lang.String atv

suppress

java.lang.String suppress

cvf

java.lang.String cvf

Class org.tolven.voc.umls.rrf.entity.Concept extends java.lang.Object implements Serializable

Serialized Fields

cui

java.lang.String cui

preferredTerm

java.lang.String preferredTerm

Class org.tolven.voc.umls.rrf.entity.ConceptAttribute extends Attribute implements Serializable

Serialized Fields

concept

Concept concept

lui

java.lang.String lui

sui

java.lang.String sui

Class org.tolven.voc.umls.rrf.entity.ConceptName extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

concept

Concept concept

stringIdentifier

StringIdentifier stringIdentifier

Class org.tolven.voc.umls.rrf.entity.CoOccurance extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

concept

Concept concept

relatedConcept

Concept relatedConcept

atom

Atom atom

relatedAtom

Atom relatedAtom

source

java.lang.String source

cot

java.lang.String cot

cof

java.lang.String cof

coa

java.lang.String coa

cvf

java.lang.String cvf

Class org.tolven.voc.umls.rrf.entity.MrDefinition extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

cui

Concept cui

aui

Atom aui

atui

java.lang.String atui

satui

java.lang.String satui

sab

java.lang.String sab

def

java.lang.String def

supress

java.lang.String supress

cvf

java.lang.String cvf

Class org.tolven.voc.umls.rrf.entity.MrHistory extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

cui

Concept cui

sourceui

java.lang.String sourceui

sab

java.lang.String sab

sver

java.lang.String sver

changetype

java.lang.String changetype

changekey

java.lang.String changekey

changeval

java.lang.String changeval

reason

java.lang.String reason

cvf

java.lang.String cvf

Class org.tolven.voc.umls.rrf.entity.MrNormalizedWord extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

lat

java.lang.String lat

nwd

java.lang.String nwd

cui

Concept cui

lui

java.lang.String lui

sui

java.lang.String sui

Class org.tolven.voc.umls.rrf.entity.MrSemanticType extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

cui

Concept cui

tui

java.lang.String tui

stn

java.lang.String stn

sty

java.lang.String sty

atui

java.lang.String atui

cvf

java.lang.String cvf

Class org.tolven.voc.umls.rrf.entity.MrxwBaq extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwCze extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwDan extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwDut extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwEng extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwFin extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwFre extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwGer extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwHeb extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwHun extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwIta extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwJpn extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwNor extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwPor extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwRus extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwSpa extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.MrxwSwe extends WordIndexEntity implements Serializable

Serialized Fields

id

java.lang.Long id

Class org.tolven.voc.umls.rrf.entity.RelationShips extends java.lang.Object implements Serializable

Serialized Fields

relationShipId

java.lang.String relationShipId

firstConcept

Concept firstConcept

firstAtom

Atom firstAtom

stype1

java.lang.String stype1

realToFirst

java.lang.String realToFirst

secondConcept

Concept secondConcept

secondAtom

Atom secondAtom

realToSecond

java.lang.String realToSecond

moreSpecReal

java.lang.String moreSpecReal

sourceRelationShipId

java.lang.String sourceRelationShipId

sab

java.lang.String sab

sourceOfRelLable

java.lang.String sourceOfRelLable

conjunctionIndicator

java.lang.String conjunctionIndicator

directionalFlag

java.lang.String directionalFlag

suppresed

java.lang.String suppresed

contentViewFlag

java.lang.String contentViewFlag

Class org.tolven.voc.umls.rrf.entity.RootSource extends java.lang.Object implements Serializable

Serialized Fields

sourceId

java.lang.Long sourceId

vcui

java.lang.String vcui

rcui

java.lang.String rcui

vsab

java.lang.String vsab

rsab

java.lang.String rsab

son

java.lang.String son

sf

java.lang.String sf

sver

java.lang.String sver

vstart

java.lang.String vstart

vend

java.lang.String vend

imeta

java.lang.String imeta

rmeta

java.lang.String rmeta

slc

java.lang.String slc

scc

java.lang.String scc

srl

java.lang.String srl

tfr

java.lang.String tfr

cfr

java.lang.String cfr

cxty

java.lang.String cxty

ttyl

java.lang.String ttyl

atnl

java.lang.String atnl

lat

java.lang.String lat

cenc

java.lang.String cenc

curver

java.lang.String curver

sabin

java.lang.String sabin

ssn

java.lang.String ssn

scit

java.lang.String scit

Class org.tolven.voc.umls.rrf.entity.StringIdentifier extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id

string

java.lang.String string

Class org.tolven.voc.umls.rrf.entity.StringIndex extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.Long id

language

java.lang.String language

normalizedString

java.lang.String normalizedString

concept

Concept concept

termIndex

java.lang.String termIndex

stringIndex

java.lang.String stringIndex

Package org.tolven.voc.who.entity

Class org.tolven.voc.who.entity.CountryCode extends java.lang.Object implements Serializable

Serialized Fields

country

java.lang.String country

name

java.lang.String name