-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d66c482
commit c7d8930
Showing
7 changed files
with
177 additions
and
2 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
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
14 changes: 14 additions & 0 deletions
14
force-app/main/default/standardValueSets/CareProgramEnrolleeStatus.standardValueSet-meta.xml
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,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<sorted>false</sorted> | ||
<standardValue> | ||
<fullName>Active</fullName> | ||
<default>true</default> | ||
<label>Active</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>Inactive</fullName> | ||
<default>false</default> | ||
<label>Inactive</label> | ||
</standardValue> | ||
</StandardValueSet> |
24 changes: 24 additions & 0 deletions
24
force-app/main/default/standardValueSets/CareProgramStatus.standardValueSet-meta.xml
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,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<sorted>false</sorted> | ||
<standardValue> | ||
<fullName>New</fullName> | ||
<default>true</default> | ||
<label>New</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>In Progress</fullName> | ||
<default>false</default> | ||
<label>In Progress</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>Completed</fullName> | ||
<default>false</default> | ||
<label>Completed</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>Cancelled</fullName> | ||
<default>false</default> | ||
<label>Cancelled</label> | ||
</standardValue> | ||
</StandardValueSet> |
19 changes: 19 additions & 0 deletions
19
force-app/main/default/standardValueSets/MedicationStatus.standardValueSet-meta.xml
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,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<StandardValueSet xmlns="http://soap.sforce.com/2006/04/metadata"> | ||
<sorted>false</sorted> | ||
<standardValue> | ||
<fullName>Active</fullName> | ||
<default>true</default> | ||
<label>Active</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>Inactive</fullName> | ||
<default>false</default> | ||
<label>Inactive</label> | ||
</standardValue> | ||
<standardValue> | ||
<fullName>Added in error</fullName> | ||
<default>false</default> | ||
<label>Added in error</label> | ||
</standardValue> | ||
</StandardValueSet> |