Package com.ibm.fhir.cli
Class FHIRCLI
- java.lang.Object
 - 
- com.ibm.fhir.cli.FHIRCLI
 
 
- 
public class FHIRCLI extends Object
This class provides a command-line interface (CLI) to the FHIR Client API, allowing the user to invoke commands on the command-line that invoke the FHIR Client API to carry out various FHIR-related operations. 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetStackTrace(Throwable t)static voidmain(String[] args)voidprocessCommand()static voidsetConsoleStream(PrintStream stream) 
 - 
 
- 
- 
Constructor Detail
- 
FHIRCLI
public FHIRCLI(String[] args)
 
 - 
 
 -