Uses of Enum Class
org.hl7.v3.CommunicationFunctionType
-
Uses of CommunicationFunctionType in org.hl7.v3
Fields in org.hl7.v3 declared as CommunicationFunctionTypeModifier and TypeFieldDescriptionprotected CommunicationFunctionTypeMCCIMT000100UV01Receiver.typeCodeprotected CommunicationFunctionTypeMCCIMT000100UV01RespondTo.typeCodeprotected CommunicationFunctionTypeMCCIMT000100UV01Sender.typeCodeprotected CommunicationFunctionTypeMCCIMT000300UV01Receiver.typeCodeprotected CommunicationFunctionTypeMCCIMT000300UV01RespondTo.typeCodeprotected CommunicationFunctionTypeMCCIMT000300UV01Sender.typeCodeMethods in org.hl7.v3 that return CommunicationFunctionTypeModifier and TypeMethodDescriptionstatic CommunicationFunctionTypeMCCIMT000100UV01Receiver.getTypeCode()Gets the value of the typeCode property.MCCIMT000100UV01RespondTo.getTypeCode()Gets the value of the typeCode property.MCCIMT000100UV01Sender.getTypeCode()Gets the value of the typeCode property.MCCIMT000300UV01Receiver.getTypeCode()Gets the value of the typeCode property.MCCIMT000300UV01RespondTo.getTypeCode()Gets the value of the typeCode property.MCCIMT000300UV01Sender.getTypeCode()Gets the value of the typeCode property.static CommunicationFunctionTypeReturns the enum constant of this class with the specified name.static CommunicationFunctionType[]CommunicationFunctionType.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 CommunicationFunctionTypeModifier and TypeMethodDescriptionvoidMCCIMT000100UV01Receiver.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.voidMCCIMT000100UV01RespondTo.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.voidMCCIMT000100UV01Sender.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.voidMCCIMT000300UV01Receiver.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.voidMCCIMT000300UV01RespondTo.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.voidMCCIMT000300UV01Sender.setTypeCode(CommunicationFunctionType value) Sets the value of the typeCode property.MCCIMT000100UV01Receiver.withTypeCode(CommunicationFunctionType value) MCCIMT000100UV01RespondTo.withTypeCode(CommunicationFunctionType value) MCCIMT000100UV01Sender.withTypeCode(CommunicationFunctionType value) MCCIMT000300UV01Receiver.withTypeCode(CommunicationFunctionType value) MCCIMT000300UV01RespondTo.withTypeCode(CommunicationFunctionType value) MCCIMT000300UV01Sender.withTypeCode(CommunicationFunctionType value)