Uses of Class
org.hl7.fhir.r4b.model.Enumerations.EventStatus
-
Packages that use Enumerations.EventStatus Package Description org.hl7.fhir.r4b.model -
-
Uses of Enumerations.EventStatus in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Enumerations.EventStatus Modifier and Type Field Description protected Enumeration<Enumerations.EventStatus>Communication. statusThe status of the transmission.protected Enumeration<Enumerations.EventStatus>Media. statusThe current state of the media.protected Enumeration<Enumerations.EventStatus>Procedure. statusA code specifying the state of the procedure.Methods in org.hl7.fhir.r4b.model that return Enumerations.EventStatus Modifier and Type Method Description static Enumerations.EventStatusEnumerations.EventStatus. fromCode(String codeString)Enumerations.EventStatusEnumerations.EventStatusEnumFactory. fromCode(String codeString)Enumerations.EventStatusCommunication. getStatus()Enumerations.EventStatusMedia. getStatus()Enumerations.EventStatusProcedure. getStatus()static Enumerations.EventStatusEnumerations.EventStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.EventStatus[]Enumerations.EventStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Enumerations.EventStatus Modifier and Type Method Description Enumeration<Enumerations.EventStatus>Enumerations.EventStatusEnumFactory. fromType(Base code)Enumeration<Enumerations.EventStatus>Communication. getStatusElement()Enumeration<Enumerations.EventStatus>Media. getStatusElement()Enumeration<Enumerations.EventStatus>Procedure. getStatusElement()Methods in org.hl7.fhir.r4b.model with parameters of type Enumerations.EventStatus Modifier and Type Method Description CommunicationCommunication. setStatus(Enumerations.EventStatus value)MediaMedia. setStatus(Enumerations.EventStatus value)ProcedureProcedure. setStatus(Enumerations.EventStatus value)StringEnumerations.EventStatusEnumFactory. toCode(Enumerations.EventStatus code)StringEnumerations.EventStatusEnumFactory. toSystem(Enumerations.EventStatus code)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Enumerations.EventStatus Modifier and Type Method Description CommunicationCommunication. setStatusElement(Enumeration<Enumerations.EventStatus> value)MediaMedia. setStatusElement(Enumeration<Enumerations.EventStatus> value)ProcedureProcedure. setStatusElement(Enumeration<Enumerations.EventStatus> value)Constructors in org.hl7.fhir.r4b.model with parameters of type Enumerations.EventStatus Constructor Description Communication(Enumerations.EventStatus status)ConstructorMedia(Enumerations.EventStatus status, Attachment content)ConstructorProcedure(Enumerations.EventStatus status, Reference subject)Constructor
-