Uses of Enum Class
org.hl7.v3.ActClassCareProvision
-
Uses of ActClassCareProvision in org.hl7.v3
Fields in org.hl7.v3 declared as ActClassCareProvisionModifier and TypeFieldDescriptionprotected ActClassCareProvisionCOCTMT290000UV06PatientCareProvisionRequest.classCodeprotected ActClassCareProvisionCOCTMT510000UV06Benefit.classCodeprotected ActClassCareProvisionCOCTMT740000UV04Referral.classCodeprotected ActClassCareProvisionCOCTMT820000UVCareProvision.classCodeMethods in org.hl7.v3 that return ActClassCareProvisionModifier and TypeMethodDescriptionstatic ActClassCareProvisionCOCTMT290000UV06PatientCareProvisionRequest.getClassCode()Gets the value of the classCode property.COCTMT510000UV06Benefit.getClassCode()Gets the value of the classCode property.COCTMT740000UV04Referral.getClassCode()Gets the value of the classCode property.COCTMT820000UVCareProvision.getClassCode()Gets the value of the classCode property.static ActClassCareProvisionReturns the enum constant of this class with the specified name.static ActClassCareProvision[]ActClassCareProvision.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 ActClassCareProvisionModifier and TypeMethodDescriptionvoidCOCTMT290000UV06PatientCareProvisionRequest.setClassCode(ActClassCareProvision value) Sets the value of the classCode property.voidCOCTMT510000UV06Benefit.setClassCode(ActClassCareProvision value) Sets the value of the classCode property.voidCOCTMT740000UV04Referral.setClassCode(ActClassCareProvision value) Sets the value of the classCode property.voidCOCTMT820000UVCareProvision.setClassCode(ActClassCareProvision value) Sets the value of the classCode property.COCTMT290000UV06PatientCareProvisionRequest.withClassCode(ActClassCareProvision value) COCTMT510000UV06Benefit.withClassCode(ActClassCareProvision value) COCTMT740000UV04Referral.withClassCode(ActClassCareProvision value) COCTMT820000UVCareProvision.withClassCode(ActClassCareProvision value)