| Hl7ConfigurationSectionSsnAuthority Property |
Gets or sets the authority for SSN
Namespace:
SanteDB.Messaging.HL7.Configuration
Assembly:
SanteDB.Messaging.HL7 (in SanteDB.Messaging.HL7.dll) Version: 2.2.1
Syntax [TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public AssigningAuthority SsnAuthority { get; set; }
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public Property SsnAuthority As AssigningAuthority
Get
Set
public:
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
property AssigningAuthority^ SsnAuthority {
AssigningAuthority^ get ();
void set (AssigningAuthority^ value);
}
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
member SsnAuthority : AssigningAuthority with get, set
Property Value
Type:
AssigningAuthoritySee Also