Page History
...
| Feltnavn | Beskrivelse | Optional | Unik nøgle | Datatype |
|---|---|---|---|---|
| id | Intern, unik nøgle. | nej | x | int(11) |
| reference_id | Nøgle på ReferenceId'et. | nej | varchar(64) | |
| assigningauthority_id | Id fra AssigningAuthority-strukturen. | varchar(64) | ||
| assigningauthority_type | Type fra AssigningAuthority-strukturen. | varchar(64) | ||
| typecode | TypeCode på ReferenceId'et. | nej | varchar(64) | |
| homecommunityid_id | Id fra HomeCommunityId-strukturen. | varchar(64) | ||
| homecommunityid_type | Type fra HomeCommunityId-strukturen. | varchar(64) |
SubmissionSet
| Feltnavn | Beskrivelse | Optional | Unik nøgle | Datatype |
|---|---|---|---|---|
| id | Intern, unik nøgle. | nej | x | int(11) |
| entryuuid | Uuid, der identificerer SubmissionSet-objektet. | nej | x | varchar(64) |
| patientid | Id-delen af PatientId-strukturen. | nej | varchar(32) | |
| patientid_assigningauthorityid | AssigningAuthorityId-delen af PatientId-strukturen. | nej | varchar(32) | |
| patientid_assigningauthoritytype | AssigningAuthorityType-delen af PatientId-strukturen. | nej | varchar(16) | |
| uniqueid | UniqueId på objektet. | nej | x | varchar(64) |
| submissionsetcontentid | Reference til række i submissionsetcontent-tabellen. | nej | x | int(11) |
...