Enum aqi_nacor_schema::schema::LocationTypeCodeType[][src]

pub enum LocationTypeCodeType {
    Pharmacy,
    Telehealth,
    School,
    HomelessShelter,
    IndianHealthServiceFreeStandingFacility,
    IndianHealthServiceProviderBasedFacility,
    Tribal638FreeStandingFacility,
    Tribal638ProviderBasedFacility,
    Prison,
    Office,
    Home,
    AssistedLivingFacility,
    GroupHome,
    MobileUnit,
    TemporaryLodging,
    WalkInRetailHealthClinic,
    PlaceOfEmploymentWorksite,
    OffCampusOutpatientHospital,
    UrgentCareFacility,
    InpatientHospital,
    OnCampusOutpatientHospital,
    EmergencyRoom,
    AmbulatorySurgicalCenter,
    BirthingCenter,
    MilitaryTreatmentFacility,
    SkilledNursingFacility,
    NursingFacility,
    CustodialCareFacility,
    Hospice,
    AmbulanceLand,
    AmbulanceAirOrWater,
    IndependentClinic,
    FederallyQualifiedHealthCenter,
    InpatientPsychiatricFacility,
    PsychiatricFacilityPartialHospitalization,
    CommunityMentalHealthCenter,
    IntermediateCareFacility,
    ResidentialSubstanceAbuseTreatmentFacility,
    PsychiatricResidentialTreatmentCenter,
    NonResidentialSubstanceAbuseTreatmentFacility,
    MassImmunizationCenter,
    ComprehensiveInpatientRehabFacility,
    ComprehensiveOutpatientRehabFacility,
    EndStageRenalDiseaseTreatmentFacility,
    PublicHealthClinic,
    RuralHealthClinic,
    IndependentLaboratory,
    Other,
}

Variants

Trait Implementations

impl Clone for LocationTypeCodeType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LocationTypeCodeType
[src]

impl Debug for LocationTypeCodeType
[src]

Formats the value using the given formatter. Read more

impl Hash for LocationTypeCodeType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Eq for LocationTypeCodeType
[src]

impl PartialEq for LocationTypeCodeType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl SchemaIntType for LocationTypeCodeType
[src]

Auto Trait Implementations