Uses of Enum
org.hl7.fhir.r4.model.Enumerations.DocumentReferenceStatus
-
Uses of Enumerations.DocumentReferenceStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.DocumentReferenceStatus> DocumentManifest.status
The status of this document manifest.protected Enumeration
<Enumerations.DocumentReferenceStatus> DocumentReference.status
The status of this document reference.Modifier and TypeMethodDescriptionDocumentManifest.getStatus()
DocumentReference.getStatus()
Returns the enum constant of this type with the specified name.static Enumerations.DocumentReferenceStatus[]
Enumerations.DocumentReferenceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.DocumentReferenceStatusEnumFactory.fromType
(PrimitiveType<?> code) DocumentManifest.getStatusElement()
DocumentReference.getStatusElement()
Modifier and TypeMethodDescriptionDocumentManifest.setStatus
(Enumerations.DocumentReferenceStatus value) DocumentReference.setStatus
(Enumerations.DocumentReferenceStatus value) Enumerations.DocumentReferenceStatusEnumFactory.toCode
(Enumerations.DocumentReferenceStatus code) Enumerations.DocumentReferenceStatusEnumFactory.toSystem
(Enumerations.DocumentReferenceStatus code) Modifier and TypeMethodDescriptionDocumentManifest.setStatusElement
(Enumeration<Enumerations.DocumentReferenceStatus> value) DocumentReference.setStatusElement
(Enumeration<Enumerations.DocumentReferenceStatus> value) ModifierConstructorDescriptionConstructorConstructor