Show / Hide Table of Contents

Class MediaTypeCodes

Code Values for the Media.type field

Inheritance
System.Object
MediaTypeCodes
Namespace: fhirCsR2.Models
Assembly: fhirCsR2.dll
Syntax
public static class MediaTypeCodes : object

Fields

| Improve this Doc View Source

AUDIO

Declaration
public const string AUDIO = null
Field Value
Type Description
System.String
| Improve this Doc View Source

PHOTO

Declaration
public const string PHOTO = null
Field Value
Type Description
System.String
| Improve this Doc View Source

Values

Declaration
public static HashSet<string> Values
Field Value
Type Description
HashSet<System.String>
| Improve this Doc View Source

VIDEO

Declaration
public const string VIDEO = null
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX