############################## NGMP ORP Option screen hierarchy #########################
# ScreenID, Parent are Language StringIDs.
# TODO: avoid screen name collisions here and elsewhere, use Language indices
# Each Display Title can be optionally captured by a C "switch" statement in SScroll, SAlphaNum, etc.
#   - to allow non-global screen names, the menu subgroup is (e.g."NGMPPortable") is also switched in SScroll, SAlphaNum
# Sub-Menus: Capitalized(or numeric), Parameters: lowercase
#
#Screen Name				|ScreenID				|Type	|Submenus/parameter_name	|Prompt1|Prompt2
#
# Node Name must be "Methods"; it gets translated to "pH Methods" by the Language file
Methods						|_230						|SScroll|Current Method:Modify Current Method:Save Current Method As:Delete a Method
 Current Method				|_231				|SRadio	|method		# special - load new method
 Save Current Method As			|_232				|SText	|				|_235					|		# special - save current method to a new file name, select new method
 Modify Current Method			|_233				|SScroll|Measurement Options:Set Calibration Options:Set Check Standard Options
 Delete a Method			|_234				|SRadio	|			# special handling - display methods
																# will be implemented and validated later
#
 Measurement Options			|_236				|SScroll|Resolution:Lower Limit:Upper Limit
  Resolution				|_268					|SRadio|response
  Lower Limit				|_239				|SText	|lowerLimit				|_311			|_312			
  Upper Limit				|_240				|SText	|upperLimit				|_313			|_314			
#
 Set Calibration Options		|_242					|SScroll|Cal Standard Type:Calibration Reminder:Offset Limit:Standard Value
  Cal Standard Type			|_483				|SRadio	|calstdType
  Standard Value			|_467					|SText	|calstdValue			|_424		|_468			
  Calibration Reminder			|_243					|SScroll|Cal Reminder Repeat:Calibration Expires
   Cal Reminder Repeat			|_305				|SRadio |calRemindRepeat
   Calibration Expires			|_246					|SRadio |calExpires
  Offset Limit				|_493					|SText	|offsetLimit			|_492			
#
 Set Check Standard Options		|_250				|SScroll|Chk Standard Type:Check Standard Reminder:Standard Acceptance Criteria:Chk Std Custom Value
  Chk Standard Type			|_422					|SRadio	|chkstdType
  Chk Std Custom Value			|_364				|SText	|chkstdValue			|_424		|_468			
  Check Standard Reminder		|_252				|SScroll|Chk Reminder Repeat:Allow Defer
   Chk Reminder Repeat			|_306				|SRadio |stdRemindRepeat
   Allow Defer				|_255					|SRadio|stdDefer
  Standard Acceptance Criteria|_256					|SScroll|Check Standard Limits:Cal Expires On Failure
   Check Standard Limits		|_257					|SText	|stdLimits				|_266			
   Cal Expires On Failure		|_258					|SRadio	|stdFailExpiresCal
  Chk Std Custom Value    		|_467				|SText	|chkstdCustomValue		|_424		|_468			
#ck 
