Hi guys,
I just recently started working on the CDM conversion.As the best practices,I have completed Person and Observation_period table.But I have problems when convert Visit_occurrence table:
1.How to generate visit_occurrence_ids,because there isn’t “auto-increment” properties in DDLs.
2.If i generate visit_occurrence_ids by some ways,how can i use the visit_occurrence_ids in other clinic data tables without source_visit_occurrence_ids in Visit_occurrence table.
Thank you.