This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.smh101.heliopolis.vista.rpc.broker.example; | |
| import java.io.IOException; | |
| import com.chrisuyehara.vista.rpc.RPCClient; | |
| import com.chrisuyehara.vista.rpc.exceptions.ConnectException; | |
| import com.chrisuyehara.vista.rpc.exceptions.LoginException; | |
| import com.chrisuyehara.vista.rpc.parameters.KeyValuePair; | |
| import com.chrisuyehara.vista.rpc.parameters.ListParameter; | |
| import com.chrisuyehara.vista.rpc.parameters.LiteralParameter; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; This code is public domain. | |
| VISTA ; [Internal Only] EP Print VISTA Health Summary | |
| ; ZEXCEPT: BIDFN (This is for the Eclipse editor parser checking that we don't have leaking variables) | |
| ; Use IA 242 | |
| ; IA = Integration Agreement. VISTA's poor way of deciding which API's are public, protected, or private | |
| ; http://foia-vista.osehra.org/VistA_Integration_Agreement/ | |
| ; | |
| ; Here is what it says: | |
| ; NUMBER: 242 IA #: 242 | |
| ; DATE CREATED: JUN 15, 1993 CUSTODIAL PACKAGE: HEALTH SUMMARY |
NewerOlder