Uses of Enum
org.hl7.fhir.r4.model.DocumentReference.ReferredDocumentStatus
-
Uses of DocumentReference.ReferredDocumentStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionDocumentReference.docStatus
The status of the underlying document.Modifier and TypeMethodDescriptionDocumentReference.getDocStatus()
Returns the enum constant of this type with the specified name.DocumentReference.ReferredDocumentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionDocumentReference.ReferredDocumentStatusEnumFactory.fromType
(PrimitiveType<?> code) DocumentReference.getDocStatusElement()
Modifier and TypeMethodDescriptionDocumentReference.setDocStatus
(DocumentReference.ReferredDocumentStatus value) DocumentReference.ReferredDocumentStatusEnumFactory.toCode
(DocumentReference.ReferredDocumentStatus code) DocumentReference.ReferredDocumentStatusEnumFactory.toSystem
(DocumentReference.ReferredDocumentStatus code) Modifier and TypeMethodDescriptionDocumentReference.setDocStatusElement
(Enumeration<DocumentReference.ReferredDocumentStatus> value)