Uses of Class
org.hl7.fhir.r4.model.codesystems.MessageTransport
-
Packages that use MessageTransport Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of MessageTransport in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return MessageTransport Modifier and Type Method Description static MessageTransportMessageTransport. fromCode(String codeString)MessageTransportMessageTransportEnumFactory. fromCode(String codeString)static MessageTransportMessageTransport. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageTransport[]MessageTransport. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type MessageTransport Modifier and Type Method Description StringMessageTransportEnumFactory. toCode(MessageTransport code)StringMessageTransportEnumFactory. toSystem(MessageTransport code)
-