| PatientEthnicGroup Property |
Gets the ethic group concepts
Namespace:
SanteDB.Core.Model.Roles
Assembly:
SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax public Concept EthnicGroup { get; set; }
Public Property EthnicGroup As Concept
Get
Set
public:
property Concept^ EthnicGroup {
Concept^ get ();
void set (Concept^ value);
}
member EthnicGroup : Concept with get, set
Property Value
Type:
ConceptSee Also