Data helper class for dealing with IJE mortality data. Follows Singleton-esque pattern!
More...
|
|
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.
|
| |
|
|
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
|
| |
|
|
static MortalityData | Instance [get] |
| | Instance get method for singleton.
|
| |
Data helper class for dealing with IJE mortality data. Follows Singleton-esque pattern!
The documentation for this class was generated from the following file: