示例#1
0
 /**
  * Construction de l'instance
  *
  * @param String $id             String
  * @param String $registryObject String
  * @param String $value          String
  * @param bool   $registry       false
  */
 function __construct($id, $registryObject, $value, $registry = false)
 {
     parent::__construct($id, $registryObject, $value);
     $this->identificationScheme = "urn:uuid:58a6f841-87b3-4a3e-92fd-a8ffeff98427";
     $name = "XDSDocumentEntry";
     if ($registry) {
         $this->identificationScheme = "urn:uuid:6b5aea1a-874d-4603-a4bc-96a0a7b38446";
         $name = "XDSSubmissionSet";
     }
     $this->name = new CXDSName("{$name}.patientId");
 }
示例#2
0
 /**
  * Construction de l'instance
  *
  * @param String $id              String
  * @param String $registryObject  String
  * @param String $value           String
  * @param bool   $registryPackage false
  */
 function __construct($id, $registryObject, $value, $registryPackage = false)
 {
     parent::__construct($id, $registryObject, $value);
     $this->identificationScheme = "urn:uuid:2e82c1f6-a085-4c72-9da3-8640a32e42ab";
     $name = "XDSDocumentEntry";
     if ($registryPackage) {
         $this->identificationScheme = "urn:uuid:96fdda7c-d067-4183-912e-bf5ee74998a8";
         $name = "XDSSubmissionSet";
     }
     $this->name = new CXDSName("{$name}.uniqueId");
 }
示例#3
0
 /**
  * @see parent::__construct()
  */
 function __construct($id, $registryObject, $value)
 {
     parent::__construct($id, $registryObject, $value);
     $this->identificationScheme = "urn:uuid:554ac39e-e3fe-47fe-b233-965d2a147832";
     $this->name = new CXDSName("XDSSubmissionSet.sourceId");
 }