Pinnacle : PlanInfo

Description

PlanInfo contains plan and demographic-related information.  

“List” Contents

PatientName = “Last, First, Middle”;
Institution = “Your Institution”;
PlanName = “YourPlanName”;
Planner = “YourDosimetrist”;
PatientID = PinnaclePatientID;
LastName = “Last”;
FirstName = “First”;
MiddleName = “Middle”;
MedicalRecordNumber = “MedRc#”;
EncounterNumber = “”;
Physician = “YourPhysician”;
Prescription = “”;
Disease = “”;
Diagnosis = “”;
Comment = “”;
Gender = “”;
DateOfBirth = “”;
Physicist = “”;
PlanPath = “Institution_XXX/Mount_YYY/Patient_PinnaclePatientID/Plan_Z”;
TimeStamp = “DayName Month Day Hour:Minute:Second Year”;
PrimaryImageType = “Images”;
OKForSyntegra = 0;
PlanIsEditable = 1;
PlanLockStatus = “”;

Examples

InfoMessage = PlanInfo.Physician; //Planning physician
InfoMessage = PlanInfo.PatientName; //Patient's full name
InfoMessage = PlanInfo.LastName; //Patient's first name
InfoMessage = PlanInfo.FirstName; //Patient's last name