Besamv2Api class
Methods
-
findAmpsByDmppCode(String dmppCode)
→ Future<List<AmpDto>?>
-
Finding AMPs by dmpp code
-
findAmpsByDmppCodeWithHttpInfo(String dmppCode)
→ Future<Response>
-
Finding AMPs by dmpp code
-
findPaginatedAmpsByAtc(String atcCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by atc code with pagination.
-
findPaginatedAmpsByAtcWithHttpInfo(String atcCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by atc code with pagination.
-
findPaginatedAmpsByGroupCode(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by group with pagination.
-
findPaginatedAmpsByGroupCodeWithHttpInfo(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by group with pagination.
-
findPaginatedAmpsByGroupId(String vmpgId, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by group with pagination.
-
findPaginatedAmpsByGroupIdWithHttpInfo(String vmpgId, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by group with pagination.
-
findPaginatedAmpsByLabel({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by label with pagination.
-
findPaginatedAmpsByLabelWithHttpInfo({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by label with pagination.
-
findPaginatedAmpsByVmpCode(String vmpCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by vmp code with pagination.
-
findPaginatedAmpsByVmpCodeWithHttpInfo(String vmpCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by vmp code with pagination.
-
findPaginatedAmpsByVmpId(String vmpId, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListAmpDto?>
-
Finding AMPs by vmp id with pagination.
-
findPaginatedAmpsByVmpIdWithHttpInfo(String vmpId, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding AMPs by vmp id with pagination.
-
findPaginatedNmpsByLabel({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListNmpDto?>
-
Finding NMPs by label with pagination.
-
findPaginatedNmpsByLabelWithHttpInfo({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding NMPs by label with pagination.
-
findPaginatedVmpGroupsByLabel({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpGroupDto?>
-
Finding VMP groups by language label with pagination.
-
findPaginatedVmpGroupsByLabelWithHttpInfo({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMP groups by language label with pagination.
-
findPaginatedVmpGroupsByVmpGroupCode(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpGroupDto?>
-
Finding VMP groups by cmpgCode with pagination.
-
findPaginatedVmpGroupsByVmpGroupCodeWithHttpInfo(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMP groups by cmpgCode with pagination.
-
findPaginatedVmpsByGroupCode(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpDto?>
-
Finding VMPs by group with pagination.
-
findPaginatedVmpsByGroupCodeWithHttpInfo(String vmpgCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMPs by group with pagination.
-
findPaginatedVmpsByGroupId(String vmpgId, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpDto?>
-
Finding VMPs by group with pagination.
-
findPaginatedVmpsByGroupIdWithHttpInfo(String vmpgId, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMPs by group with pagination.
-
findPaginatedVmpsByLabel({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpDto?>
-
Finding VMPs by label with pagination.
-
findPaginatedVmpsByLabelWithHttpInfo({String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMPs by label with pagination.
-
findPaginatedVmpsByVmpCode(String vmpCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListVmpDto?>
-
Finding VMPs by group with pagination.
-
findPaginatedVmpsByVmpCodeWithHttpInfo(String vmpCode, {String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding VMPs by group with pagination.
-
getSamVersion()
→ Future<SamVersionDto?>
-
Get Samv2 version.
-
getSamVersionWithHttpInfo()
→ Future<Response>
-
Get Samv2 version.
-
listAmpsByDmppCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<AmpDto>?>
-
Finding AMPs by dmpp code
-
listAmpsByDmppCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by dmpp code
-
listAmpsByGroupCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<AmpDto>?>
-
Finding AMPs by group.
-
listAmpsByGroupCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by group.
-
listAmpsByGroupIds(ListOfIdsDto listOfIdsDto)
→ Future<List<AmpDto>?>
-
Finding AMPs by group.
-
listAmpsByGroupIdsWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by group.
-
listAmpsByVmpCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<AmpDto>?>
-
Finding AMPs by vmp code.
-
listAmpsByVmpCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by vmp code.
-
listAmpsByVmpIds(ListOfIdsDto listOfIdsDto)
→ Future<List<AmpDto>?>
-
Finding AMPs by vmp id.
-
listAmpsByVmpIdsWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by vmp id.
-
listNmpsByCnks(ListOfIdsDto listOfIdsDto)
→ Future<List<NmpDto>?>
-
Finding NMPs by cnk id.
-
listNmpsByCnksWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding NMPs by cnk id.
-
listPharmaceuticalForms()
→ Future<List<PharmaceuticalFormDto>?>
-
List all pharmaceutical forms.
-
listPharmaceuticalFormsWithHttpInfo()
→ Future<Response>
-
List all pharmaceutical forms.
-
listSubstances()
→ Future<List<SubstanceDto>?>
-
List all substances.
-
listSubstancesWithHttpInfo()
→ Future<Response>
-
List all substances.
-
listVmpGroupsByVmpGroupCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<VmpGroupDto>?>
-
Finding AMPs by group.
-
listVmpGroupsByVmpGroupCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding AMPs by group.
-
listVmpsByGroupIds(ListOfIdsDto listOfIdsDto)
→ Future<List<VmpDto>?>
-
Finding VMPs by group.
-
listVmpsByGroupIdsWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding VMPs by group.
-
listVmpsByVmpCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<VmpDto>?>
-
Finding VMPs by group.
-
listVmpsByVmpCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Finding VMPs by group.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited