sendDataCollection method
void
sendDataCollection()
Implementation
void sendDataCollection(List<String>? rxCodes, List<String>? dxCodes,
List<String>? editorialTags, Map<String, String>? event){
DataColletion().sendData(rxCodes, dxCodes, editorialTags, event);
}