Uses of Enum Class
org.hl7.v3.EntityDeterminerDetermined
-
Uses of EntityDeterminerDetermined in org.hl7.v3
Fields in org.hl7.v3 declared as EntityDeterminerDeterminedModifier and TypeFieldDescriptionprotected EntityDeterminerDeterminedCOCTMT230100UVMedicineClass.determinerCodeprotected EntityDeterminerDeterminedCOCTMT260003UVManufacturedMaterialKind.determinerCodeprotected EntityDeterminerDeterminedCOCTMT300000UV04ManufacturedMaterialKind.determinerCodeprotected EntityDeterminerDeterminedCOCTMT530000UVMaterialKind.determinerCodeprotected EntityDeterminerDeterminedCOCTMT530000UVMaterialKind2.determinerCodeprotected EntityDeterminerDeterminedPOCDMT000040LabeledDrug.determinerCodeprotected EntityDeterminerDeterminedPOCDMT000040Material.determinerCodeMethods in org.hl7.v3 that return EntityDeterminerDeterminedModifier and TypeMethodDescriptionstatic EntityDeterminerDeterminedCOCTMT230100UVMedicineClass.getDeterminerCode()Gets the value of the determinerCode property.COCTMT260003UVManufacturedMaterialKind.getDeterminerCode()Gets the value of the determinerCode property.COCTMT300000UV04ManufacturedMaterialKind.getDeterminerCode()Gets the value of the determinerCode property.COCTMT530000UVMaterialKind.getDeterminerCode()Gets the value of the determinerCode property.COCTMT530000UVMaterialKind2.getDeterminerCode()Gets the value of the determinerCode property.POCDMT000040LabeledDrug.getDeterminerCode()Gets the value of the determinerCode property.POCDMT000040Material.getDeterminerCode()Gets the value of the determinerCode property.static EntityDeterminerDeterminedReturns the enum constant of this class with the specified name.static EntityDeterminerDetermined[]EntityDeterminerDetermined.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.v3 with parameters of type EntityDeterminerDeterminedModifier and TypeMethodDescriptionvoidCOCTMT230100UVMedicineClass.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidCOCTMT260003UVManufacturedMaterialKind.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidCOCTMT300000UV04ManufacturedMaterialKind.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidCOCTMT530000UVMaterialKind.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidCOCTMT530000UVMaterialKind2.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidPOCDMT000040LabeledDrug.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.voidPOCDMT000040Material.setDeterminerCode(EntityDeterminerDetermined value) Sets the value of the determinerCode property.COCTMT230100UVMedicineClass.withDeterminerCode(EntityDeterminerDetermined value) COCTMT260003UVManufacturedMaterialKind.withDeterminerCode(EntityDeterminerDetermined value) COCTMT300000UV04ManufacturedMaterialKind.withDeterminerCode(EntityDeterminerDetermined value) COCTMT530000UVMaterialKind.withDeterminerCode(EntityDeterminerDetermined value) COCTMT530000UVMaterialKind2.withDeterminerCode(EntityDeterminerDetermined value) POCDMT000040LabeledDrug.withDeterminerCode(EntityDeterminerDetermined value) POCDMT000040Material.withDeterminerCode(EntityDeterminerDetermined value)