Uses of Class
org.hl7.fhir.dstu2016may.model.Protocol.ProtocolStatus
-
Packages that use Protocol.ProtocolStatus Package Description org.hl7.fhir.dstu2016may.model -
-
Uses of Protocol.ProtocolStatus in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type Protocol.ProtocolStatus Modifier and Type Field Description protected Enumeration<Protocol.ProtocolStatus>Protocol. statusThe status of the protocol.Methods in org.hl7.fhir.dstu2016may.model that return Protocol.ProtocolStatus Modifier and Type Method Description static Protocol.ProtocolStatusProtocol.ProtocolStatus. fromCode(String codeString)Protocol.ProtocolStatusProtocol.ProtocolStatusEnumFactory. fromCode(String codeString)Protocol.ProtocolStatusProtocol. getStatus()static Protocol.ProtocolStatusProtocol.ProtocolStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Protocol.ProtocolStatus[]Protocol.ProtocolStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type Protocol.ProtocolStatus Modifier and Type Method Description Enumeration<Protocol.ProtocolStatus>Protocol.ProtocolStatusEnumFactory. fromType(Base code)Enumeration<Protocol.ProtocolStatus>Protocol. getStatusElement()Methods in org.hl7.fhir.dstu2016may.model with parameters of type Protocol.ProtocolStatus Modifier and Type Method Description ProtocolProtocol. setStatus(Protocol.ProtocolStatus value)StringProtocol.ProtocolStatusEnumFactory. toCode(Protocol.ProtocolStatus code)StringProtocol.ProtocolStatusEnumFactory. toSystem(Protocol.ProtocolStatus code)Method parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Protocol.ProtocolStatus Modifier and Type Method Description ProtocolProtocol. setStatusElement(Enumeration<Protocol.ProtocolStatus> value)Constructor parameters in org.hl7.fhir.dstu2016may.model with type arguments of type Protocol.ProtocolStatus Constructor Description Protocol(Enumeration<Protocol.ProtocolStatus> status, Enumeration<Protocol.ProtocolType> type, StringType purpose)Constructor
-