VRDR .NET
Loading...
Searching...
No Matches
Classes | Public Member Functions | Public Attributes | Properties | List of all members
VRDR.MortalityData Class Reference

Data helper class for dealing with IJE mortality data. Follows Singleton-esque pattern! More...

Public Member Functions

string StateNameToStateCode (string state)
 Given a State, Territory, or Province name - return the representative State code.
 
string JurisdictionNameToJurisdictionCode (string jurisdiction)
 Given a Jurisdiction code - return the Jurisdiction name.
 
string JurisdictionCodeToJurisdictionName (string code)
 Given a Jurisdiction name - return the representative Jurisdiction code.
 
string StateCodeToStateName (string code)
 Given a State, Territory, or Province code - return the representative State, Territory, or Province name.
 
string CountryNameToCountryCode (string country)
 Given a Country name - return the representative Country code.
 
string CountryCodeToCountryName (string code)
 Given a Country code - return the representative Country name.
 

Public Attributes

Dictionary< string, string > JurisdictionCodes
 Jurisdiction Codes
 
Dictionary< string, string > StateTerritoryProvinceCodes
 State and Territory Province Codes
 
List< KeyValuePair< string, string > > CountryCodes
 Country Codes based on PH_Country_GEC = 2.16.840.1.113883.13.250
 

Properties

static MortalityData Instance [get]
 Instance get method for singleton.
 

Detailed Description

Data helper class for dealing with IJE mortality data. Follows Singleton-esque pattern!


The documentation for this class was generated from the following file: