C# Class Spark.Service.Validate

Afficher le fichier Open project: raysearchlabs/spark

Méthodes publiques

Méthode Description
AgainstModel ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
AgainstProfile ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
AgainstSchema ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
HasNoResourceId ( IKey key ) : void
HasNoVersion ( IKey key ) : void
HasResourceId ( IKey key ) : void
HasResourceId ( Hl7.Fhir.Model.Resource resource ) : void
HasTypeName ( IKey key ) : void
HasVersion ( IKey key ) : void
IsResourceIdEqual ( IKey key, Hl7.Fhir.Model.Resource resource ) : void
IsSameVersion ( IKey orignal, IKey replacement ) : void
Key ( IKey key ) : void
ResourceId ( string resourceId ) : void
ResourceType ( IKey key, Hl7.Fhir.Model.Resource resource ) : void
Transaction ( IList interactions ) : void
TypeName ( string name ) : void
ValidateAllKeysUnique ( IList interactions ) : void
VersionId ( string versionId ) : void

Private Methods

Méthode Description
DoubleEntries ( IEnumerable entries ) : IEnumerable

Method Details

AgainstModel() public static méthode

public static AgainstModel ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
resource Hl7.Fhir.Model.Resource
Résultat Hl7.Fhir.Model.OperationOutcome

AgainstProfile() public static méthode

public static AgainstProfile ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
resource Hl7.Fhir.Model.Resource
Résultat Hl7.Fhir.Model.OperationOutcome

AgainstSchema() public static méthode

public static AgainstSchema ( Hl7.Fhir.Model.Resource resource ) : Hl7.Fhir.Model.OperationOutcome
resource Hl7.Fhir.Model.Resource
Résultat Hl7.Fhir.Model.OperationOutcome

HasNoResourceId() public static méthode

public static HasNoResourceId ( IKey key ) : void
key IKey
Résultat void

HasNoVersion() public static méthode

public static HasNoVersion ( IKey key ) : void
key IKey
Résultat void

HasResourceId() public static méthode

public static HasResourceId ( IKey key ) : void
key IKey
Résultat void

HasResourceId() public static méthode

public static HasResourceId ( Hl7.Fhir.Model.Resource resource ) : void
resource Hl7.Fhir.Model.Resource
Résultat void

HasTypeName() public static méthode

public static HasTypeName ( IKey key ) : void
key IKey
Résultat void

HasVersion() public static méthode

public static HasVersion ( IKey key ) : void
key IKey
Résultat void

IsResourceIdEqual() public static méthode

public static IsResourceIdEqual ( IKey key, Hl7.Fhir.Model.Resource resource ) : void
key IKey
resource Hl7.Fhir.Model.Resource
Résultat void

IsSameVersion() public static méthode

public static IsSameVersion ( IKey orignal, IKey replacement ) : void
orignal IKey
replacement IKey
Résultat void

Key() public static méthode

public static Key ( IKey key ) : void
key IKey
Résultat void

ResourceId() public static méthode

public static ResourceId ( string resourceId ) : void
resourceId string
Résultat void

ResourceType() public static méthode

public static ResourceType ( IKey key, Hl7.Fhir.Model.Resource resource ) : void
key IKey
resource Hl7.Fhir.Model.Resource
Résultat void

Transaction() public static méthode

public static Transaction ( IList interactions ) : void
interactions IList
Résultat void

TypeName() public static méthode

public static TypeName ( string name ) : void
name string
Résultat void

ValidateAllKeysUnique() public static méthode

public static ValidateAllKeysUnique ( IList interactions ) : void
interactions IList
Résultat void

VersionId() public static méthode

public static VersionId ( string versionId ) : void
versionId string
Résultat void