예제 #1
0
 public PatientIntervention InsertPatientIntervention(PlanCOR.PlanElementEventArg arg, PatientGoal patientGoal, Intervention interventionTemplate)
 {
     return(new PatientIntervention
     {
         AssignedToId = arg.UserId,
         GoalName = interventionTemplate.GoalName,
         Id = interventionTemplate.Id,
         Description = interventionTemplate.Description,
         StartDate = interventionTemplate.StartDate,
         DueDate = interventionTemplate.DueDate,
         PatientId = arg.PatientId,
         StatusDate = interventionTemplate.StatusDate,
         StatusId = interventionTemplate.StatusId
     });
 }
 DTO.PatientObservation IEndpointUtils.GetPatientProblem(string probId, PlanCOR.PlanElementEventArg e, string userId)
 {
     throw new NotImplementedException();
 }
 public Phytel.API.AppDomain.NG.DTO.Observation GetPatientProblem(string probId, PlanCOR.PlanElementEventArg e, string userId)
 {
     throw new NotImplementedException();
 }