Skip to content

Commit

Permalink
latest output from generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Oct 28, 2019
1 parent ed3d1a8 commit 9e5fcc7
Show file tree
Hide file tree
Showing 6,270 changed files with 100,504 additions and 88,117 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
10 changes: 5 additions & 5 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRAddressUseList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRAddressUseList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by AddressUse-list
Expand Down Expand Up @@ -112,7 +112,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAddressUseList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -141,7 +141,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAddressUseList
* @return static
*/
public function setValue($value = null)
{
Expand Down
10 changes: 5 additions & 5 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRAggregationModeList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRAggregationModeList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by AggregationMode-list
Expand Down Expand Up @@ -111,7 +111,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAggregationModeList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -140,7 +140,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAggregationModeList
* @return static
*/
public function setValue($value = null)
{
Expand Down
10 changes: 5 additions & 5 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRAlertStatusList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRAlertStatusList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by AlertStatus-list
Expand Down Expand Up @@ -111,7 +111,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAlertStatusList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -140,7 +140,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRAlertStatusList
* @return static
*/
public function setValue($value = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRBase64BinaryPrimitive implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|string */
private $value = null;
protected $value = null;

const VALUE_REGEX = // language=RegEx
'(\s*([0-9a-zA-Z\+\=]){4}\s*)+';
Expand All @@ -88,7 +88,7 @@ public function __construct($value = null)

/**
* @param null| $value
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBase64BinaryPrimitive
* @return static
*/
public function setValue($value)
{
Expand Down Expand Up @@ -138,7 +138,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBase64BinaryPrimitive
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down
15 changes: 8 additions & 7 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRBinary.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,19 +69,20 @@ class FHIRBinary implements PHPFHIRCommentContainerInterface, PHPFHIRContainedTy
const FHIR_TYPE_NAME = PHPFHIRConstants::TYPE_NAME_BINARY;

/** @var string */
private $_xmlns = 'http://hl7.org/fhir';
protected $_xmlns = 'http://hl7.org/fhir';

const FIELD_CONTENT_TYPE = 'contentType';
const FIELD_ID = 'id';

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive
*/
private $contentType = null;
protected $contentType = null;

/**
* @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive
*/
private $id = null;
protected $id = null;

/**
* FHIRBinary Constructor
Expand Down Expand Up @@ -124,7 +125,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBinary
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -169,7 +170,7 @@ public function getContentType()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $contentType
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBinary
* @return static
*/
public function setContentType($contentType = null)
{
Expand All @@ -195,7 +196,7 @@ public function getId()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRIdPrimitive $id
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBinary
* @return static
*/
public function setId($id = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRBindingConformanceList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by BindingConformance-list
Expand Down Expand Up @@ -111,7 +111,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBindingConformanceList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -140,7 +140,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBindingConformanceList
* @return static
*/
public function setValue($value = null)
{
Expand Down
10 changes: 5 additions & 5 deletions src/DCarbone/PHPFHIRGenerated/DSTU1/FHIRBooleanPrimitive.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRBooleanPrimitive implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|boolean */
private $value = null;
protected $value = null;

/**
* FHIRBooleanPrimitive Constructor
Expand All @@ -85,7 +85,7 @@ public function __construct($value = null)

/**
* @param null| $value
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBooleanPrimitive
* @return static
*/
public function setValue($value = null)
{
Expand Down Expand Up @@ -134,7 +134,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRBooleanPrimitive
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRCarePlanActivityCategoryList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by CarePlanActivityCategory-list
Expand Down Expand Up @@ -115,7 +115,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRCarePlanActivityCategoryList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -144,7 +144,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRCarePlanActivityCategoryList
* @return static
*/
public function setValue($value = null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
*
* Class creation date: October 22nd, 2019 01:51+0000
* Class creation date: October 28th, 2019 20:54+0000
*
* PHPFHIR Copyright:
*
Expand Down Expand Up @@ -69,10 +69,10 @@ class FHIRCarePlanActivityStatusList implements PHPFHIRTypeInterface
const FIELD_VALUE = 'value';

/** @var string */
private $_xmlns = '';
protected $_xmlns = '';

/** @var null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive */
private $value = null;
protected $value = null;

/**
* The list of values allowed by CarePlanActivityStatus-list
Expand Down Expand Up @@ -114,7 +114,7 @@ public function _getFHIRXMLNamespace()

/**
* @param null|string $xmlNamespace
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRCarePlanActivityStatusList
* @return static
*/
public function _setFHIRXMLNamespace($xmlNamespace)
{
Expand Down Expand Up @@ -143,7 +143,7 @@ public function _getFHIRXMLElementDefinition()

/**
* @param null|\DCarbone\PHPFHIRGenerated\DSTU1\FHIRStringPrimitive $value;
* @return \DCarbone\PHPFHIRGenerated\DSTU1\FHIRCarePlanActivityStatusList
* @return static
*/
public function setValue($value = null)
{
Expand Down
Loading

0 comments on commit 9e5fcc7

Please sign in to comment.