Example Silverlight control (embedded):
A GenderLabel displaying a patient’s gender.
The GenderLabel control is initialized with the following code:
<sl:GenderLabel x:Name="GenderLabelControl" Value="Female" />
- Value – gets or sets the patient’s gender; this may
be set to “Female”, “Male”, “NotSpecified” or
“NotKnown”
Example WPF control (screenshot):
A GenderLabel displaying a patient’s gender.
Further information on this control can be found on the Silverlight tab above.
The full source code can be found in the Microsoft Health Common User Interface Toolkit,
which can be downloaded from our
CodePlex
site.
Example ASP.NET control (embedded):
A GenderLabel displaying a patient’s gender.
The GenderLabel control is initialized with the following code:
<NhsCui:GenderLabel ID="FemaleGenderLabel" runat="server" Value="Female"/>
- Value – gets or sets the patient’s gender; this may
be set to “Female”, “Male”, “NotSpecified” or
“NotKnown”