VPSOBJ ;WOIFO/BT - PDO OUTPUT DISPLAY - UTILITIES ;11/20/11 15:30
Source file <VPSOBJ.m>
| Name | Comments | DBIA/ICR reference |
|---|---|---|
| NEW(PATIEN,PDOARY) | ; Object Construction - create a new PDO object
|
|
| CLOSE(OREF) | ; Destroy object - clean up pdo
|
|
| SETDFN(OREF,VAL) | ; set DFN property
|
|
| GETDFN(OREF) | ; get DFN property
|
|
| SETPDO(OREF,VAL) | ; set PDOARY property
|
|
| GETPDO(OREF) | ; get PDOARY property
|
|
| SETLSTMR(OREF,VAL) | ; set LASTMRAR property
|
|
| GETLSTMR(OREF) | ; get LASTMRAR property
|
|
| SETSTAFF(OREF,VAL) | ; set ISSTAFF property
|
|
| GETSTAFF(OREF) | ; get ISSTAFF property
|
|
| SETALRNM(OREF,VAL) | ; set ALLRNM (allergy name) property
|
|
| GETALRNM(OREF) | ; get ALLRNM property
|
|
| SETPATRP(OREF,VAL) | ; set PATRESP (patient response) property
|
|
| GETPATRP(OREF) | ; get PATRESP property
|
|
| SETSTATN(OREF,VAL) | ; set STATION property
|
|
| GETSTATN(OREF) | ; get STATION property
|
|
| SETMKFOL(OREF,VAL) | ; set MARKFOL property
|
|
| GETMKFOL(OREF) | ; get STATION property
|
|
| SETALLR(OREF,VAL) | ; set array of ALLERGIES property
|
|
| GETALLR(OREF,VAL) | ; get array of ALLERGIES property
|
|
| SETDKNW(OREF,VAL) | ;
|
|
| GETDKNW(OREF) | ;
|
|
| SETADDVT(OREF,VAL) | ;
|
|
| GETADDVT(OREF,VAL) | ;
|
|
| SETADDPR(OREF,VAL) | ;
|
|
| GETADDPR(OREF,VAL) | ;
|
|
| SETADRCT(OREF,VAL) | ;
|
|
| GETADRCT(OREF) | ;
|
|
| SETADDMF(OREF,VAL) | ;
|
|
| GETADDMF(OREF) | ;
|
|
| SETADDFV(OREF,VAL) | ;
|
|
| GETADDFV(OREF,VAL) | ;
|
|
| SETADDFP(OREF,VAL) | ;
|
|
| GETADDFP(OREF,VAL) | ;
|
|
| SETADDFR(OREF,VAL) | ;
|
|
| GETADDFR(OREF,VAL) | ;
|
|
| KILNONVA(OREF) | ; Initialize prop
|
|
| APDNONVA(OREF,VAL) | ; Append VAL
|
|
| GETNONVA(OREF,VAL) | ;
|
|
| SETACTIV(OREF,VAL) | ;
|
|
| GETACTIV(OREF) | ;
|
|
| SETISNVA(OREF,VAL) | ;
|
|
| GETISNVA(OREF) | ;
|
|
| SETPATCM(OREF,VAL) | ; Patient comments
|
|
| GETPATCM(OREF,VAL) | ; Patient comments
|
|
| SETNFILL(OREF,VAL) | ; DATE NEXT FILLED
|
|
| GETNFILL(OREF) | ; DATE NEXT FILLED
|
|
| SETPROV(OREF,VAL) | ; PROVIDER
|
|
| GETPROV(OREF) | ; PROVIDER
|
|
| SETSIG(OREF,VAL) | ; SIG INSTRUCTION
|
|
| GETSIG(OREF,VAL) | ; SIG INSTRUCTION
|
|
| SETDSPLY(OREF,VAL) | ; DAYS SUPPLIED
|
|
| GETDSPLY(OREF) | ; DAYS SUPPLIED
|
|
| SETMFILL(OREF,VAL) | ;
|
|
| GETMFILL(OREF) | ;
|
|
| SETLREFL(OREF,VAL) | ;
|
|
| GETLREFL(OREF) | ;
|
|
| SETMREFL(OREF,VAL) | ;
|
|
| GETMREFL(OREF) | ;
|
|
| SETMTYPE(OREF,VAL) | ; MEDICATION TYPE
|
|
| GETMTYPE(OREF) | ; MEDICATION TYPE
|
|
| SETREMOT(OREF,VAL) | ;
|
|
| GETREMOT(OREF) | ;
|
|
| SETMEDNM(OREF,VAL) | ; Med name
|
|
| GETMEDNM(OREF) | ; Med Name
|
|
| SETRMLOC(OREF,VAL) | ; REMOTE LOCATION
|
|
| GETRMLOC(OREF) | ; REMOTE LOCATION
|
|
| SETFORMT(OREF) | ; Set column attributes when formatting the note
|
|
| GETFORMT(OREF,DEFS) | ; get column attributes when formatting the note
|
|
| SETERR(OREF,ERR) | ; set error PROPERTY
|
|
| ADDPDO(OREF,STRING) | ; Add STRING to PDO array
|
|
| ADDBLANK(OREF) | ; add blank line to PDOARY
|
|
| ADDUNDLN(OREF) | ; add underline to PDOARY
|
|
| ADDLJ(OREF,STRING) | ; left justify the string before add to PDOARY
|
|
| ADDCJ(OREF,STRING) | ; Center justify the string before add to PDOARY
|
|
| SET(OREF,PROP,VAL) | ; set property PROP with value VAL
|
|
| GET(OREF,PROP) | ; get value from property PROP
|
|
| DISFLDS | ; get the attributes of each column when formatting and displaying the lines on the note
|