Public Function New( _ ByVal CodingScheme As String, _ ByVal CodeValue As String, _ ByVal CodeMeaning As XdsInternationalString _ )
Dim CodingScheme As String Dim CodeValue As String Dim CodeMeaning As XdsInternationalString Dim instance As New XdsCode(CodingScheme, CodeValue, CodeMeaning)
public XdsCode( string CodingScheme, string CodeValue, XdsInternationalString CodeMeaning )
public: XdsCode( String^ CodingScheme, String^ CodeValue, XdsInternationalString^ CodeMeaning )
Parameters
- CodingScheme
- The coding scheme to use - this is commonly, but not always a GUID
- CodeValue
- The coding scheme to use
- CodeMeaning
- The human readable code meanging.