Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

1)Child Health Care
    1)Created concept named "Child Health Care Program" which represent the program
    2)Created concept named "Child Health Care Workflow"
    3)Created concept named "Program Outcome Completed"
    4)Created concept named "Child Health Care Outcome" datatype ConvSet and added "Program Outcome Completed" as a set member.
    5)Created concept named "Program State Ongoing" as a default state
    6)Created Program with above concepts.
    7)After saving the concept add "Program State Ongoing" as workflow states.
    Go to openmrs database
    Get UUID for child health care template
    Get UUID for child health care program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
2)Cause of Death

     1)Created concept named "Cause of Death Program" which represent the program
     2)Created concept named "Cause of Death Workflow"
     3)Created concept named "Cause of Death Outcome" datatype ConvSet and added "Program Outcome  Completed" as a set member.  
     
     4)Created Program with above concepts.
    5)After saving the concept add "Program State Ongoing" as workflow states.
Go to openmrs database
    Get UUID for death note template
    Get UUID for Cause of Death program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
3) Maternal Health

     1)Created concept named "Maternal Health Care Program" which represent the program
     2)Created concept named "Maternal Health Care Workflow"
     3)Created concept named "Maternal Health Care Outcome" datatype ConvSet and added "Program Outcome           Completed" as a set member.     
     
     4)Created Program with above concepts.
    5)After saving the concept add "Program State Ongoing" as workflow states.
Go to openmrs database
    Get UUID for ANC Visit template
    Get UUID for Maternal Health program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
Get UUID for PNC Visit template
    Get UUID for Maternal Health program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
Get UUID for Delivery Information template
    Get UUID for Maternal Health program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
Get UUID for New Born Care template
    Get UUID for Maternal Health program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now());
Get UUID for Pregnancy Intake template
    Get UUID for Maternal Health program
    insert into entity_mapping( uuid,entity_mapping_type_id,entity1_uuid,entity2_uuid,date_created) values(UUID(),1,’{{UUID_Of_Program}}', {{‘UUID_Of_Concept}}', now()); 
  • No labels