Uses of Class
com.aetna.api.util.InvalidCredentialException

Packages that use InvalidCredentialException
com.aetna.api.ecc   
com.aetna.api.goodrx   
com.aetna.api.hhs   
 

Uses of InvalidCredentialException in com.aetna.api.ecc
 

Methods in com.aetna.api.ecc that throw InvalidCredentialException
 java.util.List<Categories> ECCApi.listCategories()
          Retrieve list of catergories
 java.util.List<Cpt> ECCApi.listECCDentalCPTCodes()
          Retrieve a list of all Dental's CPT codes with your short and long description
 java.util.List<CostCareInformation> ECCApi.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> ECCApi.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> ECCApi.listECCMedCPTCodes()
          Retrieve a list of all Medical's CPT codes with your short and long description
 java.util.List<CostCareInformation> ECCApi.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> ECCApi.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> ECCApi.retrieveSubCategories(java.lang.String category)
          Retrieve list of subcategories
 

Uses of InvalidCredentialException in com.aetna.api.goodrx
 

Methods in com.aetna.api.goodrx that throw InvalidCredentialException
 java.util.List<DrugPrices> GoodRXAPI.listDrugComparePrices(java.util.Map<java.lang.String,java.lang.String> searchParameters)
          Retrieves the available price for a prescription medication
 java.util.List<DrugPrices> GoodRXAPI.listDrugLowestPrices(java.util.Map<java.lang.String,java.lang.String> searchParameter)
          Retrieves the lowest available price for a prescription medication
 

Uses of InvalidCredentialException in com.aetna.api.hhs
 

Methods in com.aetna.api.hhs that throw InvalidCredentialException
 java.util.List<Alternative> HHSAPI.getAllAlternatives(java.lang.String nda)
          Retrieves alternative therapies for the provided
 java.util.List<DrugNDC> HHSAPI.getAllDrugByNDC(java.lang.String ndc2)
          Retrieves a list of drugs according to the NC2 segment with its package info and imprints
 java.util.List<DrugImage> HHSAPI.getAllDrugImages(java.lang.String ndc2)
          Retrieves a list of images of the drugs for the given NDC2 segment
 java.util.List<DrugPackageInfo> HHSAPI.getAllDrugPackageInfo(java.lang.String ndc2, java.lang.String ndc3)
          Retrieves the package info of drug according to the given NDC2 segment and the NDC3 segment
 java.util.List<Nda> HHSAPI.getAllNDA(java.lang.String nda)
          Retrieves a list of NDAs based on the NDA supplied
 java.util.List<Document> HHSAPI.getDocuments(java.lang.String nda)
          Retrieves list of Drug Documents
 java.util.List<ART> HHSAPI.listARTs(java.util.Map<java.lang.String,java.lang.String> searchParameter, boolean exactMatch)
          Finds a ART based on the given parameter and value
 ClinicalTrialsSearch HHSAPI.listClinicalTrials(java.util.Map<java.lang.String,java.lang.String> searchParameter)
          Finds a Clinical Trial based on the given parameter and value
 java.util.List<ClinicalTrialsNCTID> HHSAPI.listClinicalTrialsNCTID(java.lang.String nctid)
          Finds clinical trials information according to the registry number indicated
 java.util.List<DrugResource> HHSAPI.listDrugResources(java.lang.String nda)
          Retrieves a list of DrugResources InvalidCredentialException
 java.util.List<DrugSearch> HHSAPI.listDrugs(java.lang.String drugName)
          Finds a drug based on drug name
 java.util.List<FDARecallSearch> HHSAPI.listFDARecall(java.util.Map<java.lang.String,java.lang.String> searchParameter)
          Finds a FDA Recall based on the given parameter and value.