-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from palladiumkenya/updateRelationships
Update relationships
- Loading branch information
Showing
746 changed files
with
580,107 additions
and
14,495 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:amrstest . | ||
docker push kenyahmis/dwapi:amrstest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:boadroom . | ||
docker push kenyahmis/dwapi:boadroom |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:dwapiUnified . | ||
docker push kenyahmis/dwapi:dwapiUnified |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:lvctprerelease . | ||
docker push kenyahmis/dwapi:lvctprerelease |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:v3115 . | ||
docker push kenyahmis/dwapi:v3115 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:upi . | ||
docker push kenyahmis/dwapi:upi | ||
docker build -t kenyahmis/dwapi:v3110 . | ||
docker push kenyahmis/dwapi:v3110 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
docker build -t kenyahmis/dwapi:v3105 . | ||
docker push kenyahmis/dwapi:v3105 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
using System; | ||
|
||
namespace Dwapi.Contracts.Ct | ||
{ | ||
public interface IArtFastTrack | ||
{ | ||
string ARTRefillModel { get; set; } | ||
DateTime? VisitDate { get; set; } | ||
string CTXDispensed { get; set; } | ||
string DapsoneDispensed { get; set; } | ||
string CondomsDistributed { get; set; } | ||
string OralContraceptivesDispensed { get; set; } | ||
string MissedDoses { get; set; } | ||
string Fatigue { get; set; } | ||
string Cough { get; set; } | ||
string Fever { get; set; } | ||
string Rash { get; set; } | ||
string NauseaOrVomiting { get; set; } | ||
string GenitalSoreOrDischarge { get; set; } | ||
string Diarrhea { get; set; } | ||
string OtherSymptoms { get; set; } | ||
string PregnancyStatus { get; set; } | ||
string FPStatus { get; set; } | ||
string FPMethod { get; set; } | ||
string ReasonNotOnFP { get; set; } | ||
string ReferredToClinic { get; set; } | ||
DateTime? ReturnVisitDate { get; set; } | ||
|
||
string RecordUUID { get; set; } | ||
bool? Voided { get; set; } | ||
|
||
DateTime? Date_Created { get; set; } | ||
DateTime? Date_Last_Modified { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
using System; | ||
|
||
namespace Dwapi.Contracts.Ct | ||
{ | ||
public interface ICancerScreening | ||
{ | ||
|
||
string FacilityName { get; set; } | ||
string VisitType { get; set; } | ||
int? VisitID { get; set; } | ||
DateTime? VisitDate { get; set; } | ||
string SmokesCigarette { get; set; } | ||
int? NumberYearsSmoked { get; set; } | ||
int? NumberCigarettesPerDay { get; set; } | ||
string OtherFormTobacco { get; set; } | ||
string TakesAlcohol { get; set; } | ||
string HIVStatus { get; set; } | ||
string FamilyHistoryOfCa { get; set; } | ||
string PreviousCaTreatment { get; set; } | ||
string SymptomsCa { get; set; } | ||
string CancerType { get; set; } | ||
string FecalOccultBloodTest { get; set; } | ||
string TreatmentOccultBlood { get; set; } | ||
string Colonoscopy { get; set; } | ||
string TreatmentColonoscopy { get; set; } | ||
string EUA { get; set; } | ||
string TreatmentRetinoblastoma { get; set; } | ||
string RetinoblastomaGene { get; set; } | ||
string TreatmentEUA { get; set; } | ||
string DRE { get; set; } | ||
string TreatmentDRE { get; set; } | ||
string PSA { get; set; } | ||
string TreatmentPSA { get; set; } | ||
string VisualExamination { get; set; } | ||
string TreatmentVE { get; set; } | ||
string Cytology { get; set; } | ||
string TreatmentCytology { get; set; } | ||
string Imaging { get; set; } | ||
string TreatmentImaging { get; set; } | ||
string Biopsy { get; set; } | ||
string TreatmentBiopsy { get; set; } | ||
string PostTreatmentComplicationCause { get; set; } | ||
string OtherPostTreatmentComplication { get; set; } | ||
string ReferralReason { get; set; } | ||
DateTime? NextAppointmentDate { get; set; } | ||
string ScreeningType { get; set; } | ||
string HPVScreeningResult { get; set; } | ||
string TreatmentHPV { get; set; } | ||
string VIAVILIScreeningResult { get; set; } | ||
string PAPSmearScreeningResult { get; set; } | ||
string TreatmentPapSmear { get; set; } | ||
string ReferalOrdered { get; set; } | ||
string Colposcopy { get; set; } | ||
string TreatmentColposcopy { get; set; } | ||
|
||
string CBE { get; set; } | ||
string TreatmentCBE { get; set; } | ||
string Ultrasound { get; set; } | ||
string TreatmentUltraSound { get; set; } | ||
string IfTissueDiagnosis { get; set; } | ||
DateTime? DateTissueDiagnosis { get; set; } | ||
string ReasonNotDone { get; set; } | ||
string Referred { get; set; } | ||
string ReasonForReferral { get; set; } | ||
|
||
string RecordUUID { get; set; } | ||
bool? Voided { get; set; } | ||
DateTime? Date_Created { get; set; } | ||
DateTime? Date_Last_Modified { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
using System; | ||
|
||
namespace Dwapi.Contracts.Ct | ||
{ | ||
public interface IRelationship | ||
{ | ||
string FacilityName { get; set; } | ||
|
||
string RelationshipToPatient { get; set; } | ||
int PersonAPatientPk { get; set; } | ||
int PersonBPatientPk { get; set; } | ||
string PatientRelationshipToOther { get; set; } | ||
|
||
DateTime? StartDate { get; set; } | ||
DateTime? EndDate { get; set; } | ||
|
||
DateTime? Date_Created { get; set; } | ||
DateTime? Date_Last_Modified { get; set; } | ||
string RecordUUID { get; set; } | ||
bool? Voided { get; set; } | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
using System; | ||
|
||
namespace Dwapi.Contracts.Ct | ||
{ | ||
public interface IIITRiskScores | ||
{ | ||
string FacilityName { get; set; } | ||
string SourceSysUUID { get; set; } | ||
string RiskScore { get; set; } | ||
string RiskFactors { get; set; } | ||
string RiskDescription { get; set; } | ||
DateTime? RiskEvaluationDate { get; set; } | ||
bool? Voided { get; set; } | ||
|
||
DateTime? Date_Created { get; set; } | ||
DateTime? Date_Last_Modified { get; set; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.