Uses of Class
org.hl7.fhir.r4.model.DocumentReference.ReferredDocumentStatus
-
Packages that use DocumentReference.ReferredDocumentStatus Package Description org.hl7.fhir.r4.model -
-
Uses of DocumentReference.ReferredDocumentStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DocumentReference.ReferredDocumentStatus Modifier and Type Field Description protected Enumeration<DocumentReference.ReferredDocumentStatus>DocumentReference. docStatusThe status of the underlying document.Methods in org.hl7.fhir.r4.model that return DocumentReference.ReferredDocumentStatus Modifier and Type Method Description static DocumentReference.ReferredDocumentStatusDocumentReference.ReferredDocumentStatus. fromCode(String codeString)DocumentReference.ReferredDocumentStatusDocumentReference.ReferredDocumentStatusEnumFactory. fromCode(String codeString)DocumentReference.ReferredDocumentStatusDocumentReference. getDocStatus()static DocumentReference.ReferredDocumentStatusDocumentReference.ReferredDocumentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentReference.ReferredDocumentStatus[]DocumentReference.ReferredDocumentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type DocumentReference.ReferredDocumentStatus Modifier and Type Method Description Enumeration<DocumentReference.ReferredDocumentStatus>DocumentReference.ReferredDocumentStatusEnumFactory. fromType(Base code)Enumeration<DocumentReference.ReferredDocumentStatus>DocumentReference. getDocStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type DocumentReference.ReferredDocumentStatus Modifier and Type Method Description DocumentReferenceDocumentReference. setDocStatus(DocumentReference.ReferredDocumentStatus value)StringDocumentReference.ReferredDocumentStatusEnumFactory. toCode(DocumentReference.ReferredDocumentStatus code)StringDocumentReference.ReferredDocumentStatusEnumFactory. toSystem(DocumentReference.ReferredDocumentStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type DocumentReference.ReferredDocumentStatus Modifier and Type Method Description DocumentReferenceDocumentReference. setDocStatusElement(Enumeration<DocumentReference.ReferredDocumentStatus> value)
-