comparison OrthancServer/ServerIndex.cpp @ 2664:a21b244efb37 jobs

serialization of DicomModalityStoreJob, OrthancPeerStoreJob and ResourceModificationJob
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Jun 2018 21:37:40 +0200
parents c691fcf66071
children 389d050a2e66
comparison
equal deleted inserted replaced
2663:228e2783ce83 2664:a21b244efb37
777 777
778 // Attach the auto-computed metadata for the instance level, 778 // Attach the auto-computed metadata for the instance level,
779 // reflecting these additions into the input metadata map 779 // reflecting these additions into the input metadata map
780 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_ReceptionDate, now); 780 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_ReceptionDate, now);
781 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_RemoteAet, 781 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_RemoteAet,
782 instanceToStore.GetOrigin().GetRemoteAet()); 782 instanceToStore.GetOrigin().GetRemoteAetC());
783 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_Origin, 783 SetInstanceMetadata(instanceMetadata, instance, MetadataType_Instance_Origin,
784 EnumerationToString(instanceToStore.GetOrigin().GetRequestOrigin())); 784 EnumerationToString(instanceToStore.GetOrigin().GetRequestOrigin()));
785 785
786 { 786 {
787 std::string s; 787 std::string s;