XdsObjects Help file
XdsObjects Namespace / XdsDocument Class / HealthCareFacilityTypeCode Property



HealthCareFacilityTypeCode Property
This code represents the type of organizational setting of the clinical encounter during which the documented act occurred.
Syntax
Public Property HealthCareFacilityTypeCode As XdsCode
Dim instance As XdsDocument
Dim value As XdsCode
 
instance.HealthCareFacilityTypeCode = value
 
value = instance.HealthCareFacilityTypeCode
public XdsCode HealthCareFacilityTypeCode {get; set;}
public:
property XdsCode^ HealthCareFacilityTypeCode {
   XdsCode^ get();
   void set (    XdsCode^ value);
}
Remarks

This property corresponds to the XDSDocumentEntry.healthcareFacilityTypeCode Classification

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also