|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aetna.api.ecc.ECCApi
public class ECCApi
| Constructor Summary | |
|---|---|
ECCApi(java.lang.String apiKey)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getApiKey()
Retrieve current api key that was specified |
java.util.List<Categories> |
listCategories()
Retrieve list of catergories |
java.util.List<Cpt> |
listECCDentalCPTCodes()
Retrieve a list of all Dental's CPT codes with your short and long description |
java.util.List<CostCareInformation> |
listECCDentalInformation(java.lang.String cdt,
java.lang.String zip)
Retrieve the Dental Estimated Cost of Care Information based on the CPT, ZIP |
java.util.List<CostCareInformation> |
listECCDentalInformation(java.lang.String cdt,
java.lang.String lat,
java.lang.String lng)
Retrieve the Dental Estimated Cost of Care Information based on the CPT, LAT, LNG |
java.util.List<Cpt> |
listECCMedCPTCodes()
Retrieve a list of all Medical's CPT codes with your short and long description |
java.util.List<CostCareInformation> |
listECCMedicalInformation(java.lang.String cpt,
java.lang.String zip)
Retrieve the Medical Estimated Cost of Care Information based on the CPT, ZIP |
java.util.List<CostCareInformation> |
listECCMedicalInformation(java.lang.String cpt,
java.lang.String lat,
java.lang.String lng)
Retrieve the Medical Estimated Cost of Care Information based on the CPT, LAT, LNG |
java.util.List<Categories> |
retrieveSubCategories(java.lang.String category)
Retrieve list of subcategories |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ECCApi(java.lang.String apiKey)
apiKey - the API key| Method Detail |
|---|
public java.lang.String getApiKey()
public java.util.List<CostCareInformation> listECCMedicalInformation(java.lang.String cpt,
java.lang.String lat,
java.lang.String lng)
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
cpt - Current procedural terminology codelat - Degrees latitudelng - Degrees longitude
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<CostCareInformation> listECCMedicalInformation(java.lang.String cpt,
java.lang.String zip)
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
cpt - Current procedural terminology codezip - the Zip code
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<Cpt> listECCMedCPTCodes()
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<CostCareInformation> listECCDentalInformation(java.lang.String cdt,
java.lang.String lat,
java.lang.String lng)
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
cdt - Current dental terminology codelat - Degrees latitudelng - Degrees longitude
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<CostCareInformation> listECCDentalInformation(java.lang.String cdt,
java.lang.String zip)
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
cdt - Current dental terminology codezip - the Zip code
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<Cpt> listECCDentalCPTCodes()
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<Categories> listCategories()
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
public java.util.List<Categories> retrieveSubCategories(java.lang.String category)
throws InvalidCredentialException,
java.io.IOException,
java.net.MalformedURLException
category - the Category name
InvalidCredentialException
java.io.IOException
java.net.MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||