Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: DIETLIBF

Package: VA FileMan

Routine: DIETLIBF


Information

DIETLIBF ;SFISC/MKO,GFT - LIBRARY FOR FIELD ATTRIBUTES ;23JUN2017

Source Information

Source file <DIETLIBF.m>

Entry Points

Name Comments DBIA/ICR reference
VALEXT(DDTFILE,DDTFIELD) ;Return code to validate and transform user input --PERHAPS INTERACTIVELY
VALEXTS(DDTFILE,DDTFIELD) ;Return code to SILENTLY validate and transform user input
VALINT(DDTFILE,DDTFIELD) ;Return code to validate internal form
XHELP(DDTFILE,DDTFIELD) ;Return the executable help of a field
OUTPUT(DDTFILE,DDTFIELD) ;Return the executable code to output a field's value. No arguments means ^DD(DDTFILE,DDTFIELD,0) is already in naked ref
DIPA(DDTFILE,DDTFIELD) ;CREATE DIPA NODES FROM PROPERTIES IN THE FIELD
VALEXTL()
VALEXTSL()
VALINTL()
XHELPL()
OUTPUTL()
GETMETH(DDTFILE,DDTFIELD,DDTMETL) ;Look for methods in the ;-delimited string
DIC ;SET THE DIC VARIABLE FROM PARAMETERS
GETPROP(DDTFILE,DDTFIELD,DDTPROL) ;Look for PROPERTIES in the ;-delimited string
PROP4TYP(T,I) ;FOR PROPERTY 'T' IN DATA TYPE 'I', RETURN THE VALUE
METH4TYP(T,I) ;FOR METHOD 'T' IN DATA TYPE 'I', RETURN THE VALUE
Info |  Source |  Entry Points