
Uses of Enum
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceStatus
Packages that use DocumentReference.DocumentReferenceStatus
-
Uses of DocumentReference.DocumentReferenceStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceStatusMethods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceStatusModifier and TypeMethodDescriptionDocumentReference.getStatus()
Returns the enum constant of this type with the specified name.DocumentReference.DocumentReferenceStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceStatusModifier and TypeMethodDescriptionDocumentReference.DocumentReferenceStatusEnumFactory.fromType
(PrimitiveType<?> code) DocumentReference.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceStatusModifier and TypeMethodDescriptionDocumentReference.setStatus
(DocumentReference.DocumentReferenceStatus value) DocumentReference.DocumentReferenceStatusEnumFactory.toCode
(DocumentReference.DocumentReferenceStatus code) DocumentReference.DocumentReferenceStatusEnumFactory.toSystem
(DocumentReference.DocumentReferenceStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceStatusModifier and TypeMethodDescriptionDocumentReference.setStatusElement
(Enumeration<DocumentReference.DocumentReferenceStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceStatusModifierConstructorDescriptionDocumentReference
(DocumentReference.DocumentReferenceStatus status, DocumentReference.DocumentReferenceContentComponent content) Constructor