Skip to content

Commit

Permalink
Merge branch 'EDRD-Sprint-11' of https://github.com/bcgov/MoH-SAT int…
Browse files Browse the repository at this point in the history
…o EDRD-Sprint-11
  • Loading branch information
deepakmulamalla committed Jan 21, 2025
2 parents 1ab2e65 + f7b9c14 commit 95bc52c
Show file tree
Hide file tree
Showing 8 changed files with 370 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2339,7 +2339,7 @@
<propertySetConfig>{
&quot;controlWidth&quot; : 12,
&quot;label&quot; : &quot;TextBlock4&quot;,
&quot;text&quot; : &quot;&lt;p&gt;EMPI Search Results&lt;/p&gt;&quot;,
&quot;text&quot; : &quot;&lt;p&gt;Search Results&lt;/p&gt;&quot;,
&quot;show&quot; : null,
&quot;dataJSON&quot; : false,
&quot;HTMLTemplateId&quot; : &quot;&quot;,
Expand Down Expand Up @@ -2553,7 +2553,7 @@
&quot;active&quot; : false
}, {
&quot;value&quot; : false,
&quot;type&quot; : &quot;Requirement&quot;,
&quot;type&quot; : &quot;Warning&quot;,
&quot;text&quot; : &quot;We can&apos;t create case for Deceased patient, Please Contact PHSA PSP for additional information at [email protected].&quot;,
&quot;active&quot; : true
} ],
Expand Down Expand Up @@ -2586,7 +2586,7 @@
<propertySetConfig>{
&quot;controlWidth&quot; : 12,
&quot;label&quot; : &quot;TextBlock4&quot;,
&quot;text&quot; : &quot;&lt;p&gt;&lt;strong&gt;EMPI Patient Search&lt;/strong&gt;&lt;/p&gt;&quot;,
&quot;text&quot; : &quot;&lt;p&gt;&lt;strong&gt;Patient Search&lt;/strong&gt;&lt;/p&gt;&quot;,
&quot;show&quot; : null,
&quot;dataJSON&quot; : false,
&quot;HTMLTemplateId&quot; : &quot;&quot;,
Expand Down Expand Up @@ -2788,7 +2788,7 @@
&quot;active&quot; : false
}, {
&quot;value&quot; : false,
&quot;type&quot; : &quot;Requirement&quot;,
&quot;type&quot; : &quot;Warning&quot;,
&quot;text&quot; : &quot;NO RESULT FOUND&quot;,
&quot;active&quot; : true
} ],
Expand Down Expand Up @@ -2858,7 +2858,7 @@
<omniProcessVersionNumber>0.0</omniProcessVersionNumber>
<propertySetConfig>{
&quot;controlWidth&quot; : 12,
&quot;label&quot; : &quot;Select Overrirde Reason&quot;,
&quot;label&quot; : &quot;Select Override Reason&quot;,
&quot;required&quot; : false,
&quot;repeat&quot; : false,
&quot;repeatClone&quot; : false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1830,7 +1830,7 @@
&quot;repeatClone&quot; : false,
&quot;repeatLimit&quot; : null,
&quot;readOnly&quot; : true,
&quot;defaultValue&quot; : &quot;New&quot;,
&quot;defaultValue&quot; : &quot;Renewal&quot;,
&quot;help&quot; : false,
&quot;helpText&quot; : &quot;&quot;,
&quot;helpTextPos&quot; : &quot;&quot;,
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

176 changes: 176 additions & 0 deletions force-app/main/default/staticresources/EDRD_UI_enhancement_V3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,176 @@
.slds-button_stretch {
margin-top: 20px;
}

[data-omni-key~="Override"] {
margin: 20px 0px;
border-top: 1px solid #d4d4d4;
padding-top: 22px
}

[data-omni-key~="searchPatient"].slds-hide {
display: block!important;
pointer-events: none
}

[data-omni-key~="searchPatient"].slds-hide button {
background-color: #d4d4d4;
border: #d4d4d4
}

.omni-block_content {
padding-left: 0!important
}

[data-omni-key~="blockSearchByPHN"] {
border-right: 1px solid #d4d4d4;
}

.datePickerHt {
width: 240px;
margin-top: 20px
}

[data-omni-key~="blockSearchByName"] .omni-block_content {
margin-left: 40px
}

[data-omni-key~="LineBreak10"] {
border-top: 1px solid #d4d4d4;
margin-bottom: 20px
}

[data-omni-key~="firstname"],[data-omni-key~="lastname"] {
width: 300px
}


[data-omni-key~="firstName"],[data-omni-key~="lastName"] {
width: 300px;
margin: 0px 10px
}

[data-omni-key~="dateOfBirth"] .datePickerHt {
margin-top: 0!important
}

[data-omni-key~="gender"] {
margin: 0px 10px;
}

[data-omni-key~="patientIdentifier"] {
margin: 0px 20px;
width: 300px
}

[data-omni-key~="validatePHN"] {
margin: 0 10px;
width: 200px
}

.slds-truncate {
font-weight: 600
}

[data-omni-key~="InitialDosageDetail"] .slds-accordion__content .slds-text-block {
padding: 20px;
gap: 16px;
border-radius: 4px;
opacity: 0px;
background: #EFEFEF;
}

[data-omni-key~="EnsureEligibility"] span {
color: black!important
}

[data-omni-key~="TextBlock3"],[data-omni-key~="TextBlock1"] {
margin-top: 15px;
margin-bottom: 15px
}

[data-omni-key~="SignedDate"] .datePickerHt {
width: 240px;
margin-top: 0
}

[data-omni-key="searchPatient"] button,[data-omni-key="SearchbyIdentifier"] button,[data-omni-key="SearchbyDetails"] button,[data-omni-key="validatePHN"] button {
border: 1px solid #0176D3!important;
background-color: #fff!important;
color: #0176D3!important
}

[data-omni-key="SearchbyIdentifier"] button,[data-omni-key="SearchbyDetails"] button {
border: 1px solid #0176D3!important;
background-color: #fff!important;
color: #0176D3!important
}

.slds-grid {
background-color: transparent;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0
}

[data-omni-key~="showPatientData"] .cf-vlocity-state-0 {
background-color: #F9F9F8;
font-weight: 700
}

[data-omni-key~="CustomLWC1"] .cf-vlocity-state-0:nth-child(even) {
background-color: #EDECEB
}

[data-omni-key~="CustomLWC1"] .cf-vlocity-state-0:nth-child(odd) {
background-color: #F9F9F8
}

[data-omni-key~="CustomLWC1"] .slds-size_12-of-12 {
padding-bottom: 0
}

[data-omni-key~="CustomLWC1"] {
padding-bottom: 20px;
border-bottom: 1px solid #D9D9D9;
margin-bottom: 30px;
margin-bottom: 25px;
}

[data-omni-key~="PatientDeatilsRenewal"] [data-omni-key~="gender"] {
margin: 0px 0px;
}

.omniscript-step__body[lwc-314pbdlkbi2] {
margin-top: 20px
}
[data-omni-key="datatableHeader"]{margin-bottom:0}
[data-omni-key="datatableHeader"] .cf-vlocity-state-0{background-color: #F9F9F8;padding:4px;font-weight:600}
[data-omni-key~="showPatientData"] .cf-vlocity-state-0:nth-child(even) {
background-color: #EDECEB;
}

[data-omni-key~="showPatientData"] .cf-vlocity-state-0:nth-child(odd) {
background-color: #F9F9F8;
}

[data-omni-key~="showPatientData"] {
margin-top: 0px;
margin-bottom: 0
border-bottom: 1px solid #D9D9D9;
padding-bottom: 20px;
}

[data-omni-key~="PleaseEnterCaseNumber"] {
width: 300px
}
.slds-radio_button [type=radio]:checked+.slds-radio_faux, .slds-radio_button [type=radio]:checked+.slds-radio--faux, .slds-radio_button [type=radio]:checked~.slds-radio_faux, .slds-radio_button [type=radio]:checked~.slds-radio--faux, .slds-radio_button [type=radio]:checked+.slds-radio_button__label, .slds-radio_button [type=radio]:checked+.slds-radio--button__label, .slds-radio--button [type=radio]:checked+.slds-radio_faux, .slds-radio--button [type=radio]:checked+.slds-radio--faux, .slds-radio--button [type=radio]:checked~.slds-radio_faux, .slds-radio--button [type=radio]:checked~.slds-radio--faux, .slds-radio--button [type=radio]:checked+.slds-radio_button__label, .slds-radio--button [type=radio]:checked+.slds-radio--button__label
{background-color:#3598db;border:1px solid #3598db}
.slds-radio_button:first-child>.slds-radio_faux, .slds-radio_button:first-child>.slds-radio--faux, .slds-radio_button:first-child>.slds-radio_button__label, .slds-radio_button:first-child>.slds-radio--button__label, .slds-radio--button:first-child>.slds-radio_faux, .slds-radio--button:first-child>.slds-radio--faux, .slds-radio--button:first-child>.slds-radio_button__label, .slds-radio--button:first-child>.slds-radio--button__label
{color:#3598db}
.slds-radio_button__label, .slds-radio--button__label{color:#3598db;}
[data-omni-key~="OverrideSelect"] [data-omni-key~="gender"]{padding-right:0}
[data-omni-key~="DisplayMedicationInformation"] strong{color:#013365}
.slds-checkbox .slds-checkbox__label .slds-form-element__label{visibility:hidden}
[data-omni-key~="dataTableheaderrenewal"]{background-color:#F9F9F8;margin-bottom:0;font-weight:600}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<StaticResource xmlns="http://soap.sforce.com/2006/04/metadata">
<cacheControl>Private</cacheControl>
<contentType>text/css</contentType>
</StaticResource>
Loading

0 comments on commit 95bc52c

Please sign in to comment.