Пример #1
0
 public AuditData GetAuditLog(int auditTypeId, Interface.IAppDomainRequest request, string sqlUserID, List <string> patientids, string browser, string userIPAddress, string methodCalledFrom, bool isError = false)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public void LogAuditData(Interface.IAppDomainRequest request, string sqlUserID, List <string> patientids, string browser, string hostAddress, string returnTypeName)
 {
     // pass this
 }
Пример #3
0
 public void SetStartDateForProgramAttributes(string programId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void AuditAsynch(Interface.IAppDomainRequest request, string sqlUserID, List <string> patientids, string browser, string userIPAddress, string returnTypeName)
 {
     throw new NotImplementedException();
 }
Пример #5
0
 public void SaveReportingAttributes(Phytel.API.DataDomain.Program.DTO.ProgramAttributeData _programAttributes, Interface.IAppDomainRequest request)
 {
 }
Пример #6
0
 public Phytel.API.DataDomain.Patient.DTO.CohortPatientViewData GetCohortPatientViewRecord(string patientId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public DataDomain.Patient.DTO.CohortPatientViewData RequestCohortPatientViewData(string patientId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void RegisterCohortPatientViewProblemToPatient(string problemId, string patientId, Interface.IAppDomainRequest request)
 {
 }
 public bool InsertNewProgramAttribute(DataDomain.Program.DTO.ProgramAttributeData pa, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public DataDomain.PatientObservation.DTO.PutRegisterPatientObservationResponse PutNewPatientProblem(string patientId, string userId, string elementId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public List <DataDomain.Program.DTO.StepResponse> GetResponsesForStep(string stepId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public DataDomain.PatientObservation.DTO.PutUpdateObservationDataResponse UpdatePatientProblem(string patientId, string userId, string elementId, DTO.PatientObservation pod, bool _active, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public DataDomain.Program.DTO.ProgramAttributeData GetProgramAttributes(string planElemId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public bool UpdateProgramAttributes(DataDomain.Program.DTO.ProgramAttributeData pAtt, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }
 public void UpdateCohortPatientViewProblem(DataDomain.Patient.DTO.CohortPatientViewData cpvd, string patientId, Interface.IAppDomainRequest request)
 {
     throw new NotImplementedException();
 }