示例#1
0
        public DTO.PutProgramToPatientResponse PutPatientToProgram(DTO.PutProgramToPatientRequest request)
        {
            DTO.PutProgramToPatientResponse response = new PutProgramToPatientResponse
            {
                Outcome = new DTO.Outcome
                {
                    Reason = "SUccess!",
                    Result = 1
                },
                program = new ProgramInfo
                {
                    ElementState = 1,
                    Id           = request.ContractProgramId,
                    Name         = "Test program",
                    PatientId    = request.PatientId,
                    ProgramState = 1,
                    ShortName    = "short program",
                    Status       = 1
                },
                Version = 1.0
            };

            return(response);
        }
示例#2
0
 public List <MEPatientProgram> FindExistingpatientProgram(DTO.PutProgramToPatientRequest request)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public MEPatientProgram CreateInitialMEPatientProgram(DTO.PutProgramToPatientRequest request, MEProgram cp, List <global::MongoDB.Bson.ObjectId> sil)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public string GetCareManagerValueByRule(DTO.PutProgramToPatientRequest request, MEProgram cp)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public bool SavePatientProgramResponses(List <MEPatientProgramResponse> pprs, DTO.PutProgramToPatientRequest request)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public DTO.ProgramInfo SaveNewPatientProgram(DTO.PutProgramToPatientRequest request, MEPatientProgram nmePP)
 {
     throw new NotImplementedException();
 }
示例#7
0
 public void InitializeProgramAttributes(DTO.PutProgramToPatientRequest request, DTO.PutProgramToPatientResponse response)
 {
     throw new NotImplementedException();
 }
示例#8
0
 public void InitializePatientProgramAssignment(DTO.PutProgramToPatientRequest request, MEPatientProgram nmePP)
 {
     throw new NotImplementedException();
 }
示例#9
0
 public List <MEResponse> GetProgramResponseslist(List <global::MongoDB.Bson.ObjectId> idl, MEProgram cp, DTO.PutProgramToPatientRequest request)
 {
     throw new NotImplementedException();
 }
示例#10
0
 public MEProgram GetProgramForDeepCopy(DTO.PutProgramToPatientRequest request)
 {
     throw new NotImplementedException();
 }